cross-compiling
Posted: Thu Nov 17, 2016 9:49 am
Hello,
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 *after installing packages gcc-arm-linux-gnueabi libc6-dev-armel-cross*, I get
What should I do?
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?