Subject: Re: error compiling kernel.
To: Bjarne Wichmann Petersen <mekanix@worldonline.dk>
From: Ignatios Souvatzis <is@jocelyn.rhein.de>
List: port-amiga
Date: 11/18/1999 21:15:37
On Thu, Nov 18, 1999 at 03:06:19PM +0200, Bjarne Wichmann Petersen wrote:

> After a couple of hours (someone PLEASE donate me a 060! ;-)) the
> compilation exits with the following error:
> 
> ld -n -Ttext 0 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> ioconf.o: Undefined symbol '_fdc_ca' referenced from data segment

uhm... can you show your configuration file, please?

> clnp_input.o: Undefined symbol '_ether_output' referenced from text segment
> iso.o: Undefinde symbol '_ether_output' referenced from text segment

the Appletalk, the ISO, hm... maybe XNS, too code (basically, all but IP (and
now IPv6) assume Ethernet is available. So you have to move them out, too.
This should happen automatically to make life easier... next release.

Regards,
	-is