Subject: Re: Error compiling kernel 1.6
To: Christian Robl <christian@qdev.de>
From: Manuel Bouyer <bouyer@antioche.eu.org>
List: port-sparc
Date: 09/22/2002 23:26:13
On Sun, Sep 22, 2002 at 05:39:46PM +0200, Christian Robl wrote:
> Hello,
> 
> I just updated my Sparc Classic from 1.5.1 to 1.6 and configured my 
> kernel.
> making it goes well until reaching that point:
> 
> ld -n -T ../../../../arch/sparc/conf/kern.ldscript -Ttext F0004000 -e 
> start -X -S -o netbsd ${SYSTEM_OBJ} vers.o
> fd.o: In function `fdstrategy':
> fd.o(.text+0x924): undefined reference to `fd_cd'
> fd.o(.text+0x928): undefined reference to `fd_cd'
> fd.o(.text+0x93c): undefined reference to `fd_cd'
> fd.o: In function `fdopen':
> fd.o(.text+0xfe8): undefined reference to `fd_cd'
> fd.o(.text+0xfec): undefined reference to `fd_cd'
> fd.o(.text+0xffc): more undefined references to `fd_cd' follow
> *** Error code 1
> 
> Stop.
> make: stopped in /sys/arch/sparc/compile/SparcClassic
> 
> 
> 
> Hope someone can help me with this!

I suspect you inclued the fdc driver, but forgot the fd driver.

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