Hello,
I tried making my first own Kernel, but unfortunately, it fails during make buildkernel:
Here is my Kernel config:
http://pastebin.com/dyRes4gi
The problem is, I don't see what's wrong:
I tried making my first own Kernel, but unfortunately, it fails during make buildkernel:
Here is my Kernel config:
http://pastebin.com/dyRes4gi
The problem is, I don't see what's wrong:
Code:
ar9280.c:(.text+0x144): undefined reference to `ath_hal_free'
ar9280.o: In function `ar9280WriteRegs':
ar9280.c:(.text+0x11d): undefined reference to `ath_hal_ini_write'
ar9287.o: In function `ar9287RfAttach':
ar9287.c:(.text+0x73): undefined reference to `ath_hal_malloc'
ar9287.o: In function `ar9287RfDetach':
ar9287.c:(.text+0x144): undefined reference to `ath_hal_free'
ar9287.o: In function `ar9287SetChannel':
ar9287.c:(.text+0x49f): undefined reference to `ath_hal_ini_write'
ar9287.o: In function `ar9287WriteRegs':
ar9287.c:(.text+0x11d): undefined reference to `ath_hal_ini_write'
sample.o: In function `calc_usecs_unicast_packet':
sample.c:(.text+0x605): undefined reference to `ath_hal_pkt_txtime'
sample.c:(.text+0x6e9): 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.