This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Kernel compilation


When I was compiling my Linux 2.4.16 kernel, gcc crashed

gcc -D__KERNEL__ -I/usr/src/linux-2.4.16/include -Wall 
-Wstrict-prototypes -Wno-trigraphs -O2 -fomit-frame-pointer 
-fno-strict-aliasing -fno-common -pipe -mpreferred-stack-boundary=2 
-march=i686 -malign-functions=4     -DEXPORT_SYMTAB -c md.c
md.c: In function `md_ioctl':
md.c:2875: Internal compiler error:
md.c:2875: Internal compiler error in `schedule_block', at sched.c:3194
Please submit a full bug report.
See <URL:http://www.gnu.org/software/gcc/bugs.html> for instructions.
cpp0: output pipe has been closed
make[3]: *** [md.o] Error 1
....

root@Marius:/usr/src/linux# gcc -v
Reading specs from /usr/lib/gcc-lib/i386-linux/2.95.4/specs
gcc version 2.95.4 20011223 (Debian prerelease)

root@Marius:/usr/src/linux# uname -a
Linux Marius 2.4.16 #8 SMP Fri Dec 14 13:26:32 CET 2001 i686 unknown


I hope that all informations you need are here.
I cannot reproduce this error. It's very strange.

Best regards.

--
Pepe


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]