Subject: Make didn't.
To: None <port-i386@netbsd.org>
From: Andy Ball <ball@cyberspace.org>
List: port-i386
Date: 02/24/2002 19:34:58
Hello!

I just tried building a custom kernel for an /i386 machine, and make
seems to be throwing its hands in the air.  I've only built a few
kernels before, and this is not a problem I've come across.  I would
welcome any ideas or suggestions...

----------------------<last few lines from make>----------------------
ld -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
if_ethersubr.o: In function `ether_output':
if_ethersubr.o(.text+0x438): undefined reference to `looutput'
if_ethersubr.o(.text+0x6e3): undefined reference to `looutput'
ip_output.o: In function `ip_mloopback':
ip_output.o(.text+0x15b2): undefined reference to `looutput'
*** Error code 1

Stop.
----------------------------------------------------------------------

- Andy Ball.