On 2004.06.21 01:05:08 +1200, Drew Broadley wrote: > rm -f hack.c > sh /usr/src/sys/conf/newvers.sh EVOn800v > cc -c -O -pipe -Wall -Wredundant-decls -Wnested-externs > -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline > -Wcast-qual -fformat-extensions -std=c99 -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 > -mno-align-long-strings -mpreferred-stack-boundary=2 -ffreestanding > -Werror vers.c > linking kernel > if_ath.o(.text+0x6c): In function `ath_attach': > : undefined reference to `ath_hal_attach' Sounds like you have included ath but not ath_hal in your kernel configuration? If that's not the case you need to include more details, e.g. like your kernel configuration file. -- Simon L. Nielsen FreeBSD Documentation Team
This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:37:58 UTC