Re: problem compiling wscons kernel on pmax
Joel Reicher <[email protected]>
| Newsgroups | gmane.os.netbsd.ports.pmax |
|---|---|
| Message-ID | <[email protected]> |
> 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