From: Nathan H. <hj...@me...> - 2013-05-24 19:06:52
|
On May 24, 2013, at 1:00 PM, mav <spl...@gm...> wrote: > 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. --with-udev doesn't work and the correct option is --disable-udev. > 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? netlink support should work but hasn't been tested with uClinux. What error are you seeing? -Nathan |