I have a problem compiling the Linux Kernel 2.0.0. Here is the error
message:
gcc -D__KERNEL__ -I/usr/src/linux-2.0.0/include -Wall
-Wstrict-prototypes -O2 -fomit-frame-pointer -fno-strength-reduce
-pipe -m486 -DCPU=486 -c -o filemap.o filemap.c
cpp: output pipe has been closed
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [filemap.o] Error 1
make[2]: Leaving directory `/usr/src/linux-2.0.0/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/linux-2.0.0/mm'
make: *** [linuxsubdirs] Error 2
I guess that the the "cpp: output pipe has been closed" is the main
error.
Does somone know how to cure the problem.
My machine is a 486DX2/66 with 20 Mb Ram and 20Mb swap.
Linux V2.0.0, GCC V2.7.2
Thanks for your help.