Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 3 Jul 2004 18:51:07 +0200
From:      Divacky Roman <xdivac02@stud.fit.vutbr.cz>
To:        current@freebsd.org
Subject:   Re: troubles compiling kernel
Message-ID:  <20040703165107.GA5340@stud.fit.vutbr.cz>
In-Reply-To: <20040703162751.GA4291@stud.fit.vutbr.cz>
References:  <20040703162751.GA4291@stud.fit.vutbr.cz>

next in thread | previous in thread | raw e-mail | index | archive | help
> and second is:
> ===> usb
> @ -> /usr/src/sys
> machine -> /usr/src/sys/i386/include
> ln -s /usr/obj/usr/src/sys/NEOLOGISM/opt_usb.h opt_usb.h
> make: don't know how to make usbdevs_data.h. Stop
> *** Error code 2
> 
> this file should be autogenerated by Makefile.usbdevs which I dont have
> (its not in cvs repo too)

that Makefile.usbdevs should call tools/usbdevs2h.awk...

witten src# find /usr/src/ -name "Makefile*" -exec grep usbdevs2h {} \; -print
witten src#

this script is called from no Makefile*, doesnt this hurt?

roman



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