Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 11 Dec 2004 14:58:21 -0800
From:      Randy Bush <randy@psg.com>
To:        FreeBSD Current <freebsd-current@freebsd.org>
Subject:   buildkernel ath breakage
Message-ID:  <16827.31629.73080.383613@ran.psg.com>

next in thread | raw e-mail | index | archive | help
cvsup of 2004.12.11 08:54 gmt

MAKE=/usr/obj/usr/src/make.i386/make sh /usr/src/sys/conf/newvers.sh ROAM
cc -c -O -pipe -march=pentiumpro -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes  -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -fformat-extensions -std=c99 -g -nostdinc -I-  -I. -I/usr/src/sys -I/usr/src/sys/contrib/dev/acpica -I/usr/src/sys/contrib/altq -I/usr/src/sys/contrib/ipfilter -I/usr/src/sys/contrib/pf -I/usr/src/sys/contrib/dev/ath -I/usr/src/sys/contrib/dev/ath/freebsd -I/usr/src/sys/contrib/ngatm -D_KERNEL -include opt_global.h -fno-common -finline-limit=8000 --param inline-unit-growth=100 --param large-function-growth=1000  -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding -Werror  vers.c
linking kernel.debug
if_ath.o(.text+0x6fd): In function `ath_attach':
/usr/src/sys/dev/ath/if_ath.c:436: undefined reference to `ath_rate_attach'
if_ath.o(.text+0xc98): In function `ath_detach':
/usr/src/sys/dev/ath/if_ath.c:607: undefined reference to `ath_rate_detach'
if_ath.o(.text+0x3fd2): In function `ath_node_alloc':
/usr/src/sys/dev/ath/if_ath.c:2300: undefined reference to `ath_rate_node_init'
if_ath.o(.text+0x416e): In function `ath_node_free':
/usr/src/sys/dev/ath/if_ath.c:2343: undefined reference to `ath_rate_node_cleanup'
if_ath.o(.text+0x53e4): In function `ath_tx_start':
/usr/src/sys/dev/ath/if_ath.c:3099: undefined reference to `ath_rate_findrate'
if_ath.o(.text+0x581a):/usr/src/sys/dev/ath/if_ath.c:3287: undefined reference to `ath_rate_setupxtxdesc'
if_ath.o(.text+0x5df9): In function `ath_tx_processq':
/usr/src/sys/dev/ath/if_ath.c:3440: undefined reference to `ath_rate_tx_complete'
if_ath.o(.text+0x6a63): In function `ath_newstate':
/usr/src/sys/dev/ath/if_ath.c:3846: undefined reference to `ath_rate_newstate'
if_ath.o(.text+0x6bb1):/usr/src/sys/dev/ath/if_ath.c:3876: undefined reference to `ath_rate_newstate'
if_ath.o(.text+0x6d90): In function `ath_newassoc':
/usr/src/sys/dev/ath/if_ath.c:3941: undefined reference to `ath_rate_newassoc'
*** Error code 1

i will cvsup again on the presumption i caught sam mid-hacque.

randy



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