From owner-freebsd-current@FreeBSD.ORG Wed Jun 30 12:45:49 2004 Return-Path: Delivered-To: freebsd-current@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 117D516A4CE for ; Wed, 30 Jun 2004 12:45:49 +0000 (GMT) Received: from alpha.siliconlandmark.com (alpha.siliconlandmark.com [209.69.98.4]) by mx1.FreeBSD.org (Postfix) with ESMTP id C458343D3F for ; Wed, 30 Jun 2004 12:45:48 +0000 (GMT) (envelope-from andy@siliconlandmark.com) Received: from alpha.siliconlandmark.com (andy@localhost [127.0.0.1]) i5UCinUX027918; Wed, 30 Jun 2004 08:44:49 -0400 (EDT) (envelope-from andy@siliconlandmark.com) Received: from localhost (andy@localhost)i5UCimGj027915; Wed, 30 Jun 2004 08:44:49 -0400 (EDT) (envelope-from andy@siliconlandmark.com) X-Authentication-Warning: alpha.siliconlandmark.com: andy owned process doing -bs Date: Wed, 30 Jun 2004 08:44:48 -0400 (EDT) From: Andre Guibert de Bruet To: Ertan Kucukoglu In-Reply-To: <40E2645D.8070301@ozlerplastik.com> Message-ID: <20040630083741.O809@alpha.siliconlandmark.com> References: <40E2645D.8070301@ozlerplastik.com> MIME-Version: 1.0 Content-Type: TEXT/PLAIN; CHARSET=US-ASCII; FORMAT=flowed Content-ID: <20040630084404.U809@alpha.siliconlandmark.com> X-MailScanner-Information: Please contact the ISP for more information X-MailScanner: Found to be clean cc: freebsd-current@freebsd.org Subject: Re: current kernel compile error (USB) X-BeenThere: freebsd-current@freebsd.org X-Mailman-Version: 2.1.1 Precedence: list List-Id: Discussions about the use of FreeBSD-current List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 30 Jun 2004 12:45:49 -0000 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/ >