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 !
when I run
Code: Select all
./configure --prefix=/usr/arm-linux-gnueabi --host=arm-linux-gnueabi
If I don't install those two cross-compiling packages, no error.configure: error: Missing libusb!
What should I do?