Subject: More kernel compile questions.
To: NetBSD port-sparc mailing list <port-sparc@netbsd.org>
From: Julian Coleman <J.D.Coleman@newcastle.ac.uk>
List: port-sparc
Date: 06/14/1999 16:57:04
Hmm, configure kernel, `make depend`, `make`, wait ... come back to machine
with many lines of output and 'Error code 1' at the bottom. It seems the
kernel link is a little verbose - almost 6600 lines of output! I'll
squirrel it away in case the kernel crashes later (as if ;-). Anyway, the
reason for the error was :
bwtwo.o: In function `_bwtwoattach_sbus':
bwtwo.o(.text+0x310): undefined reference to `_sbus_establish'
cgsix_obio.o: In function `_cgsixattach':
cgsix_obio.o(.text+0x150): undefined reference to `_cgsix_sbus_ca'
cgsix_obio.o(.text+0x154): undefined reference to `_cgsix_sbus_ca'
sunos_machdep.o: In function `_sunos_sys_sigreturn':
sunos_machdep.o(.text+0x14c): undefined reference to `_compat_13_sys_sigreturn'
I'd forgotten about the framebuffer dependencies on sbus, but presumably
COMPAT_SUNOS is dependent on COMPAT_13? Shouldn't this be documented?
J
--
NetBSD - the most widely ported operating system available