Date: Tue, 2 Feb 1999 18:52:02 +0100 (CET) From: Riccardo Veraldi <riccardo@righi.ml.org> To: freebsd-questions@FreeBSD.ORG Subject: kernel ld error ? Message-ID: <Pine.BSF.4.05.9902021851360.4272-100000@righi.ml.org>
next in thread | raw e-mail | index | archive | help
Hello. I tryed to compile 3.0-STABLE the compilers compiles all the source and when it says load kernel trying probably to link all te .o fiels I got these errors seems like he cannot find libraries to link... what I ahve to do to get rid of this ?? thanks Rick loading kernel syscons.o: In function `scvidprobe': syscons.o(.text+0x231): undefined reference to `vid_configure' syscons.o(.text+0x24e): undefined reference to `vid_allocate' syscons.o(.text+0x26b): undefined reference to `vid_get_adapter' syscons.o: In function `sckbdprobe': syscons.o(.text+0x29a): undefined reference to `kbd_configure' syscons.o(.text+0x2be): undefined reference to `kbd_allocate' syscons.o(.text+0x2db): undefined reference to `kbd_get_keyboard' syscons.o: In function `sc_attach_unit': syscons.o(.text+0x3a2): undefined reference to `kbdsw' syscons.o: In function `scopen': syscons.o(.text+0x5c5): undefined reference to `kbdsw' syscons.o: In function `sckbdevent': syscons.o(.text+0x861): undefined reference to `kbd_release' syscons.o(.text+0x91f): undefined reference to `kbdsw' syscons.o: In function `scioctl': syscons.o(.text+0x1e09): undefined reference to `kbdsw' syscons.o(.text+0x1e77): undefined reference to `kbdsw' syscons.o(.text+0x1eb6): undefined reference to `kbdsw' syscons.o(.text+0x1f8a): undefined reference to `kbdsw' syscons.o(.text+0x2022): undefined reference to `kbd_get_keyboard' To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.05.9902021851360.4272-100000>