Results 1 to 2 of 2
Thread: problem recompiling 2.6.18
|
Enjoy an ad free experience by logging in. Not a member yet? Register.
|
|
-
09-21-2006 #1
problem recompiling 2.6.18
i am currently typing from my slackware 10.2 using 2.6.17.3 kernel
i wanted to recompile the kernel using the config from 2.6.17.3
i did it like this:
make mrproper
make xconfig
it loaded the latest config automatically
make
at the end, make generates the following output
net/built-in.o(.text+0x22fd6): In function `checkentry':
: undefined reference to `brnf_deferred_hooks'
net/built-in.o(.text+0x2300: In function `checkentry':
: undefined reference to `brnf_deferred_hooks'
make: *** [.tmp_vmlinux1] Error 1
i typed
make modules_install
and i give the example for one error
cp: cannot stat `sound/usb/snd-usb-audio.ko': No such file or directory
INSTALL sound/usb/snd-usb-lib.ko
this is that i get for all the modules after i type make modules_install
what is wrong ?
recompiling the kernel this way with 2.6.17.x worked just fine, but it doesn't seem to work on 2.6.18
thanks in advance guys !
-
09-21-2006 #2
i solved it
i disabled netfilter_bridge.h
worked fine for me :P
thanks anyway guys