On Sun, 26 Oct 2008 16:33:20 +0100 Hans Petter Selasky <[EMAIL PROTECTED]> wrote:
> Hi, > > A new USB release is available: > > http://www.selasky.org/hans_petter/usb4bsd/for_review/ > > %md5 usb2_release_003.* > MD5 (usb2_release_003.diff) = e31a032d0234bb7d72eb968c33118d84 > MD5 (usb2_release_003.tar.gz) = 0a0d9dd44e93ba2ceaa849c577f6fecf > %sha256 usb2_release_003.* > SHA256 (usb2_release_003.diff) = > 9b4359f76eeef43d9b6c0c524198e529f2debff14e6158ebac8f35d51efb211b > SHA256 (usb2_release_003.tar.gz) = > 3040714546fc21bc2943c2e7aec1734150845271664aad44639ff5c553e3ed31 I untarred usb2_release_003.tar.gz into /usr/src but am having problems building it: it seems libusb20 needs /usr/src/sys in the include path, but after installing libusb20 the modules won't build: > cd /sys/modules/usb2 > make ===> bluetooth (all) Warning: Object directory not changed from original /usr/src/sys/modules/usb2/bluetooth make: don't know how to make usb2_if.h. Stop *** Error code 2 Stop in /usr/src/sys/modules/usb2. If I use the copy of /sys/conf/files from perforce then I get a compile error in the ata driver during buildkernel because I guess things have moved on and the references are no longer valid. What's the proper way to build the new usb stack? -- Bruce Cran _______________________________________________ [email protected] mailing list http://lists.freebsd.org/mailman/listinfo/freebsd-usb To unsubscribe, send any mail to "[EMAIL PROTECTED]"
