From owner-freebsd-questions Tue Feb 2 09:50:18 1999 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id JAA11784 for freebsd-questions-outgoing; Tue, 2 Feb 1999 09:50:18 -0800 (PST) (envelope-from owner-freebsd-questions@FreeBSD.ORG) Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id JAA11779 for ; Tue, 2 Feb 1999 09:50:14 -0800 (PST) (envelope-from riccardo@righi.ml.org) Received: from localhost (riccardo@localhost) by righi.ml.org (8.9.1/8.9.1) with ESMTP id SAA04287 for ; Tue, 2 Feb 1999 18:52:03 +0100 (CET) (envelope-from riccardo@righi.ml.org) Date: Tue, 2 Feb 1999 18:52:02 +0100 (CET) From: Riccardo Veraldi To: freebsd-questions@FreeBSD.ORG Subject: kernel ld error ? Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG 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