From: mav <spl...@gm...> - 2013-05-24 19:00:57
|
Hi, I need to use "libftdi1" that requires libusb-1.0.16-rc10. The compilation of libusb-1.0.16-rc10 fails as described below. "./configure --with-udev=no" output: configure: error: "udev support requested but libudev not installed" It seems libusb configure script does not handle "--with-udev" when set to ''no". "./configure --disable-udev" fails on netlink compilation. I am using uClinux with 2.6.28 kernel and have described my setup at: http://developer.intra2net.com/mailarchive/html/libftdi/2013/msg00228.html My question is whether libusb-1.0.16-rc10 can be used without udev? thanks, mav |