Port-mac68k archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: custom kernel problems



At 20:06 Uhr +0200 25.4.2008, Andreas Wolf wrote:
>#      link  QUADRA/netbsd
>ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
>autoconf.o(.text+0x186): In function `target_to_unit':
>: undefined reference to `scsibus_cd'
>autoconf.o(.text+0x18e): In function `target_to_unit':
>: undefined reference to `scsibus_cd'

Two things come to mind:

(1) The above may be a result of a config file change that left stuff
behind. Try again with a 'config QUADRA && cd ../compile/QUADRA && make
cleandir && make depend && make'. Better, blow away compile/QUADRA before
that.

(2)
#fpu0 at mainbus?      # Floating-Point Coprocessor support

Don't comment that out -- you definitely want the FPU support, trust me.  ;)

        hauke

--
"It's never straight up and down"     (DEVO)




Home | Main Index | Thread Index | Old Index