From owner-freebsd-questions Fri Jul 9 2:20:25 1999 Delivered-To: freebsd-questions@freebsd.org Received: from righi.ml.org (RIGHI.DF.UNIBO.IT [137.204.49.17]) by hub.freebsd.org (Postfix) with ESMTP id 269861550A for ; Fri, 9 Jul 1999 02:20:08 -0700 (PDT) (envelope-from riccardo@righi.ml.org) Received: from localhost (riccardo@localhost) by righi.ml.org (8.9.2/8.9.1) with ESMTP id LAA52876 for ; Fri, 9 Jul 1999 11:28:06 +0200 (CEST) (envelope-from riccardo@righi.ml.org) Date: Fri, 9 Jul 1999 11:28:06 +0200 (CEST) From: Riccardo Veraldi To: freebsd-questions@freebsd.org Subject: ld errors building STABLE kernel 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 all. I have a 3.1-STABLE system. I got the new src/sys directory with cvsup and was going to build my new kernel. The kernel build stops with this error cc -c -O -Wreturn-type -Wcomment -Wredundant-decls -Wimplicit -Wnested-externs -Wstrict-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wuninitialized -Wformat -Wunused -fformat-extensions -ansi -nostdinc -I- -I. -I../.. -I../../../include -DKERNEL -DVM_STACK -include opt_global.h -elf vers.c loading kernel lpt.o: In function `lpt_request_ppbus': lpt.o(.text+0x1c): undefined reference to `ppb_request_bus' lpt.o: In function `lpt_release_ppbus': lpt.o(.text+0x3c): undefined reference to `ppb_release_bus' lpt.o: In function `lptread': lpt.o(.text+0x6b6): undefined reference to `ppb_1284_negociate' lpt.o(.text+0x6f0): undefined reference to `ppb_1284_read' lpt.o(.text+0x726): undefined reference to `ppb_1284_terminate' lpt.o: In function `lptwrite': lpt.o(.text+0x7bb): undefined reference to `ppb_write' ioconf.o(.data+0x400): undefined reference to `lptdriver' *** Error code 1 Someone have some hints on how I can do to fix this problem? thanks all Rick To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message