Mail Archives: pgcc/2000/09/07/05:15:52
Hi,
I have this output when I compiling Linux-2.2.17 kernel:
cc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce
-mpentiumpro -mmx -march=pentiumpro -O9 -malign-loops=2 -malign-jumps=2
-malign-functions=2 -DCPU=686 -c -o genhd.o genhd.c
cc: Internal compiler error: program cc1 got fatal signal 11
I add "-mpentiumpro -mmx -march=pentiumpro" in arch/i386/Makefile in
section of 686.
When I removed "-mmx" all kernel sources was compiled succesfully.
Michal "Manveru" Fita
P.S. I used pgcc to compile 2.2.15, 2.2.16 Linux kernels and FreeBSD 4.0
few times, and everything works fine.
- Raw text -