Kernel compile Error...plz help

Status
Not open for further replies.

Alexander_H

Broken In
hello all TechGuru's out here

I have a problem in Linux Kernel compiling...
i have Redhat 9 installed with kernel 2.4.20-8 ...
i have compile it with kernel 2.6.0...........
i have use
1)"module-init-tools-3.0.tar.gz" and
"modutils-2.4.21-23.src.rpm"
than copy .configs in new kernel directory
than make moveoldconfig
after configuring diffenent things
fianlly
make bzImage.......
Every thing was fine until after few minutes running above command i got this error
--------------------------------------------------------------------------------------------------------------
drivers/built-in.o(.text+0x3d6f5): In function `proteon_open':
: undefined reference to `tms380tr_open'
drivers/built-in.o(.text+0x3d71b): In function `proteon_close':
: undefined reference to `tms380tr_close'
drivers/built-in.o(.text+0x3d8c3): In function `sk_isa_open':
: undefined reference to `tms380tr_open'
drivers/built-in.o(.text+0x3d8db): In function `sk_isa_close':
: undefined reference to `tms380tr_close'
drivers/built-in.o(.init.text+0x4b89): In function `proteon_probe':
: undefined reference to `tmsdev_init'
drivers/built-in.o(.init.text+0x4d37): In function `proteon_probe':
: undefined reference to `tmsdev_term'
drivers/built-in.o(.init.text+0x4e48): In function `proteon_probe':
: undefined reference to `tms380tr_interrupt'
drivers/built-in.o(.init.text+0x4ee0): In function `proteon_probe':
: undefined reference to `tms380tr_interrupt'
drivers/built-in.o(.init.text+0x50c9): In function `sk_isa_probe':
: undefined reference to `tmsdev_init'
drivers/built-in.o(.init.text+0x5277): In function `sk_isa_probe':
: undefined reference to `tmsdev_term'
drivers/built-in.o(.init.text+0x5388): In function `sk_isa_probe':
: undefined reference to `tms380tr_interrupt'
drivers/built-in.o(.init.text+0x5420): In function `sk_isa_probe':
: undefined reference to `tms380tr_interrupt'
------------------------------------------------------------------------------------------------------------------
could anybody understand this problem...
plz help me ....i think i have made mistake in configuration.. but
exactly what to chage i don't know...
plz suggest me ....

Thanks
:cry:
 

GNUrag

FooBar Guy
As far as i can see, this error is being thrown while linking. you may try to build the kernel on someother machine.

You may also try disabling ISA bus support while configuring or from .config file, since you are most likely not having legacy ISA bus hardware.
 
Status
Not open for further replies.
Top Bottom