public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* [Bug other/14590] New: kernel 2.6.4/GCC 3.3.3 build error
@ 2004-03-16  1:03 otpisani1941 at hotmail dot com
  2004-03-16  1:27 ` [Bug other/14590] " pinskia at gcc dot gnu dot org
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: otpisani1941 at hotmail dot com @ 2004-03-16  1:03 UTC (permalink / raw)
  To: gcc-bugs

CC      fs/ntfs/aops.o
  CC      fs/ntfs/attrib.o
fs/ntfs/attrib.c: In function `ntfs_merge_run_lists':
fs/ntfs/attrib.c:688: internal compiler error: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [fs/ntfs/attrib.o] Error 1
make[1]: *** [fs/ntfs] Error 2
make: *** [fs] Error 2

-- 
           Summary: kernel 2.6.4/GCC 3.3.3 build error
           Product: gcc
           Version: 3.3.3
            Status: UNCONFIRMED
          Severity: normal
          Priority: P2
         Component: other
        AssignedTo: unassigned at gcc dot gnu dot org
        ReportedBy: otpisani1941 at hotmail dot com
                CC: gcc-bugs at gcc dot gnu dot org


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14590


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/14590] kernel 2.6.4/GCC 3.3.3 build error
  2004-03-16  1:03 [Bug other/14590] New: kernel 2.6.4/GCC 3.3.3 build error otpisani1941 at hotmail dot com
@ 2004-03-16  1:27 ` pinskia at gcc dot gnu dot org
  2004-03-16  1:36 ` otpisani1941 at hotmail dot com
  2004-04-26  3:50 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-03-16  1:27 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-16 01:27 -------
Can you provide the preproccessed source?
Read http://gcc.gnu.org/bugs.html for more information.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING
           Keywords|                            |ice-on-valid-code


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14590


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/14590] kernel 2.6.4/GCC 3.3.3 build error
  2004-03-16  1:03 [Bug other/14590] New: kernel 2.6.4/GCC 3.3.3 build error otpisani1941 at hotmail dot com
  2004-03-16  1:27 ` [Bug other/14590] " pinskia at gcc dot gnu dot org
@ 2004-03-16  1:36 ` otpisani1941 at hotmail dot com
  2004-04-26  3:50 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: otpisani1941 at hotmail dot com @ 2004-03-16  1:36 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From otpisani1941 at hotmail dot com  2004-03-16 01:36 -------
Subject: RE:  kernel 2.6.4/GCC 3.3.3 build error

Sorry I've already found the way to build without errors :)
So instead of "make bzImage" I just did "make" command as suggested in 
readme file.
However "make bzImage" worked with kernel 2.6.3 and GCC 3.3.2


>From: "pinskia at gcc dot gnu dot org" <gcc-bugzilla@gcc.gnu.org>
>Reply-To: gcc-bugzilla@gcc.gnu.org
>To: otpisani1941@hotmail.com
>Subject: [Bug other/14590] kernel 2.6.4/GCC 3.3.3 build error
>Date: 16 Mar 2004 01:27:54 -0000
>
>------- Additional Comments From pinskia at gcc dot gnu dot org  2004-03-16 
>01:27 -------
>Can you provide the preproccessed source?
>Read http://gcc.gnu.org/bugs.html for more information.
>
>--
>            What    |Removed                     |Added
>----------------------------------------------------------------------------
>              Status|UNCONFIRMED                 |WAITING
>            Keywords|                            |ice-on-valid-code
>
>
>http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14590
>
>------- You are receiving this mail because: -------
>You reported the bug, or are watching the reporter.

_________________________________________________________________
STOP MORE SPAM with the MSN Premium and get 2 months FREE*    
http://join.msn.com/?pgmarket=en-ca&page=byoa/prem&xAPID=1994&DI=1034&SU=http://hotmail.com/enca&HL=Market_MSNIS_Taglines



-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14590


^ permalink raw reply	[flat|nested] 4+ messages in thread

* [Bug other/14590] kernel 2.6.4/GCC 3.3.3 build error
  2004-03-16  1:03 [Bug other/14590] New: kernel 2.6.4/GCC 3.3.3 build error otpisani1941 at hotmail dot com
  2004-03-16  1:27 ` [Bug other/14590] " pinskia at gcc dot gnu dot org
  2004-03-16  1:36 ` otpisani1941 at hotmail dot com
@ 2004-04-26  3:50 ` pinskia at gcc dot gnu dot org
  2 siblings, 0 replies; 4+ messages in thread
From: pinskia at gcc dot gnu dot org @ 2004-04-26  3:50 UTC (permalink / raw)
  To: gcc-bugs


------- Additional Comments From pinskia at gcc dot gnu dot org  2004-04-26 03:44 -------
Looks like we are not going to get the preprocessed source so closing.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|WAITING                     |RESOLVED
         Resolution|                            |INVALID


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=14590


^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2004-04-26  3:44 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-03-16  1:03 [Bug other/14590] New: kernel 2.6.4/GCC 3.3.3 build error otpisani1941 at hotmail dot com
2004-03-16  1:27 ` [Bug other/14590] " pinskia at gcc dot gnu dot org
2004-03-16  1:36 ` otpisani1941 at hotmail dot com
2004-04-26  3:50 ` pinskia at gcc dot gnu dot org

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).