Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 2 Aug 2005 09:22:00 +0200
From:      Martin Moeller <andvari@gmx.de>
To:        freebsd-current@freebsd.org
Subject:   Error compiling kernel in module ath
Message-ID:  <20050802072200.GA16483@tyr.andvari.ath.cx>

next in thread | raw e-mail | index | archive | help
Hi all,

I have just updated my sources to RELENG_6. The buildworld went ok, but
I cannot compile the kernel. The linking terminates with:

linking kernel
if_ath.o(.text+0x2635): In function `ath_node_alloc':
: undefined reference to `ath_rate_node_init'
if_ath.o(.text+0x268c): In function `ath_node_free':
: undefined reference to `ath_rate_node_cleanup'
if_ath.o(.text+0x26c4): In function `ath_node_free':
: undefined reference to `ath_rate_node_cleanup'
if_ath.o(.text+0x3929): In function `ath_start':
: undefined reference to `ath_rate_setupxtxdesc'
if_ath.o(.text+0x3b96): In function `ath_start':
: undefined reference to `ath_rate_findrate'
if_ath.o(.text+0x4902): In function `ath_tx_processq':
: undefined reference to `ath_rate_tx_complete'
if_ath.o(.text+0x5261): In function `ath_detach':
: undefined reference to `ath_rate_detach'
if_ath.o(.text+0x5be7): In function `ath_newstate':
: undefined reference to `ath_rate_newstate'
if_ath.o(.text+0x5cd0): In function `ath_newstate':
: undefined reference to `ath_rate_newstate'
if_ath.o(.text+0x60df): In function `ath_newassoc':
: undefined reference to `ath_rate_newassoc'
if_ath.o(.text+0x7ccb): In function `ath_attach':
: undefined reference to `ath_rate_attach'
*** Error code 1

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

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

Stop in /usr/src.
  
Any ideas how to get rid of this?

-- 
Martin Moeller <andvari at gmx.de>




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20050802072200.GA16483>