Subject: Re: 1.4.1 compiling error
To: paul yaskowski <paul@upvchamber.org>
From: Anders Magnusson <ragge@ludd.luth.se>
List: port-vax
Date: 08/03/1999 09:11:38
>
> ld -N -Ttext 80000000 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> locore.o: Undefined symbol =1Fka43_calls' referenced from text segment
> *** Error code 1
>=20
>   i can provide anymore information that you would need, just ask,
> because i'd really like to be able to compile a new kernel.
>=20
That's a missing #ifdef that's causing the problem. If you add

options VAX43

to your config file then you will be able to compile a kernel.

-- Ragge