install kernel failure

Sam Jones samjones1986 at gmail.com
Mon Dec 18 15:54:04 PST 2006


I'm trying to build a custom kernel under FreeBSD 6.1. I first tried
to follow section 8.3 of the Handbook and did

make buildkernel KERNCONF=MYKERNEL

That didn't work, so I tried updating all of the source and did

make buildworld

and then repeated the previous step. That still didn't work. It keeps
giving me the following errors:

linking kernel
if_ural.o(.text+0x66): In function `ural_free_tx_list':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0x2d3): In function `ural_rxeof':
: undefined reference to `ieee80211_find_rxnode'
if_ural.o(.text+0x2eb): In function `ural_rxeof':
: undefined reference to `ieee80211_input'
if_ural.o(.text+0x2f1): In function `ural_rxeof':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0x893): In function `ural_start':
: undefined reference to `ieee80211_find_txnode'
if_ural.o(.text+0x8b9): In function `ural_start':
: undefined reference to `ieee80211_encap'
if_ural.o(.text+0xa0a): In function `ural_start':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0xa3f): In function `ural_start':
: undefined reference to `ieee80211_encap'
if_ural.o(.text+0xa53): In function `ural_start':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0xa65): In function `ural_start':
: undefined reference to `ieee80211_crypto_encap'
if_ural.o(.text+0xe47): In function `ural_txeof':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0xeee): In function `ural_watchdog':
: undefined reference to `ieee80211_watchdog'
if_ural.o(.text+0x1188): In function `ural_detach':
: undefined reference to `ieee80211_ifdetach'
if_ural.o(.text+0x16f3): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x1719): In function `ural_attach':
: undefined reference to `ieee80211_ifattach'
if_ural.o(.text+0x1754): In function `ural_attach':
: undefined reference to `ieee80211_media_status'
if_ural.o(.text+0x175f): In function `ural_attach':
: undefined reference to `ieee80211_media_init'
if_ural.o(.text+0x182b): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x185f): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x1894): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x18e6): In function `ural_attach':
: undefined reference to `ieee80211_announce'
if_ural.o(.text+0x1b8e): In function `ural_set_chan':
: undefined reference to `ieee80211_chan2ieee'
if_ural.o(.text+0x21cf): In function `ural_task':
: undefined reference to `ieee80211_beacon_alloc'
if_ural.o(.text+0x2bec): In function `ural_media_change':
: undefined reference to `ieee80211_media_change'
if_ural.o(.text+0x2c4a): In function `ural_media_change':
: undefined reference to `ieee80211_media_change'
if_ural.o(.text+0x2d03): In function `ural_ioctl':
: undefined reference to `ieee80211_ioctl'
if_ural.o(.text+0xe5): In function `ural_next_scan':
: undefined reference to `ieee80211_next_scan'
*** Error code 1

Stop in /usr/obj/usr/src/sys/MYKERNEL.
*** Error code 1

Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

The Handbook is no real help on this. I had this working correctly
under FreeBSD 6.0, but I know I used different commands. The Handbook
has changed since then, and it removed those commands. I've included
my kernel configuration file in case it's something wrong with that.

Thanks,
Sam
-------------- next part --------------
A non-text attachment was scrubbed...
Name: MYKERNEL
Type: application/octet-stream
Size: 10558 bytes
Desc: not available
Url : http://lists.freebsd.org/pipermail/freebsd-questions/attachments/20061218/90d84737/MYKERNEL.obj


More information about the freebsd-questions mailing list