Hello all~
I was attempting to recopmile my kernel from 2.4.18-bf.2.4 to 2.4.22. I followed the steps outlined in
http://www.linuxquestions.org/questi...iling+a+kernel incl. obtaining the kernel source per apt-get and not through kernel.org. Everything went smoothly until I ran <make bzImage>. At the of this process it errored out with the following:
***snip***
/usr/src/kernel-source-2.4.22/include/asm/uaccess.h:689: internal compiler error
: Segmentation fault
Please submit a full bug report,
with preprocessed source if appropriate.
See <URL:
http://gcc.gnu.org/bugs.html> for instructions.
make[2]: *** [swap.o] Error 1
make[2]: Leaving directory `/usr/src/kernel-source-2.4.22/mm'
make[1]: *** [first_rule] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.4.22/mm'
make: *** [_dir_mm] Error 2
***end***
I know just enough to be dangerous in linux but not enough to know what to do about this.
Can anyone assist me with this? Do I need to post further information?
Thanx for any and all input on this one!
Tony