How to cross-compile a library such as microhttpd.a?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
- To: gcc-help@xxxxxxxxxxx
- Subject: How to cross-compile a library such as microhttpd.a?
- From: Bob Furber <burnsmicro@xxxxxxxxx>
- Date: Wed, 11 Feb 2015 12:28:40 -0800
- Authentication-results: sourceware.org; auth=none
- Reply-to: Bob Furber <burnsmicro@xxxxxxxxx>
- User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.4.0
I need to use microhttpd.a and pthread.a to build a cross-compiled
program to be deployed on an arm-linux-gnueabihf device.
Where can I find instructions on how to do this? Or, is this simply a
matter of downloading the source code and compiling (on a 64 bit
UbuntuPC) to a library with my existing gcc-arm-linux-gnueabihf-4.8
cross-compiler?
While I may be able to find microhttpd.a and pthread.a binaries for an
arm-linux-gnueabihf device, they will likely have been built with a
different version of gcc-arm-linux-gnueabihf, which, I fear, could open
up a can of worms.
[Index of Archives]
[Linux C Programming]
[Linux Kernel]
[eCos]
[Fedora Development]
[Fedora Announce]
[Autoconf]
[The DWARVES Debugging Tools]
[Yosemite Campsites]
[Yosemite News]
[Linux GCC]