Cross-Compiling Swiften library for ARM-embedded with SCons makery
问题 Swiften is a XMPP client library and my objective was to build it for a ARM-embedded target running Linux. I hacked my way to a successful cross-compile with little knowledge of SCons. I'll lay out my hack here with the hope that someone can point me to a maintainable solution using the two makery files, SConscript.boot and SConstruct . I had two tasks (neither accomplished satisfactorily): Successfully switching the tool-chain from native-compile to cross-compile Ensuring that OpenSSL