Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 9 Jul 1999 11:28:06 +0200 (CEST)
From:      Riccardo Veraldi <riccardo@righi.ml.org>
To:        freebsd-questions@freebsd.org
Subject:   ld errors building STABLE kernel
Message-ID:  <Pine.BSF.4.10.9907091126320.52873-100000@righi.ml.org>

next in thread | raw e-mail | index | archive | help

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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.BSF.4.10.9907091126320.52873-100000>