I want to know how i can cross compile a library for ARM architecture. Suppose i have libcurl library for Intel architecture and now i want to run the application in ARM architecture using this library. What are the steps i need to perform for this cross compilation. I am using Ubuntu 32-bit machine. I have gone through the basic steps like
./configure --host= ...
make
make install
但不能得到完整的想法。 请提供一些有用的链接,或任何人能够解释这些事情。 任何帮助都将受到高度赞赏。
我知道在SO中有一个已经“http://stackoverflow.com/questions/5832734/ Cross-compiling-a-library- from-intel-to-arm”的职位,但没有得到这一澄清。
平台:轴心