第一次编译 FreeBSD ,不成功,继续努力。
以下是编译停止的地方:

if_ural.o(.text+0x66): In function `ural_free_tx_list':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0x12f): In function `ural_detach':
: undefined reference to `ieee80211_ifdetach'
if_ural.o(.text+0x2c1): In function `ural_rxeof':
: undefined reference to `ieee80211_find_rxnode'
if_ural.o(.text+0x2d7): In function `ural_rxeof':
: undefined reference to `ieee80211_input'
if_ural.o(.text+0x2dd): In function `ural_rxeof':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0x863): In function `ural_start':
: undefined reference to `ieee80211_find_txnode'
if_ural.o(.text+0x88c): In function `ural_start':
: undefined reference to `ieee80211_encap'
if_ural.o(.text+0x9cd): In function `ural_start':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0xa05): In function `ural_start':
: undefined reference to `ieee80211_encap'
if_ural.o(.text+0xa1b): In function `ural_start':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0xa2f): In function `ural_start':
: undefined reference to `ieee80211_crypto_encap'
if_ural.o(.text+0xe1b): In function `ural_txeof':
: undefined reference to `ieee80211_free_node'
if_ural.o(.text+0xec2): In function `ural_watchdog':
: undefined reference to `ieee80211_watchdog'
if_ural.o(.text+0x159b): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x15c1): In function `ural_attach':
: undefined reference to `ieee80211_ifattach'
if_ural.o(.text+0x15f2): In function `ural_attach':
: undefined reference to `ieee80211_media_status'
if_ural.o(.text+0x15fd): In function `ural_attach':
: undefined reference to `ieee80211_media_init'
if_ural.o(.text+0x16cb): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x16ff): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x1734): In function `ural_attach':
: undefined reference to `ieee80211_ieee2mhz'
if_ural.o(.text+0x1786): In function `ural_attach':
: undefined reference to `ieee80211_announce'
if_ural.o(.text+0x19b2): In function `ural_set_chan':
: undefined reference to `ieee80211_chan2ieee'
if_ural.o(.text+0x1ed4): In function `ural_task':
: undefined reference to `ieee80211_beacon_alloc'
if_ural.o(.text+0x27f4): In function `ural_media_change':
: undefined reference to `ieee80211_media_change'
if_ural.o(.text+0x2852): In function `ural_media_change':
: undefined reference to `ieee80211_media_change'
if_ural.o(.text+0x290b): In function `ural_ioctl':
: undefined reference to `ieee80211_ioctl'
if_ural.o(.text+0x1a1): In function `ural_next_scan':
: undefined reference to `ieee80211_next_scan'
*** Error code 
1
Posted on 2006-03-14 15:10  RainVan  阅读(556)  评论(4)    收藏  举报