Subject: Re: Problems building kernel
To: Chris Baird <cjb@brushtail.apana.org.au>
From: Jason R Thorpe <thorpej@wasabisystems.com>
List: current-users
Date: 10/07/2002 15:24:31
On Tue, Oct 08, 2002 at 08:12:45AM +1000, Chris Baird wrote:
> ld -T /sys/arch/i386/conf/kern.ldscript -Ttext c0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
> subr_autoconf.o: In function `config_init':
> subr_autoconf.o(.text+0x18): undefined reference to `cfdriver_list_initial'
> subr_autoconf.o(.text+0x20): undefined reference to `cfdriver_list_initial'
> subr_autoconf.o(.text+0x51): undefined reference to `cfattachinit'
> subr_autoconf.o(.text+0x57): undefined reference to `cfattachinit'
>
> (/sys/kern/subr_autoconf.c (1.76) appears to be the only place the
> above are referenced, yet the code types them as externs.)
you need to build/install a new config(8). See src/UPDATING.
--
-- Jason R. Thorpe <thorpej@wasabisystems.com>