Re: current kernel compile error (USB)
From: Andre Guibert de Bruet (andy_at_siliconlandmark.com)
Date: 06/30/04
- Previous message: Poul-Henning Kamp: "TEST/REVIEW: minor improvement to linux-o-lator"
- In reply to: Ertan Kucukoglu: "current kernel compile error (USB)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
Date: Wed, 30 Jun 2004 08:44:48 -0400 (EDT) To: Ertan Kucukoglu <ertank@ozlerplastik.com>
On Wed, 30 Jun 2004, Ertan Kucukoglu wrote:
> I have problem compiling "buildkernel" for two days. Error message I receive
> is below:
> ----
>>>> stage 3.1: making dependencies
> [snip]
> awk -f @/tools/usbdevs2h.awk @/dev/usb/usbdevs
> awk -f @/tools/vnode_if.awk @/kern/vnode_if.src -h
> rm -f .depend
> mkdep -f .depend -a -nostdinc -D_KERNEL -DKLD_MODULE -I- -I. -I@
> -I@/contrib/altq -I@/../include -I/usr/obj/usr/src/i386/usr/include
> -I/usr/obj/usr/src/sys/OPTIMUM /usr/src/sys/modules/urio/../../dev/usb/urio.c
> ===> usb
> make: don't know how to make usbdevs_data.h. Stop
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> *** Error code 2
> 1 error
> ----
> I do not understand about coding. So, is there anybody who can suggest me
> something?
There were some changes to the way usbdevs is handled. I ran into
something similar. Recvsup and try the following:
rm -rf /usr/src/sys/i386/compile/OPTIMUM
config -g /usr/src/sys/i386/conf/OPTIMUM
cd /usr/src/sys/i386/compile/OPTIMUM
make depend
make
This should get you a fully-linked kernel.
Regards,
Andy
> Andre Guibert de Bruet | Enterprise Software Consultant >
> Silicon Landmark, LLC. | http://siliconlandmark.com/ >
_______________________________________________
freebsd-current@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/freebsd-current
To unsubscribe, send any mail to "freebsd-current-unsubscribe@freebsd.org"
- Previous message: Poul-Henning Kamp: "TEST/REVIEW: minor improvement to linux-o-lator"
- In reply to: Ertan Kucukoglu: "current kernel compile error (USB)"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]