On Tue, 8 Jul 1997, Hamish Moffatt wrote: > On Mon, Jul 07, 1997 at 05:23:04PM -0600, Kevin J Poorman wrote: > > I can't get my kernel to compile at all and when I try to compile useing > > "make zImage" I get the following message, about 3 minutes into compile.: > > > > *_*_*_*_*_*_*_*_*_*_*_ Start Screen Dump _*_*_*_*_*_*_*_* > > > > cpp: output pipe has been closed > > gcc: Internal compiler error: program cc1 got fatal signal 11 > > Hardware problem, most likely. I was getting them the other > day (signal 6 mostly) but they were gone the next day. :-( > > > net/network.a(ipv4.o): In function `afinet_get_info': > > ipv4.o(.text+0x2160): undefined reference to `tcp_prot' > > ipv4.o(.text+0x2166): undefined reference to `tcp_prot' > > net/network.a(ipv4.o): In function `snmp_get_info': > > ipv4.o(.text+0x2293): undefined reference to `icmp_statistics' > > ipv4.o(.text+0x2299): undefined reference to `icmp_statistics' > > This usually happens (my guess) because you have .o files created > by gcc before it crashes; make thinks they're compiled and doesn't > recompile them, and then they don't link because they're not complete > (gcc crashed). Delete the part that failed during compilation, > run again and it will be okay. Or make clean then start again (safer).
This is correct. I have done this while still trying to resolve the sig 11 problem on one of my machines. If you change to the proper directory and remove the *.o file that the error shows for, then restart your compile you will eventually get the job done. The tough part can be finding the hardware problem. These can be hard to find. Memory, cache, cpu, cooling .... ---------------- http://www.sound.net/~wpmills/ ----------------- : W. Paul Mills : Bill, I was there several years ago. : : Topeka, Kansas, U.S.A. : Why would I want to go back tomorrow? : : [EMAIL PROTECTED] : Where were you! : : [EMAIL PROTECTED] : ---------------------------------------- : : [EMAIL PROTECTED] : Linux: Tomorrow's operating system, : : [EMAIL PROTECTED] : here, today. : : [EMAIL PROTECTED] : ---------------------------------------- : : compuserve 70023,1750 : #define MY_TRUE_LOVE computer : -------------- http://homepage.midusa.net/~wpmills/ ------------- -- TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to [EMAIL PROTECTED] . Trouble? e-mail to [EMAIL PROTECTED] .