LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   I am A newbie and am installing kernel 2.6.3 on a SuSE 9.0 (https://www.linuxquestions.org/questions/linux-newbie-8/i-am-a-newbie-and-am-installing-kernel-2-6-3-on-a-suse-9-0-a-151531/)

chesterthe 02-28-2004 08:47 AM

I am A newbie and am installing kernel 2.6.3 on a SuSE 9.0
 
I type make bzImage and always get this error

drivers/built-in.o(.text+0xc3193): In function `saa7134_initdev':
drivers/media/video/saa7134/saa7134-core.c:972: undefined reference to `register_sound_dsp'
drivers/built-in.o(.text+0xc31d3):drivers/media/video/saa7134/saa7134-core.c:981: undefined reference to `register_sound_mixer'
drivers/built-in.o(.text+0xc32f8):drivers/media/video/saa7134/saa7134-core.c:1004: undefined reference to `unregister_sound_dsp'
drivers/built-in.o(.text+0xc345e): In function `saa7134_finidev':
drivers/media/video/saa7134/saa7134-core.c:1051: undefined reference to `unregister_sound_mixer'
drivers/built-in.o(.text+0xc3469):drivers/media/video/saa7134/saa7134-core.c:1052: undefined reference to `unregister_sound_dsp'
drivers/built-in.o(.text+0xdb076): In function `dst_packsize':
drivers/media/dvb/frontends/dst.c:142: undefined reference to `bt878_device_control'
drivers/built-in.o(.text+0xdb0c2): In function `dst_gpio_outb':
drivers/media/dvb/frontends/dst.c:153: undefined reference to `bt878_device_control'
drivers/built-in.o(.text+0xdb105):drivers/media/dvb/frontends/dst.c:166: undefined reference to `bt878_device_control'
drivers/built-in.o(.text+0xdb196): In function `dst_gpio_inb':
drivers/media/dvb/frontends/dst.c:180: undefined reference to `bt878_device_control'
drivers/built-in.o(.text+0xdc9e8): In function `dst_attach':
drivers/media/dvb/frontends/dst.c:1134: undefined reference to `bt878_find_by_dvb_adap'
make: *** [.tmp_vmlinux1] Error 1




I am in desparate need of some easy to use help

Thank You!:newbie:

RolledOat 02-28-2004 01:09 PM

Why?!

Is there a reason you need the 2.6 kernel? If I wanted to make a newbie give up on Linux before they gave it a chance, I would tell them to compile the kernel.

RolledOat

Jelle 03-02-2004 12:07 PM

I agree rolled oat, this makes no sense to me why somebody wants to do that as a newbie. But being a newbie they probably don't know that...
But regarding the problem, it looks like it is missing some header files.
How did you get the source you are compiliing from?
try to reinstall the source (from kernel.org), copy the .config into the base of the new sourcetree, and issue ' make oldconfig modules bzImage install Modules_install '
if the same problem reoccurs with a clean source, I doubt you can do anything about it.


All times are GMT -5. The time now is 01:25 PM.