On Fri, Oct 29, 1999 at 01:53:12PM -0500, Charles Lewis wrote: > Hrm...used make-dpkg for the first time and near the end(?) it crashed. Is > anyone able to decipher these error messages?
It looks like a problem with the compiler. Which compiler are you using? Which version of the kernel was it? The safest bet for the compiler is probably the latest gcc before 2.95. The kernel has lots of assembler, some of which disagrees with various versions of gcc. (But I don't know how to conveniently get this version of gcc under Debian. I believe Alan Cox specifically disrecommended gcc 2.95 for kernel 2.2.13.) Best, Dylan Thurston > #make menuconfig > #make-kpkg clean > #make-kpkg --revision custom.1.0 kernel_image > > <lots of stuff snipped> > > gcc: Internal compiler error: program cc1 got fatal signal 11 > make[3]: *** [locks.o] Error 1 > make[3]: Leaving directory '/usr/src/kernel-source-2.2.13/fs' > make[2]: *** [first_rule] Error 2 > make[2]: Leaving directory '/usr/src/kernel-source-2.2.13/fs > make[1]: *** [_dir_fs] Error 2 > make[1]: Leaving directory '/usr/src/kernel-source-2.2.13' > make: *** [stamp-build] Error 2 > shandril:/usr/src/linux# cpp: output pipe has been closed