Subject: Re: -current kernel compile problem (i386)
To: Tracy J. Di Marco White <gendalia@iastate.edu>
From: Bill Studenmund <wrstuden@nas.nasa.gov>
List: current-users
Date: 11/19/1999 18:21:04
On Fri, 19 Nov 1999, Tracy J. Di Marco White wrote:

> 
> I've been attepting to compile a kernel with SOFTDEP enabled, but it
> fails at this:
> rm -f netbsd
> ld -Ttext F0100000 -e start -X -o netbsd ${SYSTEM_OBJ} vers.o
> ffs_softdep.o: In function `softdep_setup_freeblocks':
> ffs_softdep.o(.text+0x23d3): undefined reference to `ffs_dinode_swap'
> *** Error code 1

Hmmm. Maybe that bit of code is assuming FFSEI when it shouldn't..

Take care,

Bill