This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
[Bug driver/21814] New: Kernel commpiling segmentation fault
- From: "edvinas at edvinas dot org" <gcc-bugzilla at gcc dot gnu dot org>
- To: gcc-bugs at gcc dot gnu dot org
- Date: 30 May 2005 08:48:21 -0000
- Subject: [Bug driver/21814] New: Kernel commpiling segmentation fault
- Reply-to: gcc-bugzilla at gcc dot gnu dot org
gcc -D__KERNEL__ -I/usr/src/linux-2.4.30/include -Wall -Wstrict-prototypes
-Wno-trigraphs -O2 -fno-strict-aliasing -fno-common -fomit-frame-pointer -pipe
-mpreferred-stack-boundary=2 -march=athlon -nostdinc -iwithprefix include
-DKBUILD_BASENAME=floppy -c -o floppy.o floppy.c
gcc: Internal error: Segmentation fault (program cc1)
Please submit a full bug report.
See <URL:http://gcc.gnu.org/bugs.html> for instructions.
make[3]: *** [floppy.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.4.30/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.4.30/drivers/block'
make[1]: *** [_subdir_block] Error 2
make[1]: Leaving directory `/usr/src/linux-2.4.30/drivers'
make: *** [_dir_drivers] Error 2
--
Summary: Kernel commpiling segmentation fault
Product: gcc
Version: 3.3.5
Status: UNCONFIRMED
Severity: critical
Priority: P2
Component: driver
AssignedTo: unassigned at gcc dot gnu dot org
ReportedBy: edvinas at edvinas dot org
CC: gcc-bugs at gcc dot gnu dot org
GCC build triplet: Slackware 10.1
GCC host triplet: ns5.tavo.net
GCC target triplet: Linux
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=21814