Subject: fpsp and kernel build problem
To: None <port-mac68k@netbsd.org>
From: Louis-Philippe Lessard <yayay@netbsd.2y.net>
List: port-mac68k
Date: 11/03/2002 22:34:29
Hi,

I am no longer able to build a kernel and I really can't find what exactly
go wrong.  I think it somehow FPSP don't get build at all during the build
process. Any idea of what I might look at to fix this problem? My kernel
tree and 'config' are up to date.

sh ../../../../conf/newvers.sh
cc  -m68040 -msoft-float -ffreestanding  -O2 -Werror -Wall -Wno-main -Wno-fo
rmat-zero-length -Wpointer-arith -Wmissing-prototypes -Wstrict-prototypes -W
no-uninitialized  -Dmac68k -I.  -I../../../../arch -I../../../.. -nostdinc -
DHZ="0x3c" -DM68040 -DLKM -DGRF_COMPAT -DMAXUSERS=8 -D_KERNEL -D_KERNEL_OPT 
-c vers.c
ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
locore.o: In function `vectab':
locore.o(.text+0xc0): undefined reference to `bsun'
locore.o(.text+0xc4): undefined reference to `inex'
locore.o(.text+0xc8): undefined reference to `dz'
locore.o(.text+0xcc): undefined reference to `unfl'
locore.o(.text+0xd0): undefined reference to `operr'
locore.o(.text+0xd4): undefined reference to `ovfl'
locore.o(.text+0xd8): undefined reference to `snan'
locore.o: In function `Ldofp_unimp':
locore.o(.text+0x31f8): undefined reference to `fpsp_unimp'
locore.o: In function `fpunsupp':
locore.o(.text+0x3214): undefined reference to `fpsp_unsupp'
*** Error code 1

Stop.
make: stopped in //usr/src/sys/arch/mac68k/compile/QUAD
Quadrilator$