Jason Quigley <[EMAIL PROTECTED]> writes: > I am getting the following errors while trying to compile a 2.2.16 kernel > and modules: > > ===================================================== > ===================================================== > ===================================================== > > make -C net CFLAGS="-Wall -Wstrict-prototypes -O2 -fomit-frame-pointer > -fno-str > ict-aliasing -pipe -fno-strength-reduce -m486 -malign-loops=2 > -malign-jumps=2 -m > align-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS -include > /usr/src/linux/inclu > de/linux/modversions.h" MAKING_MODULES=1 modules > make[1]: Entering directory `/usr/src/kernel-source-2.2.16/net' > make -C ipv4 modules > make[2]: Entering directory `/usr/src/kernel-source-2.2.16/net/ipv4' > gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 > -fomit-f > rame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -m486 > -malign-loops > =2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -DMODULE -DMODVERSIONS > -include > /usr/src/linux/include/linux/modversions.h -c -o ip_masq_autofw.o > ip_masq_aut > ofw.c > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[2]: *** [ip_masq_autofw.o] Error 1 > make[2]: Leaving directory `/usr/src/kernel-source-2.2.16/net/ipv4' > make[1]: *** [_modsubdir_ipv4] Error 2 > make[1]: Leaving directory `/usr/src/kernel-source-2.2.16/net' > make: *** [_mod_net] Error 2 > /usr/src/linux# > > ===================================================== > ===================================================== > ===================================================== > > If I start 'make modules' again, it continues through a couple of source > files and the crashes with a similar message. > > What could be happening?
Nothing good. Read the signal 11 FAQ at http://www.BitWizard.nl/sig11 Gary Hennigan