LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Software (https://www.linuxquestions.org/questions/linux-software-2/)
-   -   Funny Error Compiling Kernel 2.6.4 (https://www.linuxquestions.org/questions/linux-software-2/funny-error-compiling-kernel-2-6-4-a-163635/)

R4z0r 03-29-2004 01:07 AM

Funny Error Compiling Kernel 2.6.4
 
I'm compiling 2.6.4 on a Fedora box and am getting a funny error, does anyone have any idea what this could be?

Code:

LD      .tmp_vmlinux1
drivers/built-in.o(.text+0x9eef9): In function `tms380tr_reset_adapter':
: undefined reference to `request_firmware'
drivers/built-in.o(.text+0x9eff4): In function `tms380tr_reset_adapter':
: undefined reference to `release_firmware'
drivers/built-in.o(.text+0x9f0f1): In function `tms380tr_reset_adapter':
: undefined reference to `release_firmware'
make: *** [.tmp_vmlinux1] Error 1


qwijibow 03-29-2004 04:34 AM

seems either there is a programming error made by whoever made the driver you are attempting to compile, or you configured the kernel incorectly, probably by not compiling somthing you should have, or chhosing to compile two conflicting things into the source.

go back and configure the kenrel more carefully.


All times are GMT -5. The time now is 03:47 AM.