kernel doesnt compile

Branko office at pershing.be
Fri Dec 2 05:23:29 PST 2005


Hi,

i have cvsuped today... and new kernel doesnt compile.

linking kernel
if_ath.o(.text+0x6c): In function `ath_attach':
: undefined reference to `ath_hal_attach'
if_ath.o(.text+0x3df): In function `ath_attach':
: undefined reference to `ieee80211_ifattach'
if_ath.o(.text+0x43d): In function `ath_attach':
: undefined reference to `ieee80211_media_status'
if_ath.o(.text+0x448): In function `ath_attach':
: undefined reference to `ieee80211_media_init'
if_ath.o(.text+0x50e): In function `ath_detach':
: undefined reference to `ieee80211_ifdetach'
if_ath.o(.text+0x8f2): In function `ath_chan2flags':
: undefined reference to `ieee80211_chan2mode'
if_ath.o(.text+0xa3a): In function `ath_init':
: undefined reference to `ieee80211_chan2mode'
if_ath.o(.text+0x12f1): In function `ath_start':
: undefined reference to `ieee80211_encap'
if_ath.o(.text+0x143b): In function `ath_start':
: undefined reference to `ieee80211_free_node'
if_ath.o(.text+0x1471): In function `ath_media_change':
: undefined reference to `ieee80211_media_change'
if_ath.o(.text+0x154f): In function `ath_watchdog':
: undefined reference to `ieee80211_iterate_nodes'
if_ath.o(.text+0x155a): In function `ath_watchdog':
: undefined reference to `ieee80211_watchdog'
if_ath.o(.text+0x16d2): In function `ath_ioctl':
: undefined reference to `ieee80211_ioctl'
if_ath.o(.text+0x1b7e): In function `ath_beacon_alloc':
: undefined reference to `ieee80211_add_rates'
if_ath.o(.text+0x1b97): In function `ath_beacon_alloc':
: undefined reference to `ieee80211_chan2ieee'
if_ath.o(.text+0x1bd9): In function `ath_beacon_alloc':
: undefined reference to `ieee80211_add_xrates'
if_ath.o(.text+0x2519): In function `ath_node_alloc':
: undefined reference to `M_80211_NODE'
if_ath.o(.text+0x2a64): In function `ath_rx_proc':
: undefined reference to `ieee80211_find_node'
if_ath.o(.text+0x2aed): In function `ath_rx_proc':
: undefined reference to `ieee80211_input'
if_ath.o(.text+0x2b11): In function `ath_rx_proc':
: undefined reference to `ieee80211_free_node'
if_ath.o(.text+0x307b): In function `ath_tx_start':
: undefined reference to `ath_hal_computetxtime'
if_ath.o(.text+0x30d8): In function `ath_tx_start':
: undefined reference to `ath_hal_computetxtime'
if_ath.o(.text+0x30f5): In function `ath_tx_start':
: undefined reference to `ath_hal_computetxtime'
if_ath.o(.text+0x3117): In function `ath_tx_start':
: undefined reference to `ath_hal_computetxtime'
if_ath.o(.text+0x3621): In function `ath_tx_proc':
: undefined reference to `ieee80211_free_node'
if_ath.o(.text+0x390a): In function `ath_draintxq':
: undefined reference to `ieee80211_free_node'
if_ath.o(.text+0x3b2a): In function `ath_chan_set':
: undefined reference to `ieee80211_chan2ieee'
if_ath.o(.text+0x3b3f): In function `ath_chan_set':
: undefined reference to `ieee80211_chan2ieee'
if_ath.o(.text+0x3bc4): In function `ath_chan_set':
: undefined reference to `ieee80211_chan2ieee'
if_ath.o(.text+0x3c33): In function `ath_chan_set':
: undefined reference to `ieee80211_chan2mode'
if_ath.o(.text+0x3c81): In function `ath_next_scan':
: undefined reference to `ieee80211_next_scan'
if_ath.o(.text+0x3d89): In function `ath_newstate':
: undefined reference to `ieee80211_state_name'
if_ath.o(.text+0x3f73): In function `ath_newstate':
: undefined reference to `ieee80211_chan2ieee'
if_ath.o(.text+0x411b): In function `ath_getchannels':
: undefined reference to `ath_hal_init_channels'
if_ath.o(.text+0x4168): In function `ath_getchannels':
: undefined reference to `ath_hal_mhz2ieee'
if_ath.o(.data+0x20): undefined reference to `sysctl__hw_ath_children'
if_ath.o(.data+0x60): undefined reference to `sysctl__hw_ath_children'
if_ath.o(.data+0xa0): undefined reference to `sysctl__hw_ath_children'
if_ath.o(.data+0x100): undefined reference to `sysctl__hw_ath_children'
if_ath.o(.data+0x160): undefined reference to `sysctl__hw_ath_children'
if_ath.o(.data+0x1a0): more undefined references to `sysctl__hw_ath_children' follow
if_ath_pci.o(.text+0xae): In function `ath_pci_probe':
: undefined reference to `ath_hal_probe'
*** Error code 1
Stop in /usr/src.
*** Error code 1

Stop in /usr/src.

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







my kernel config

GENERIC +
options                GEOM_BDE
options         IPFIREWALL
options         IPFIREWALL_DEFAULT_TO_ACCEPT
options         IPFIREWALL_VERBOSE_LIMIT=500
options         IPDIVERT
options         TCP_DROP_SYNFIN
options         DUMMYNET
options         IPSEC
options         IPSEC_ESP
device sound
device "snd_via82c686"
device          ath
options SC_DISABLE_REBOOT 
options IPSTEALTH 



Brane


More information about the freebsd-questions mailing list