Subject: Re: 1.4.1 compiling error
To: Anders Magnusson <ragge@ludd.luth.se>
From: David Brownlee <abs@anim.dreamworks.com>
List: port-vax
Date: 08/03/1999 00:20:58
There is also a patch available to allow you to compiler KA410
only kernels. See:
ftp://ftp.netbsd.org/pub/NetBSD/arch/vax/snapshot/1.4.1-pre/binary/kernel/README
David/absolute
Abandoning a syncing disk... or syncing an abandoned disk?
On Tue, 3 Aug 1999, Anders Magnusson wrote:
> >
> > ld -N -Ttext 80000000 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> > locore.o: Undefined symbol ka43_calls' referenced from text segment
> > *** Error code 1
> >
> > i can provide anymore information that you would need, just ask,
> > because i'd really like to be able to compile a new kernel.
> >
> 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
>