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).


hamish
-- 
Hamish Moffatt, StudIEAust                    [EMAIL PROTECTED]
Student, computer science & computer systems engineering.    3rd year, RMIT.
http://hamish.home.ml.org/ (PGP key here)             CPOM: [*****     ] 50%
The opposite of a profound truth may well be another profound truth.  --Bohr


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
[EMAIL PROTECTED] . 
Trouble?  e-mail to [EMAIL PROTECTED] .

Reply via email to