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
but could not get the complete idea. Please provide some useful link or if anybody can explain the things. Any help would be greatly appreciated.
I know there is a post in SO for this already "http://stackoverflow.com/questions/5832734/cross-compiling-a-library-from-intel-to-arm" , but i did not get the things clarified by this.
Platform : linux , gcc compiler