<html><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I have just pushed a branch to the SwiftAndroid repo&nbsp;that is at the stage of correctly compiling the swift toolchain and stdlib objects for android-armv7 and macosx-x86_64 (as verified using&nbsp;nm&nbsp;from the different toolchains):&nbsp;<a href="https://github.com/SwiftAndroid/swift/tree/osx-crosscompile" class="">https://github.com/SwiftAndroid/swift/tree/osx-crosscompile</a>.&nbsp;The problem is it fails at the linker stage.<br class=""><br class="">Basically the OSX linker doesn't understand the “—sysroot” option (See AddSwift.cmake:59). Up until that point though (throughout the compiling stage), we need that option because otherwise the Android components attempt to use OSX /usr/include, which throws all sorts of&nbsp;errors because of wrong architecture etc. Why it fails to compile when I remove the “—sysroot” option, but also fails _with_ it in the link stage will probably be key to fixing this. Again, it seems that what we really need to do is use the Android linker, not the Xcode one.<div class=""><br class=""></div><div class="">I'm going to try figure out how to do that tomorrow but not confident I’ll get far given my limited experience with this.. This work may also be of interest to the Raspberry Pi / BeagleBoard folks, would also love to hear some opinions about how to solve the CMAKE_SYSTEM_NAME problem, that will also affect cross-compilation for those uses. In any case, any hints or collaborators would be most welcome.</div><div class=""><br class=""></div><div class="">Geordie</div><div class=""><br class=""></div></body></html>