Date: Thu, 18 Jul 2002 11:46:56 -0400 From: "Mark D" <markd@cogeco.ca> To: <freebsd-stable@freebsd.org> Subject: RE: Kernel config problem with 4.6-STABLE... [solution] Message-ID: <000601c22e72$58b76a80$fb00000a@promethium> In-Reply-To: <5.1.0.14.0.20020717152215.00a79df0@dns1.popstick.com>
next in thread | previous in thread | raw e-mail | index | archive | help
If anyone is interested, I have the solution. After the buildworld I configured my kernel the "old way" (config KERNEL; make depend;make;make install). Using Make buildkernel KERNCONF=KERNEL;make installkernel KERNCONF=KERNEL worked nicely. Maybe it's not the perfect solution, but it did the job and I'm not complaining. Thanks for the help. - Mark D At 12:42 AM 7/17/2002 -0400, Mark D wrote: >I CVSup'd to 4.6-STABLE today and after a buildworld I tried to make my >custom kernel (that I've made a dozen times - and no the hardware >hasn't >changed) and received this error (below). I tried it again after a make >clean and still ran into this. Google wasn't too much help. If anyone >has any suggestions I'd greatly appreciate a response (I'm not >subscribed to -stable, so if it's not too much trouble, would you >respond to this address ;) > ><!-- Begin silly error > >t-prototypes -Wmissing-prototypes -Wpointer-arith -Winline -Wcast-qual >-fformat-extensions -ansi -c setdef1.c ld -Bshareable -o bridge.ko >setdef0.o bridge.kld setdef1.o >make: don't know how to make all-man. Stop >*** Error code 2 > >Stop in /usr/src/sys/modules. >*** Error code 1 > >Stop in /usr/src/sys/compile/GOLD6. > > >--> > > > >- >Mark D 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?000601c22e72$58b76a80$fb00000a>