[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Kernel Question



Hi.

questions, questions ....

How will I know if my kernel is to big for a zImage?

Reason for asking ....

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
make[3]: *** [n_tty.o] Error 1
make[3]: Leaving directory `/usr/src/kernel-source-2.0.30/drivers/char'
make[2]: *** [first_rule] Error 2
make[2]: Leaving directory `/usr/src/kernel-source-2.0.30/drivers/char'
make[1]: *** [sub_dirs] Error 2
make[1]: Leaving directory `/usr/src/kernel-source-2.0.30/drivers'
make: *** [linuxsubdirs] Error 2

*_*_*_*_*_*_*_*_*_*_* End Screen Dump _*_*_*_*_*_*_*_*_*_*

now when I just hit up-arrow and then enter aggin it will start over and
skip what it has already compiled and go on for awhile (this amount of
time varrys) but it will always come back and quit with this same error.

However when it gets done compileing the *.c files and starts to compile
the *.o files together it errors out with this next error (I am fairly
new to complieing stuff and I am thinking that this is what it is doing
at this point however I am not sure if I am right, about it compileing
the .o files at this point)

*_*_*_*_*_*_*_*_*_*_ Start Screen Dump _*_*_*_*_*_*_*_*_

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'
ipv4.o(.text+0x229f): undefined reference to `icmp_statistics'
ipv4.o(.text+0x22a5): undefined reference to `icmp_statistics'
ipv4.o(.text+0x22ab): undefined reference to `icmp_statistics'
net/network.a(ipv4.o)(.text+0x22b1): more undefined references to
`icmp_statistics' follow
net/network.a(ipv4.o): In function `snmp_get_info':
ipv4.o(.text+0x2342): undefined reference to `tcp_statistics'
ipv4.o(.text+0x2348): undefined reference to `tcp_statistics'
ipv4.o(.text+0x234e): undefined reference to `tcp_statistics'
ipv4.o(.text+0x2354): undefined reference to `tcp_statistics'
ipv4.o(.text+0x235a): undefined reference to `tcp_statistics'
net/network.a(ipv4.o)(.text+0x2360): more undefined references to
`tcp_statistics' follow
net/network.a(ipv4.o): In function `ip_rcv':
ipv4.o(.text+0x30f6): undefined reference to `icmp_send'
ipv4.o(.text+0x3144): undefined reference to `icmp_send'
ipv4.o(.text+0x3196): undefined reference to `icmp_send'
net/network.a(ipv4.o): In function `ip_expire':
ipv4.o(.text+0x3399): undefined reference to `icmp_send'

_*_*_*_*_*_*_*_*_*_ End Screen Dump *_*_*_*_*_*_*_*_*_*_*

this is only a partial screen dump as the whole thing is about 5 screens
long with the same "undefined reference to " error but with different
file names ...

(this is all I was able to GPM into a file ... Sorry.

Random stuff.

Kernel Version 2.0.30

Now my question is this could this be caused by the fact that my kernel
is to big ?

any help on getting my kernel to compile would be appreceated ...


BTW this is the 3rd time I have re-downloaded my kernel package and the
3rd time I havee downloaded Gcc and the second time I have downloaded Cpp
...


Thanks in advance.


--
TO UNSUBSCRIBE FROM THIS MAILING LIST: e-mail the word "unsubscribe" to
debian-user-request@lists.debian.org . 
Trouble?  e-mail to templin@bucknell.edu .


Reply to: