Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 24 Apr 1999 12:10:42 -0400
From:      Chris Johnson <cjohnson@palomine.net>
To:        Stan Brown <stanb@awod.com>
Cc:        FreeBSD Stable Mailing List <freebsd-stable@FreeBSD.ORG>
Subject:   Re: cvsup; make world, and my kernel won't comiple :-(
Message-ID:  <19990424121042.A9739@palomine.net>
In-Reply-To: <19990424160554.7E73214CB9@hub.freebsd.org>; from Stan Brown on Sat, Apr 24, 1999 at 12:05:52PM -0400
References:  <19990424160554.7E73214CB9@hub.freebsd.org>

next in thread | previous in thread | raw e-mail | index | archive | help
On Sat, Apr 24, 1999 at 12:05:52PM -0400, Stan Brown wrote:
> 	I did a cvsup this morning, followed ny a make wolrd. Then I did a
> 	config on my kernel params file, make depend; make.
> 
> 	The kernel compile fails with the following errors. Help please!
> 
> 
> cc -elf -shared -nostdlib hack.c -o hack.So
> rm -f hack.c
> 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  swapkernel.c
> sh ../../conf/newvers.sh BROWN 
> 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':

Do you have:

controller      ppbus0

in your kernel config file?

Chris


To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-stable" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?19990424121042.A9739>