Subject: Re: undefined reference to `ufs_mountroot'
To: None <current-users@netbsd.org>
From: Davide Zanon <d.zanon@infinito.it>
List: current-users
Date: 06/07/2005 18:18:06
On Monday 06 June 2005 13:57, Davide Zanon wrote:
> Hi all!
> Im getting this error while compiling current
>
> #      link  DREAM/netbsd
> /usr/src/../tools-macppc/bin/powerpc--netbsd-ld -N -Ttext 0x100000 -e
> __start -S -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
> swapnetbsd.o(.sdata+0x10): undefined reference to `ufs_mountroot'
>
> What does it mean and what am I missing?
> Thank you :)
> david

changing

config netbsd root on wd0f type ufs 

to

config netbsd root on wd0f type ?

solved the problem... 

david