I'm trying to set-up a cross-compiling environment for compiling phidget C/C++ programs on my laptop.
I have installed libusb-1.0-0-dev on my computer through my distrib repositories, but that's the x86_64 build !
What distribution are you on? There will usually be a way to install cross-packages for use by the cross-compiler. For example, on Debian 8, you would do 'apt-get install libusb-1.0-0-dev:armel'
linux mint, eg ubuntu, eg debian: I thought your advice would work right away...
I did find this doc, so I'll work on that (or compile from sources if I need only this one package...)
So this do not work on (recent) *buntus, because armel support has been dropped since Precise, and multiarch need exact matches, eg the required armel libs must be from the same version the *buntu is.
I tried to compile it from source, but the dependencies without armel versions in recent *buntu repositories seems endless...
I don't understand, surely I'm not the first one not willing to compile on the SBC ??