How to cross-compile a autotools project for ARM?
问题 I am looking to cross-compile an existing library which uses GNU autotools build system. I have a Linaro arm-gcc toolchain installed in my host machine and I am able to compile small programs directly using arm-gcc. Host machine: Ubuntu 12.04 Intel x64 Target machine: Ubuntu 14.04 ARM 32-bit (a board similar to Raspberry-Pi) I have a library source code which has configure.ac and Makefile.am files for it. I want to compile this code on host machine and generate ARM binaries which can be