When I try to compile the kernel I get this error: gcc: Internal compiler error: program cc1 got fatal signal 11
The compile then exits. It does not seem to matter which kernel I try. I tried both gcc 2.95.2 and 2.7.2. It gets this error in different places. In the most recent (kernel 2.2.15) it exited here: gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strict-aliasing -pipe -fno-strength-reduce -mpreferred-stack-boundary=2 -m486 -malign-loops=2 -malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o aic7xxx.o aic7xxx.c gcc: Internal compiler error: program cc1 got fatal signal 11 make[4]: *** [aic7xxx.o] Error 1 I tried both make-kpkg and doing it manually. I have the latest Debian libraries installed. The last time I compiled was kernel 2.2.12 which worked -- 6 months ago. But now even that will not compile. Since then I have upgraded all my libraries and gcc. Can anyone help? Thanks, Matt Simpson