Subject: Re: problem compiling wscons kernel on pmax
To: Georg Schwarz <georg.schwarz@freenet.de>
From: Joel Reicher <joel@panacea.null.org>
List: port-pmax
Date: 02/19/2005 23:51:08
> ld -T ../../../../arch/mips/conf/kern.ldscript -Ttext 0x80030000 -e
> start -G 0 -x -o netbsd ${SYSTEM_OBJ} ${EXTRA_OBJ} vers.o
> zskbd.o(.rodata+0x20): undefined reference to `lkkbd_keydesctab'
> *** Error code 1
> 
> I have the following lines in my kernel config:
> 
> lkkbd* at      zsc1 channel ?          # keyboard port on A channels
> wskbd*         at      lkkbd? console ?
> 
> Any ideas what's going wrong here?

Did you rerun "make depend"? Sometimes changing the config wihout doing
so when you've already got a kernel build present will leave the tree in
a funny state.

Cheers,

	- Joel