Subject: asldfj
To: None <port-sparc64@netbsd.org>
From: Grant Beattie <grant@grunta.com>
List: port-sparc64
Date: 09/25/2001 18:01:27
I just ran a 'cvs update' and attempted to build a GENERIC kernel:

cc -O2 -g -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Wno-main -Wno-uninitialized -Wa,-Av9a -mno-fpu -I. -I../../../../arch -I../../../.. -nostdinc -DSUN4U -DLKM -D_LP64 -DMAXUSERS=64 -D_KERNEL -D_KERNEL_OPT -Dsparc64   -c vers.c
rm -f netbsd
ld -Ttext 01000000 -Tdata 01800000 -e start -n -T ../../../../arch/sparc64/conf/kern.ldscript -X -o netbsd ${SYSTEM_OBJ} vers.o
uvm_pdaemon.o: could not read symbols: Bad address
*** Error code 1

Stop.

Same happened with isp_pci.o, if_de.o. after rebuilding them, the
kernel linked fine, but ...

root device: wd1a       
dump device (default wd1b): 
file system (default generic): 
root on wd1a dumps on wd1b     
root file system type: ffs
warning: no /dev/console  
trap: textfault at 138004!! sending SIGILL due to trap 16: illegal instruction
                                                                              
RED State Exception

TL=0000.0000.0000.0005 TT=0000.0000.0000.0030
   TPC=0000.0000.0100.8954 TnPC=0000.0000.0100.8958 TSTATE=0000.0000.5800.0503
TL=0000.0000.0000.0004 TT=0000.0000.0000.0030
   TPC=0000.0000.0100.8954 TnPC=0000.0000.0100.8958 TSTATE=0000.0000.5800.0503
TL=0000.0000.0000.0003 TT=0000.0000.0000.0030
   TPC=0000.0000.0100.8954 TnPC=0000.0000.0100.8958 TSTATE=0000.0000.5800.0503
TL=0000.0000.0000.0002 TT=0000.0000.0000.0030
   TPC=0000.0000.0100.8954 TnPC=0000.0000.0100.8958 TSTATE=0000.0000.5800.0503
TL=0000.0000.0000.0001 TT=0000.0000.0000.0030
   TPC=0000.0000.0127.8d7c TnPC=0000.0000.0127.8d80 TSTATE=0000.0099.8200.0603

'no /dev/console' is a sign of bigger problems I think, since I can
boot my existing Sep 16 kernel no problem..

compiler bugs, maybe?

g.