Thomas Pöchtrager
Thomas Pöchtrager
Let's keep it open for reference. You might not be the only one who wants a tvOS toolchain. :) For other OSs: -mappletvos-version-min= -mappletvsimulator-version-min= -mios-simulator-version-min= -mios-version-min= -miphoneos-version-min= -miphonesimulator-version-min= -mmacos-version-min= -mmacosx-version-min=...
I have added patches to make the ppc-test branch build. However it's totally broken and abandoned. $ target/bin/i386-apple-darwin8-clang oclang/test.c -arch ppc ld: in section __TEXT,__text reloc 1: sectionForNum(4) section number...
`cctools` must be in `PATH` and `-target` must match the prefix of `cctools`.
We have to wait for the next TAPI open source release. Then it should be easy to add ARM support to OSXCross. A new version version is already listed [here](https://opensource.apple.com/release/developer-tools-1131.html)...
I have added ARM support in the [`testing`](https://github.com/tpoechtrager/osxcross/commit/261de1051107e47e34a0afc2aed75b8173bc6856) branch. [An Xcode 12.x **universal** SDK](https://xcodereleases.com) is required for ARM support. [ARM64**e** requires Apple LLVM compiler](https://github.com/apple/llvm-project). Please let me know of any...
[I fixed that with the latest commit.](https://github.com/tpoechtrager/osxcross/commit/54891496834390779b54a90b541dbf03f520e581) Great catch.
I already worked on that yesterday and added `aarch64-*` symlinks as well. I will commit it soon. `arm64` is `aarch64` internally, that's correct. `aarch64` is named `arm64` in Apple's world......
ldid may or may not work: https://git.saurik.com/ldid.git http://www.saurik.com/id/8 `xcrun clang -arch arm64 oclang/test.c && ldid -S a.out`
OSXCross now fake signs ARM binaries automatically with `ldid`.
I do not get linker errors when I compile your test project. Please attach a working and a broken static archive. $ cat ./test.sh #!/bin/bash vers="32 33 34 35 36...