Re: buildkernel fails in zlib (all)

From: AN <andy_at_neu.net>
Date: Sat, 27 Apr 2013 23:01:04 -0400 (EDT)
On Sat, 27 Apr 2013, Adrian Chadd wrote:

> Do it this time without -j6, so we can see where it failed.
>
>
>
> adrian
>
>
> On 27 April 2013 19:27, Steven Hartland <killing_at_multiplay.co.uk> wrote:
>>
>> ----- Original Message ----- From: "AN" <andy_at_neu.net>
>> To: "Steven Hartland" <killing_at_multiplay.co.uk>
>> Cc: <freebsd-current_at_freebsd.org>
>> Sent: Sunday, April 28, 2013 3:20 AM
>> Subject: Re: buildkernel fails in zlib (all)
>>
>>
>>
>>>
>>>
>>> On Sun, 28 Apr 2013, Steven Hartland wrote:
>>>
>>>>
>>>> ----- Original Message ----- From: "AN" <andy_at_neu.net>
>>>> To: <freebsd-current_at_freebsd.org>
>>>> Sent: Sunday, April 28, 2013 3:09 AM
>>>> Subject: buildkernel fails in zlib (all)
>>>>
>>>>
>>>>> FreeBSD FBSD10 10.0-CURRENT FreeBSD 10.0-CURRENT #62 r249867: Wed Apr 24
>>>>> 21:53:34 CDT 2013     root_at_FBSD10:/usr/obj/usr/src/sys/MYKERNEL  amd64
>>>>>
>>>>> Trying to buildkernel at:
>>>>> # svn info
>>>>> Path: .
>>>>> Working Copy Root Path: /usr/src
>>>>> URL: svn://svn.freebsd.org/base/head
>>>>> Repository Root: svn://svn.freebsd.org/base
>>>>> Repository UUID: ccf9f872-aa2e-dd11-9fc8-001c23d0bc1f
>>>>> Revision: 250001
>>>>> Node Kind: directory
>>>>> Schedule: normal
>>>>> Last Changed Author: wkoszek
>>>>> Last Changed Rev: 250001
>>>>> Last Changed Date: 2013-04-27 18:59:15 -0500 (Sat, 27 Apr 2013)
>>>>>
>>>>> fails with:
>>>>>
>>>>> ===> zlib (all)
>>>>> cc -O2 -pipe -fno-strict-aliasing -Werror -D_KERNEL -DKLD_MODULE
>>>>> -nostdinc -DHAVE_KERNEL_OPTION_HEADERS -include
>>>>> /usr/obj/usr/src/sys/MYKERNEL/opt_global.h -I. -I_at_ -I_at_/contrib/altq
>>>>> -fno-common  -fno-omit-frame-pointer -I/usr/obj/usr/src/sys/MYKERNEL
>>>>> -mno-aes -mno-avx -mcmodel=kernel -mno-red-zone -mno-mmx -mno-sse
>>>>> -msoft-float  -fno-asynchronous-unwind-tables -ffreestanding
>>>>> -fstack-protector -std=iso9899:1999 -Qunused-arguments -fstack-protector
>>>>> -Wall -Wredundant-decls -Wnested-externs -Wstrict-prototypes
>>>>> -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual  -Wundef
>>>>> -Wno-pointer-sign -fformat-extensions  -Wmissing-include-dirs
>>>>> -fdiagnostics-show-option  -Wno-error-tautological-compare
>>>>> -Wno-error-empty-body  -Wno-error-parentheses-equality -c
>>>>> /usr/src/sys/modules/zlib/../../net/zlib.c
>>>>> ld  -d -warn-common -r -d -o zlib.ko zlib.o
>>>>> :> export_syms
>>>>> awk -f /usr/src/sys/conf/kmod_syms.awk zlib.ko  export_syms | xargs -J%
>>>>> objcopy % zlib.ko
>>>>> objcopy --strip-debug zlib.ko
>>>>> 1 error
>>>>> *** [buildkernel] Error code 2
>>>>> 1 error
>>>>> *** [buildkernel] Error code 2
>>>>> 1 error
>>>>>
>>>>>
>>>>> Is anyone else seeing this?
>>>>
>>>>
>>>> Are you building with a -jXX option to make as I don't see the source
>>>> of the error in your output there, so I suspect its actually failing
>>>> earlier elsewhere but that's what your seeing from because multiple
>>>> compiles are being actioned by make.
>>>>
>>>>   Regards
>>>>   Steve
>>>>
>>>
>>> Hi Steve:
>>>
>>> Yes, I'm using time make -j6 buildkernel KERNCONF=MYKERNEL.
>>>
>>> How can I find out where it's failing?  Should I post full output?
>>
>>
>> Easy way to re-run the make like this:-
>> make -DNO_CLEAN buildkernel KERNCONF=MYKERNEL
>>
>> This will continue your build without cleaning first, which will
>> mean it should fail pretty quickly and you'll get the real error.
>>
>>
>>    Regards
>>    Steve
>>
>> ================================================
>> This e.mail is private and confidential between Multiplay (UK) Ltd. and the
>> person or entity to whom it is addressed. In the event of misdirection, the
>> recipient is prohibited from using, copying, printing or otherwise
>> disseminating it or any information contained in it.
>> In the event of misdirection, illegible or incomplete transmission please
>> telephone +44 845 868 1337
>> or return the E.mail to postmaster_at_multiplay.co.uk.
>>
>> _______________________________________________
>> freebsd-current_at_freebsd.org mailing list
>> http://lists.freebsd.org/mailman/listinfo/freebsd-current
>> To unsubscribe, send any mail to "freebsd-current-unsubscribe_at_freebsd.org"
>


Looks like the failure is here:

make -DNO_CLEAN buildkernel KERNCONF=MYKERNEL
...

--------------------------------------------------------------
>>> stage 3.2: building everything
--------------------------------------------------------------
cd /usr/obj/usr/src/sys/MYKERNEL; MAKEOBJDIRPREFIX=/usr/obj 
MACHINE_ARCH=amd64  MACHINE=amd64  CPUTYPE= 
GROFF_BIN_PATH=/usr/obj/usr/src/tmp/legacy/usr/bin 
GROFF_FONT_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/groff_font 
GROFF_TMAC_PATH=/usr/obj/usr/src/tmp/legacy/usr/share/tmac 
_SHLIBDIRPREFIX=/usr/obj/usr/src/tmp  _LDSCRIPTROOT=  VERSION="FreeBSD 
10.0-CURRENT amd64 1000030"  INSTALL="sh /usr/src/tools/install.sh" 
PATH=/usr/obj/usr/src/tmp/legacy/usr/sbin:/usr/obj/usr/src/tmp/legacy/usr/bin:/usr/obj/usr/src/tmp/legacy/usr/games:/usr/obj/usr/src/tmp/legacy/bin:/usr/obj/usr/src/tmp/usr/sbin:/usr/obj/usr/src/tmp/usr/bin:/usr/obj/usr/src/tmp/usr/games:/sbin:/bin:/usr/sbin:/usr/bin 
COMPILER_TYPE=clang /usr/obj/usr/src/make.amd64/make  -D NO_CLEAN 
KERNCONF=MYKERNEL -m /usr/src/share/mk TARGET=amd64 TARGET_ARCH=amd64 
KERNEL=kernel all -DNO_MODULES_OBJ
linking kernel
if_ath_pci.o: In function `ath_pci_probe':
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0xb9): undefined reference to 
`ath_hal_probe'
if_ath_pci.o: In function `ath_pci_attach':
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0x36c): undefined reference to 
`ath_intr'
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0x62a): undefined reference to 
`ath_attach'
if_ath_pci.o: In function `ath_pci_detach':
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0x772): undefined reference to 
`ath_detach'
if_ath_pci.o: In function `ath_pci_shutdown':
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0x84d): undefined reference to 
`ath_shutdown'
if_ath_pci.o: In function `ath_pci_suspend':
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0x86d): undefined reference to 
`ath_suspend'
if_ath_pci.o: In function `ath_pci_resume':
/usr/src/sys/dev/ath/if_ath_pci.c:(.text+0x9ea): undefined reference to 
`ath_resume'
ah_eeprom_v1.o: In function `ath_hal_v1EepromAttach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v1.c:(.text+0x11d): undefined 
reference to `ath_hal_malloc'
ah_eeprom_v1.o: In function `v1EepromDetach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v1.c:(.text+0x421): undefined 
reference to `ath_hal_free'
ah_eeprom_v3.o: In function `ath_hal_legacyEepromAttach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x137): undefined 
reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x1abb): undefined 
reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x1e1d): undefined 
reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x1fd1): undefined 
reference to `ath_hal_free'
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x200d): undefined 
reference to `ath_hal_free'
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x2e49): undefined 
reference to `ath_hal_free'
ah_eeprom_v3.o: In function `legacyEepromDetach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x2ea7): undefined 
reference to `ath_hal_free'
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x2ec3): undefined 
reference to `ath_hal_free'
ah_eeprom_v3.o:/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v3.c:(.text+0x2edf): 
more undefined references to `ath_hal_free' follow
ah_eeprom_v14.o: In function `ath_hal_v14EepromAttach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v14.c:(.text+0x4f): undefined 
reference to `ath_hal_malloc'
ah_eeprom_v14.o: In function `v14EepromDetach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v14.c:(.text+0x3c1): undefined 
reference to `ath_hal_free'
ah_eeprom_v4k.o: In function `ath_hal_v4kEepromAttach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c:(.text+0x4f): undefined 
reference to `ath_hal_malloc'
ah_eeprom_v4k.o: In function `v4kEepromDetach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_v4k.c:(.text+0x2d1): undefined 
reference to `ath_hal_free'
ah_eeprom_9287.o: In function `ath_hal_9287EepromAttach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_9287.c:(.text+0x4f): undefined 
reference to `ath_hal_malloc'
ah_eeprom_9287.o: In function `v9287EepromDetach':
/usr/src/sys/dev/ath/ath_hal/ah_eeprom_9287.c:(.text+0x2f1): undefined 
reference to `ath_hal_free'
ar5210_attach.o: In function `ar5210Detach':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c:(.text+0x24): 
undefined reference to `ath_hal_free'
ar5210_attach.o: In function `ar5210Attach':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c:(.text+0x88): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c:(.text+0x24d): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_attach.c:(.text+0x2fd): 
undefined reference to `ath_hal_free'
ar5210_attach.o:(.rodata+0x468): undefined reference to 
`ath_hal_getChanNoise'
ar5210_misc.o: In function `ar5210EepromRead':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xa7): undefined 
reference to `ath_hal_wait'
ar5210_misc.o: In function `ar5210SetSifsTime':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x77a): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x7b8): undefined 
reference to `ath_hal_mac_clks'
ar5210_misc.o: In function `ar5210GetSifsTime':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x822): undefined 
reference to `ath_hal_mac_usec'
ar5210_misc.o: In function `ar5210SetSlotTime':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x850): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x87c): undefined 
reference to `ath_hal_mac_clks'
ar5210_misc.o: In function `ar5210GetSlotTime':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x8ce): undefined 
reference to `ath_hal_mac_usec'
ar5210_misc.o: In function `ar5210SetAckTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x8fa): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x938): undefined 
reference to `ath_hal_mac_clks'
ar5210_misc.o: In function `ar5210GetAckTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0x9a2): undefined 
reference to `ath_hal_mac_usec'
ar5210_misc.o: In function `ar5210SetCTSTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xa4a): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xa88): undefined 
reference to `ath_hal_mac_clks'
ar5210_misc.o: In function `ar5210GetCTSTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xaf5): undefined 
reference to `ath_hal_mac_usec'
ar5210_misc.o: In function `ar5210GetCapability':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xb72): undefined 
reference to `ath_hal_getcapability'
ar5210_misc.o: In function `ar5210SetCapability':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xbb5): undefined 
reference to `ath_hal_setcapability'
ar5210_misc.o: In function `ar5210GetDiagState':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_misc.c:(.text+0xbf6): undefined 
reference to `ath_hal_getdiagstate'
ar5210_phy.o: In function `ar5210GetRateTable':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_phy.c:(.text+0x24): undefined 
reference to `ath_hal_setupratetable'
ar5210_reset.o: In function `ar5210Reset':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x79f): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x842): 
undefined reference to `ath_hal_wait'
ar5210_reset.o: In function `ar5210ChipReset':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x9cd): 
undefined reference to `ath_hal_wait'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xa1e): 
undefined reference to `ath_hal_wait'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xa7b): 
undefined reference to `ath_hal_wait'
ar5210_reset.o: In function `ar5210SetTransmitPower':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xe6e): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xe7f): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xe90): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xea1): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xeb2): 
undefined reference to `ath_hal_reverseBits'
ar5210_reset.o:/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0xec3): 
more undefined references to `ath_hal_reverseBits' follow
ar5210_reset.o: In function `ar5210CalNoiseFloor':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x1233): 
undefined reference to `ath_hal_wait'
ar5210_reset.o: In function `ar5210PhyDisable':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x1324): 
undefined reference to `ath_hal_wait'
ar5210_reset.o: In function `ar5210Disable':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x13ac): 
undefined reference to `ath_hal_wait'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x13f9): 
undefined reference to `ath_hal_wait'
ar5210_reset.o: In function `ar5210PerCalibrationN':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x1515): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_reset.c:(.text+0x16d2): 
undefined reference to `ath_hal_wait'
ar5210_xmit.o: In function `ar5210SetTxQueueProps':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c:(.text+0x1e): undefined 
reference to `ath_hal_setTxQProps'
ar5210_xmit.o: In function `ar5210GetTxQueueProps':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c:(.text+0x54): undefined 
reference to `ath_hal_getTxQProps'
ar5210_xmit.o: In function `ar5210SetupTxQueue':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c:(.text+0xee): undefined 
reference to `ath_hal_setTxQProps'
ar5210_xmit.o: In function `ar5210StopTxDma':
/usr/src/sys/dev/ath/ath_hal/ar5210/ar5210_xmit.c:(.text+0x6d1): undefined 
reference to `ath_hal_wait'
ar5211_attach.o: In function `ar5211Detach':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c:(.text+0x24): 
undefined reference to `ath_hal_free'
ar5211_attach.o: In function `ar5211Attach':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c:(.text+0x98): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c:(.text+0x63d): 
undefined reference to `ath_hal_free'
ar5211_attach.o: In function `ar5211GetRadioRev':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_attach.c:(.text+0x7af): 
undefined reference to `ath_hal_reverseBits'
ar5211_attach.o:(.rodata+0x468): undefined reference to 
`ath_hal_getChanNoise'
ar5211_misc.o: In function `ar5211EepromRead':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0xc5): undefined 
reference to `ath_hal_wait'
ar5211_misc.o: In function `ar5211SetSifsTime':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x737): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x763): undefined 
reference to `ath_hal_mac_clks'
ar5211_misc.o: In function `ar5211GetSifsTime':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x7ae): undefined 
reference to `ath_hal_mac_usec'
ar5211_misc.o: In function `ar5211SetSlotTime':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x7e0): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x808): undefined 
reference to `ath_hal_mac_clks'
ar5211_misc.o: In function `ar5211GetSlotTime':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x84e): undefined 
reference to `ath_hal_mac_usec'
ar5211_misc.o: In function `ar5211SetAckTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x87a): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x8b8): undefined 
reference to `ath_hal_mac_clks'
ar5211_misc.o: In function `ar5211GetAckTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x922): undefined 
reference to `ath_hal_mac_usec'
ar5211_misc.o: In function `ar5211SetCTSTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0x9ca): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0xa08): undefined 
reference to `ath_hal_mac_clks'
ar5211_misc.o: In function `ar5211GetCTSTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0xa75): undefined 
reference to `ath_hal_mac_usec'
ar5211_misc.o: In function `ar5211GetCapability':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0xba3): undefined 
reference to `ath_hal_getcapability'
ar5211_misc.o: In function `ar5211SetCapability':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0xbd8): undefined 
reference to `ath_hal_setcapability'
ar5211_misc.o: In function `ar5211GetDiagState':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_misc.c:(.text+0xc11): undefined 
reference to `ath_hal_getdiagstate'
ar5211_phy.o: In function `ar5211GetRateTable':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_phy.c:(.text+0x32): undefined 
reference to `ath_hal_setupratetable'
ar5211_recv.o: In function `ar5211StopDmaReceive':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_recv.c:(.text+0x9e): undefined 
reference to `ath_hal_wait'
ar5211_reset.o: In function `ar5211Reset':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x34a): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x359): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x601): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x633): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x662): 
undefined reference to `ath_hal_reverseBits'
ar5211_reset.o:/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x687): 
more undefined references to `ath_hal_reverseBits' follow
ar5211_reset.o: In function `ar5211Reset':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x1564): 
undefined reference to `ath_hal_getctl'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x15e7): 
undefined reference to `ath_hal_getantennareduction'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x1e77): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x1eb8): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x1ed7): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x2000): 
undefined reference to `ath_hal_wait'
ar5211_reset.o: In function `ar5211ChipReset':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x240d): 
undefined reference to `ath_hal_wait'
ar5211_reset.o: In function `ar5211SetResetReg':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x273e): 
undefined reference to `ath_hal_wait'
ar5211_reset.o: In function `ar5211Disable':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_reset.c:(.text+0x27dc): 
undefined reference to `ath_hal_wait'
ar5211_xmit.o: In function `ar5211SetTxQueueProps':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c:(.text+0xce): undefined 
reference to `ath_hal_setTxQProps'
ar5211_xmit.o: In function `ar5211GetTxQueueProps':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c:(.text+0x104): undefined 
reference to `ath_hal_getTxQProps'
ar5211_xmit.o: In function `ar5211SetupTxQueue':
/usr/src/sys/dev/ath/ath_hal/ar5211/ar5211_xmit.c:(.text+0x1b5): undefined 
reference to `ath_hal_setTxQProps'
ar5212_attach.o: In function `ar5212GetRadioRev':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c:(.text+0x13f): 
undefined reference to `ath_hal_reverseBits'
ar5212_attach.o: In function `ar5212Detach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c:(.text+0x2c5): 
undefined reference to `ath_hal_free'
ar5212_attach.o: In function `ar5212Attach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c:(.text+0xadd): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c:(.text+0xdaa): 
undefined reference to `ath_hal_rfprobe'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_attach.c:(.text+0x110d): 
undefined reference to `ath_hal_free'
ar5212_attach.o:(.rodata+0xe38): undefined reference to 
`ath_hal_getChanNoise'
ar5212_eeprom.o: In function `ar5212EepromRead':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_eeprom.c:(.text+0x55): 
undefined reference to `ath_hal_wait'
ar5212_misc.o: In function `ar5212SetSifsTime':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x807): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x834): undefined 
reference to `ath_hal_mac_clks'
ar5212_misc.o: In function `ar5212GetSifsTime':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x87d): undefined 
reference to `ath_hal_mac_usec'
ar5212_misc.o: In function `ar5212SetSlotTime':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x8b0): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x8dc): undefined 
reference to `ath_hal_mac_clks'
ar5212_misc.o: In function `ar5212GetSlotTime':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x92e): undefined 
reference to `ath_hal_mac_usec'
ar5212_misc.o: In function `ar5212SetAckTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x95a): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x998): undefined 
reference to `ath_hal_mac_clks'
ar5212_misc.o: In function `ar5212GetAckTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0xa02): undefined 
reference to `ath_hal_mac_usec'
ar5212_misc.o: In function `ar5212SetCTSTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0xaaa): undefined 
reference to `ath_hal_mac_usec'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0xae8): undefined 
reference to `ath_hal_mac_clks'
ar5212_misc.o: In function `ar5212GetCTSTimeout':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0xb55): undefined 
reference to `ath_hal_mac_usec'
ar5212_misc.o: In function `ar5212SetCoverageClass':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0xc09): undefined 
reference to `ath_hal_mac_clks'
ar5212_misc.o: In function `ar5212GetCapability':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x14cb): 
undefined reference to `ath_hal_getcapability'
ar5212_misc.o: In function `ar5212SetCapability':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x1894): 
undefined reference to `ath_hal_setcapability'
ar5212_misc.o: In function `ar5212GetDiagState':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_misc.c:(.text+0x1995): 
undefined reference to `ath_hal_getdiagstate'
ar5212_phy.o: In function `ar5212GetRateTable':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_phy.c:(.text+0x88): undefined 
reference to `ath_hal_setupratetable'
ar5212_recv.o: In function `ar5212StopDmaReceive':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_recv.c:(.text+0x9e): undefined 
reference to `ath_hal_wait'
ar5212_reset.o: In function `ar5212Reset':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x289): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0xb74): 
undefined reference to `ath_hal_wait'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0xc54): 
undefined reference to `ath_hal_getantennareduction'
ar5212_reset.o: In function `ar5212SetTransmitPower':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x1242): 
undefined reference to `ath_hal_getctl'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x1482): 
undefined reference to `ath_hal_getantennareduction'
ar5212_reset.o: In function `ar5212SetRateDurationTable':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x2a00): 
undefined reference to `ath_hal_computetxtime'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x2aa9): 
undefined reference to `ath_hal_computetxtime'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x2aeb): 
undefined reference to `ath_hal_computetxtime'
ar5212_reset.o: In function `ar5212SetResetReg':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x3069): 
undefined reference to `ath_hal_wait'
ar5212_reset.o: In function `ar5212GetNf':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x36bf): 
undefined reference to `ath_hal_wait'
ar5212_reset.o: In function `ar5212ModifyRfBuffer':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_reset.c:(.text+0x3cec): 
undefined reference to `ath_hal_reverseBits'
ar5212_rfgain.o: In function `ar5212GetRfgain':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c:(.text+0x1ac): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c:(.text+0x250): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c:(.text+0x2e1): 
undefined reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_rfgain.c:(.text+0x38f): 
undefined reference to `ath_hal_reverseBits'
ar5212_xmit.o: In function `ar5212SetTxQueueProps':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c:(.text+0xf0): undefined 
reference to `ath_hal_setTxQProps'
ar5212_xmit.o: In function `ar5212GetTxQueueProps':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c:(.text+0x126): undefined 
reference to `ath_hal_getTxQProps'
ar5212_xmit.o: In function `ar5212SetupTxQueue':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5212_xmit.c:(.text+0x25b): undefined 
reference to `ath_hal_setTxQProps'
ar5416_ani.o: In function `ar5416AniPoll':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_ani.c:(.text+0x1129): undefined 
reference to `ath_hal_printf'
ar5416_attach.o: In function `ar5416Detach':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x565): 
undefined reference to `ath_hal_free'
ar5416_attach.o: In function `ar5416ConfigPCIE':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x5a0): 
undefined reference to `ath_hal_ini_write'
ar5416_attach.o: In function `ar5416WriteIni':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x834): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x863): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x879): 
undefined reference to `ath_hal_ini_write'
ar5416_attach.o: In function `ar5416GetRadioRev':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x14bf): 
undefined reference to `ath_hal_reverseBits'
ar5416_attach.o: In function `ar5416Attach':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x1877): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_attach.c:(.text+0x1a6d): 
undefined reference to `ath_hal_printf'
ar5416_cal.o: In function `ar5416InitCalHardware':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_cal.c:(.text+0x8a): undefined 
reference to `ath_hal_wait'
ar5416_eeprom.o: In function `ar5416EepromRead':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_eeprom.c:(.text+0x3a): 
undefined reference to `ath_hal_wait'
ar5416_gpio.o: In function `ar5416GpioCfgOutput':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_gpio.c:(.text+0x1e): undefined 
reference to `ath_hal_printf'
ar5416_misc.o: In function `ar5416GetDiagState':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_misc.c:(.text+0x835): undefined 
reference to `ath_hal_getdiagstate'
ar5416_phy.o: In function `ar5416GetRateTable':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_phy.c:(.text+0x5c): undefined 
reference to `ath_hal_setupratetable'
ar5416_recv.o: In function `ar5416StopDmaReceive':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:(.text+0x117): undefined 
reference to `ath_hal_wait'
ar5416_recv.o: In function `ar5416ProcRxDesc':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_recv.c:(.text+0x39d): undefined 
reference to `ath_hal_printf'
ar5416_reset.o: In function `ar5416Reset':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x108e): 
undefined reference to `ath_hal_printf'
ar5416_reset.o: In function `ar5416SetResetReg':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x1494): 
undefined reference to `ath_hal_wait'
ar5416_reset.o: In function `ar5416SetTransmitPower':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x186c): 
undefined reference to `ath_hal_getctl'
ar5416_reset.o: In function `ar5416SetReset':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x246c): 
undefined reference to `ath_hal_wait'
ar5416_reset.o: In function `ar5416GetTargetPowers':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x363e): 
undefined reference to `ath_ee_interpolate'
ar5416_reset.o: In function `ar5416GetTargetPowersLeg':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x38ee): 
undefined reference to `ath_ee_interpolate'
ar5416_reset.o: In function `ar5416GetGainBoundariesAndPdadcs':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x3fa7): 
undefined reference to `ath_ee_getLowerUpperIndex'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x4000): 
undefined reference to `ath_ee_FillVpdTable'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x40fc): 
undefined reference to `ath_ee_FillVpdTable'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x411d): 
undefined reference to `ath_ee_FillVpdTable'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar5416_reset.c:(.text+0x418f): 
undefined reference to `ath_ee_interpolate'
ar9160_attach.o: In function `ar9160Attach':
/usr/src/sys/dev/ath/ath_hal/ar9001/ar9160_attach.c:(.text+0x57): 
undefined reference to `ath_hal_malloc'
ar9280_attach.o: In function `ar9280Attach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0xdbb): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0xdf1): 
undefined reference to `ath_hal_EepromDataRead'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0x1166): 
undefined reference to `ath_hal_printf'
ar9280_attach.o: In function `ar9280ConfigPCIE':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0x141c): 
undefined reference to `ath_hal_ini_write'
ar9280_attach.o: In function `ar9280WriteIni':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0x1636): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0x164b): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0x1664): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_attach.c:(.text+0x16cf): 
undefined reference to `ath_hal_ini_write'
ar9280_olc.o: In function `ar9280olcGetTxGainIndex':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280_olc.c:(.text+0x105): undefined 
reference to `ath_ee_getLowerUpperIndex'
ar9285_attach.o: In function `ar9285Attach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x6b): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0xa1): 
undefined reference to `ath_hal_EepromDataRead'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x429): 
undefined reference to `ath_hal_printf'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x5eb): 
undefined reference to `ath_hal_printf'
ar9285_attach.o: In function `ar9285ConfigPCIE':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x71c): 
undefined reference to `ath_hal_ini_write'
ar9285_attach.o: In function `ar9285WriteIni':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x8e7): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x913): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_attach.c:(.text+0x92d): 
undefined reference to `ath_hal_ini_write'
ar9285_reset.o: In function `ar9285SetTransmitPower':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x56): undefined 
reference to `ath_hal_getctl'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x79c): 
undefined reference to `ath_ee_getLowerUpperIndex'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x87f): 
undefined reference to `ath_ee_FillVpdTable'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x8a0): 
undefined reference to `ath_ee_FillVpdTable'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x939): 
undefined reference to `ath_ee_interpolate'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x9ee): 
undefined reference to `ath_ee_FillVpdTable'
ar9285_reset.o: In function `ar9285SetBoardValues':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_reset.c:(.text+0x19ef): 
undefined reference to `ath_hal_printf'
ar9285_cal.o: In function `ar9285_hw_cl_cal':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c:(.text+0xa0d): undefined 
reference to `ath_hal_wait'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9285_cal.c:(.text+0xaf1): undefined 
reference to `ath_hal_wait'
ar9287_attach.o: In function `ar9287Attach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x6b): 
undefined reference to `ath_hal_malloc'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0xa1): 
undefined reference to `ath_hal_EepromDataRead'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x2ef): 
undefined reference to `ath_hal_printf'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x3c3): 
undefined reference to `ath_hal_printf'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x400): 
undefined reference to `ath_hal_printf'
ar9287_attach.o: In function `ar9287ConfigPCIE':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x588): 
undefined reference to `ath_hal_ini_write'
ar9287_attach.o: In function `ar9287WriteIni':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x67f): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x693): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x6a7): 
undefined reference to `ath_hal_ini_write'
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_attach.c:(.text+0x6c1): 
undefined reference to `ath_hal_ini_write'
ar9287_reset.o: In function `ar9287SetTransmitPower':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_reset.c:(.text+0x64): undefined 
reference to `ath_hal_getctl'
ar9287_cal.o: In function `ar9287InitCalHardware':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_cal.c:(.text+0x66): undefined 
reference to `ath_hal_wait'
ar9287_olc.o: In function `ar9287olcGetTxGainIndex':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287_olc.c:(.text+0x1d5): undefined 
reference to `ath_ee_getLowerUpperIndex'
ar2413.o: In function `ar2413RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x33): undefined 
reference to `ath_hal_malloc'
ar2413.o: In function `ar2413RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0xc1): undefined 
reference to `ath_hal_free'
ar2413.o: In function `ar2413SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x33e): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x350): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x395): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x3e3): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x421): undefined 
reference to `ath_hal_reverseBits'
ar2413.o:/usr/src/sys/dev/ath/ath_hal/ar5212/ar2413.c:(.text+0x493): more 
undefined references to `ath_hal_reverseBits' follow
ar2425.o: In function `ar2425RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:(.text+0x33): undefined 
reference to `ath_hal_malloc'
ar2425.o: In function `ar2425RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:(.text+0xc1): undefined 
reference to `ath_hal_free'
ar2425.o: In function `ar2425SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:(.text+0x287): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:(.text+0x2f5): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:(.text+0x3c8): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar2425.c:(.text+0x3da): undefined 
reference to `ath_hal_reverseBits'
ar5111.o: In function `ar5111RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:(.text+0x43): undefined 
reference to `ath_hal_malloc'
ar5111.o: In function `ar5111RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:(.text+0xd1): undefined 
reference to `ath_hal_free'
ar5111.o: In function `ar5111SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:(.text+0x2b2): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:(.text+0x33b): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5111.c:(.text+0x35a): undefined 
reference to `ath_hal_reverseBits'
ar5112.o: In function `ar5112RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x43): undefined 
reference to `ath_hal_malloc'
ar5112.o: In function `ar5112RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0xd1): undefined 
reference to `ath_hal_free'
ar5112.o: In function `ar5112SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x33e): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x350): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x395): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x3e3): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x421): undefined 
reference to `ath_hal_reverseBits'
ar5112.o:/usr/src/sys/dev/ath/ath_hal/ar5212/ar5112.c:(.text+0x493): more 
undefined references to `ath_hal_reverseBits' follow
ar5413.o: In function `ar5413RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x43): undefined 
reference to `ath_hal_malloc'
ar5413.o: In function `ar5413RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0xd1): undefined 
reference to `ath_hal_free'
ar5413.o: In function `ar5413SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x34e): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x360): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x40d): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x47f): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x491): undefined 
reference to `ath_hal_reverseBits'
ar5413.o:/usr/src/sys/dev/ath/ath_hal/ar5212/ar5413.c:(.text+0x6d4): more 
undefined references to `ath_hal_reverseBits' follow
ar2133.o: In function `ar2133RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x4f): undefined 
reference to `ath_hal_malloc'
ar2133.o: In function `ar2133RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x171): undefined 
reference to `ath_hal_free'
ar2133.o: In function `ar2133WriteRegs':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x19d): undefined 
reference to `ath_hal_ini_write'
ar2133.o: In function `ar2133SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x2ca): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x338): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x372): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x3b3): undefined 
reference to `ath_hal_reverseBits'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x3dd): undefined 
reference to `ath_hal_reverseBits'
ar2133.o:/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x465): more 
undefined references to `ath_hal_reverseBits' follow
ar2133.o: In function `ar2133SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x499): undefined 
reference to `ath_hal_ini_bank_write'
ar2133.o: In function `ar2133SetRfRegs':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x525): undefined 
reference to `ath_hal_ini_bank_setup'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x53e): undefined 
reference to `ath_hal_ini_bank_setup'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x557): undefined 
reference to `ath_hal_ini_bank_setup'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x56e): undefined 
reference to `ath_hal_ini_bank_setup'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x585): undefined 
reference to `ath_hal_ini_bank_setup'
ar2133.o:/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x644): more 
undefined references to `ath_hal_ini_bank_setup' follow
ar2133.o: In function `ar2133SetRfRegs':
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x655): undefined 
reference to `ath_hal_ini_bank_write'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x667): undefined 
reference to `ath_hal_ini_bank_write'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x679): undefined 
reference to `ath_hal_ini_bank_write'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x68b): undefined 
reference to `ath_hal_ini_bank_write'
/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x69d): undefined 
reference to `ath_hal_ini_bank_write'
ar2133.o:/usr/src/sys/dev/ath/ath_hal/ar5416/ar2133.c:(.text+0x6ae): more 
undefined references to `ath_hal_ini_bank_write' follow
ar9280.o: In function `ar9280RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280.c:(.text+0x23): undefined 
reference to `ath_hal_malloc'
ar9280.o: In function `ar9280RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280.c:(.text+0xd1): undefined 
reference to `ath_hal_free'
ar9280.o: In function `ar9280WriteRegs':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9280.c:(.text+0xfd): undefined 
reference to `ath_hal_ini_write'
ar9287.o: In function `ar9287RfAttach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287.c:(.text+0x23): undefined 
reference to `ath_hal_malloc'
ar9287.o: In function `ar9287RfDetach':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287.c:(.text+0xd1): undefined 
reference to `ath_hal_free'
ar9287.o: In function `ar9287WriteRegs':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287.c:(.text+0xfd): undefined 
reference to `ath_hal_ini_write'
ar9287.o: In function `ar9287SetChannel':
/usr/src/sys/dev/ath/ath_hal/ar9002/ar9287.c:(.text+0x25a): undefined 
reference to `ath_hal_ini_write'
sample.o: In function `calc_usecs_unicast_packet':
/usr/src/sys/dev/ath/ath_rate/sample/sample.c:(.text+0x256b): undefined 
reference to `ath_hal_pkt_txtime'
/usr/src/sys/dev/ath/ath_rate/sample/sample.c:(.text+0x25b7): undefined 
reference to `ath_hal_pkt_txtime'
*** [kernel] Error code 1

Stop in /usr/obj/usr/src/sys/MYKERNEL.
*** [buildkernel] Error code 1

Stop in /usr/src.
*** [buildkernel] Error code 1

Stop in /usr/src.
[root_at_FBSD10 /usr/src]#
Received on Sun Apr 28 2013 - 01:01:11 UTC

This archive was generated by hypermail 2.4.0 : Wed May 19 2021 - 11:40:37 UTC