Subject: abort trap on the linker?
To: None <port-alpha@netbsd.org>
From: Matthew Jacob <mjacob@feral.com>
List: port-alpha
Date: 01/04/2000 15:47:18
Trying to link a kernel:

sh ../../../../conf/newvers.sh
cc  -O2 -Werror -Wall -Wstrict-prototypes -Wmissing-prototypes
-Wpointer-arith -Wno-main -mno-fp-regs -I. -I../../../../arch
-I../../../.. -nostdinc -I../../../../../gnu/sys -DDIAGNOSTIC -DDEBUG
-DLKM -DMAXUSERS=32 -D_KERNEL -Dalpha  -c vers.c
ld -N -Ttext fffffc0000300000 -e __transfer -G 4 -S -o netbsd
${SYSTEM_OBJ} vers.o
Abort trap
*** Error code 134

Stop.


Eh?