Subject: Re: DISKLESS kernel make dies
To: None <fair@clock.org>
From: Gordon W. Ross <gwr@mc.com>
List: port-sun3
Date: 10/21/1997 08:51:24
> Date: Mon, 20 Oct 1997 18:38:54 -0700
> From: "Erik E. Fair" (Time Keeper) <fair@clock.org>
> 
> ld -N -Ttext 0E004000 -e start -S -o netbsd ${SYSTEM_OBJ} vers.o
> db_interface.o: Definition of symbol `_Debugger' (multiply defined)
> ../../../../arch/sun3/sun3/stub.c:58: Definition of symbol `_Debugger'
> (multiply
>  defined)
> *** Error code 1

If db_interface.o is included, you must have "option DDB" in your
config file.  In that case, stub.c should not provide the function
causing the conflict.  Did you change the config file and re-run
configure since your last build?  Maybe removing stub.o will help.

Perhaps stub.o should be marked as dependent on Makefile...

Gordon