Subject: Re: kernel compile
To: Matt Herzog <mherzog@attbi.com>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: current-users
Date: 05/19/2002 17:23:02
On Sun, May 19, 2002 at 11:09:16AM -0400, Matt Herzog wrote:
> I can config and make depend but the build fails eventually.
> I have been checking out -rnetbsd-1-5 on i386 for these builds.
> 
> SEC_DEBUG -DMAXUSERS=8 -D_KERNEL -Di386  -c vers.c
> rm -f netbsd
> ld -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
> in_proto.o(.data+0x324): undefined reference to `idpip_input'
> in_proto.o(.data+0x32c): undefined reference to `nsip_ctlinput'
> *** Error code 1

Did you clean the directory before re-runing config ?
It looks like you ran config, compiled a kernel, removed
options NSIP
configed and compiled again.

-- 
Manuel Bouyer <bouyer@antioche.eu.org>
--