Hi everyone!
I have flashed my edison with the lastest yocto image (found here : https://communities.intel.com/docs/DOC-23242)
I'm trying to use a Pololu board in order to control some servomotors. In this way, I need to use the libusb in my code and so need libusb-dev in order to compile it.
So my problem is : I can't find a way to install the libusb-dev.
I tried to compile the sources on the board (autoconf ./configure), it has libudev has depedency. So I tried to download and compile it but it also has depedencies.
I have read everything I could on the forum, but nobody seems to have any problem with libusb.
Am I missing something? How could I install this lib?
Thank you in advance.