Subject: Problems with alpha->vax kernel
To: None <current-users@netbsd.org>
From: Jarkko Teppo <jarkko.teppo@er-grp.com>
List: current-users
Date: 10/24/2002 18:35:27
I'm getting the following linker warnings compiling a fresh current
kernel on a 1.6 Alpha (crosscompile alpha->vax):

/src/tooldir_vax/bin/vax--netbsdelf-ld -N -Ttext 80000000 -e start -S -o
netbsd ${SYSTEM_OBJ} vers.o
/src/tooldir_vax/bin/vax--netbsdelf-ld: intvec.o: warning: GOT addend of 4
to `softclock_intrcnt' does not match previous GOT addend of 0
/src/tooldir_vax/bin/vax--netbsdelf-ld: intvec.o: warning: GOT addend of 4
to `softnet_intrcnt' does not match previous GOT addend of 0
/src/tooldir_vax/bin/vax--netbsdelf-ld: intvec.o: warning: GOT addend of 4
to `softserial_intrcnt' does not match previous GOT addend of 0
/src/tooldir_vax/bin/vax--netbsdelf-ld: intvec.o: warning: GOT addend of 4
to `clock_intrcnt' does not match previous GOT addend of 0
text    data    bss     dec     hex     filename
1486651 79648   174304  1740603 1a8f3b  netbsd
bash-2.05#

The resulting kernel doesn't want to boot on a 4000/90, it hangs after
detecting the root file system as ffs (correctly). No panic nor anything
else, just plain hard hang.

Any ideas ?
-- 
jht