RedHat 5.2
kernel 2.0.36
gcc 2.7.2.3-14
glibc 2.0.7-29
libc 5.3.12-27
When trying to compile the kernel from clean sources to add the ax25/netrom
support I get the following error:
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m386 -DCPU=386 -c -o
floppy.o floppy.c
gcc -D__KERNEL__ -I/usr/src/linux-2.0.36/include -Wall -Wstrict-prototypes -
O2 -fomit-frame-pointer -fno-strength-reduce -pipe -m386 -DCPU=386 -c -o
rd.o rd.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[3]: *** [rd.o] Error 1
make[3]: Leaving directory `/usr/src/linux-2.0.36/drivers/block'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/linux-2.0.36/drivers/block'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.36/drivers'
make: *** [linuxsubdirs] Error 2
Any suggestion on how this can be resolved?
Wilson -WJ3G
[EMAIL PROTECTED]