Hi folks! I'm kinda new to Linux, and thought someone could help. I'm running
a Pentium box with 64MB EDO DRAM, and the kernel is compiled for a 386 out of
the box. I ran 'make xconfig' and set all the options as I like them, then
'make dep; make clean' (after saving the options). This was no problem.
However, when I 'make vmlinux' (to compile the final kernel), I get:
gcc -D__KERNEL__ -I/usr/sec/linux-2.0.31/include -Wall -Wstrict-prototypes -O2
-fomit-frame-pointer -fno-strength-reduce -pipe -m486 -malign-loops=2
-malign-jumps=2 -malign-functions=2 -DCPU=586 -c -o panic.o panic.c
gcc: Internal compiler error: program cc1 got fatal signal 11
make[2]: *** [panic.o] Error 1
make[2]: Leaving directory '/usr/src/linux-2.0.31/kernel'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory '/usr/src/linux-2.0.31/kernel'
make: *** [linuxsubdirs] Error 2
It doesn't always fail on the same file (in this example it's panic.o) -- it
sometimes fails on other files. It always fails within the first 15 seconds of
starting make on some file (usually different each time). What seems to be my
problem, and how can I 'make vmlinux' without errors, or more specifically,
this error?
Thanks in advance.
-- Alex Burke
Toronto, Ontario, Canada