Hi there, I was trying to compile and install the 2.2.10 kernel, but something didn't come out so well as I expected...
I did it the ¨general linux way¨, so I did: make menuconfig (OK) make dep (OK) make clean (OK) make modules (OK) make bzImage ...and that's where the error came up... the compilation was going on fine, but then, suddenly, the make process aborted because of a ¨Internal compiler error: program cpp got fatal signal 11¨ (full error messages and such are in the end of the e-mail)... What's up? Is this a problem with the kernel code or with my compiler? I have already had problems to compile the 2.3.11 & 2.3.12 kernels (to be short, couldn't compile them at all - it seems they have problems in the fat and smfs code)... TIA, Guilherme Zahn --BEGIN INCLUDED MESSAGE-- make -C fat make[2]: Entering directory `/usr/src/linux/fs/fat' make all_targets make[3]: Entering directory `/usr/src/linux/fs/fat' gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -DCPU=486 -DEXPORT_SYMTAB -c fatfs_syms.c gcc -D__KERNEL__ -I/usr/src/linux/include -Wall -Wstrict-prototypes -O2 -fomit-frame-pointer -pipe -fno-strength-reduce -m486 -DCPU=486 -c -o buffer.o buffer.c gcc: Internal compiler error: program cpp got fatal signal 11 make[3]: *** [buffer.o] Error 1 make[3]: Leaving directory `/usr/src/linux/fs/fat' make[2]: *** [first_rule] Error 2 make[2]: Leaving directory `/usr/src/linux/fs/fat' make[1]: *** [_subdir_fat] Error 2 make[1]: Leaving directory `/usr/src/linux/fs' make: *** [_dir_fs] Error 2 --END INCLUDED MESSAGE--