mirror of
https://github.com/darlinghq/cctools-port.git
synced 2024-11-23 12:19:40 +00:00
47c29e6a77
i can figure out what's going on there probably related: https://github.com/raspberrypi/linux/issues/766 https://github.com/tpoechtrager/cctools-port/issues/1#issuecomment-59118615 backtrace: https://gist.github.com/tpoechtrager/d68c8352a3fd32165af4 |
||
---|---|---|
.. | ||
build.sh | ||
LDID.Makefile | ||
README | ||
wrapper.c |
PRE-REQUISITES: See cctools/ld64 README + git + bash + a jailbroken iOS device USAGE: ./build.sh /path/to/sdk.tar.* <target cpu> Target CPU should be one of armv6, armv7, armv7s and arm64. This will build an iOS toolchain prefixed with arm-apple-darwin11-* You can then use arm-apple-darwin11-clang / arm apple-darwin11-clang++ to build your applications. --- IPHONEOS_DEPLOYMENT_TARGET can be used to target older iOS versions. For example: export IPHONEOS_DEPLOYMENT_TARGET=5.0 will target iOS 5.0.