I'm trying recompile the kernel to get support
to an ISDN card Asuscom ISDN and a Sound card. When I execute 'make zImage'
afther several minutes I get this message:
gcc -D__KERNEL__ -I/usr/src/linux-2.0.35.SuSE/include -D__ASSEMBLY__ -traditional -c entry.S -o entry.o
gcc -D__KERNEL__ -I/usr/src/linux-2.0.35.SuSE/include -Wall -Wstrict-prototypes-O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m386 -DCPU=386 -c -o traps
.o traps.c
gcc -D__KERNEL__ -I/usr/src/linux-2.0.35.SuSE/include -Wall -Wstrict-prototypes-O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m386 -DCPU=386 -c -o irq.o irq.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[1]: *** [irq.o] Error 1
make[1]: Leaving directory `/usr/src/linux-2.0.35.SuSE/arch/i386/kernel'
make: *** [linuxsubdirs] Error 2
What`s wrong?.What must I do?.
