Thomas Pöchtrager
Thomas Pöchtrager
Clang is used to build OSXCross **and** for cross-compiling. OSXCross does not need its own version of Clang. Clang is a cross compiler by default. Only for arm64 and arm64e...
It is required by libxar and libxar is required by ld64 for `-bitcode_bundle` support. You are mixing up host and target libraries. Built executables do not depend on libxml2-dev nor...
Good idea. I will implement that soon.
What does `uname -a && echo "int main(){}"|xcrun clang -xc -v -` print on your macOS system?
You must specify the full path to the SDK i.e. `/home/xyz/iPhoneOS13.2.sdk.tar.gz`.
The default value for `-miphoneos-version-min=` or `IPHONEOS_DEPLOYMENT_TARGET` is 4.2. I haven't changed it in ages. Setting it before build.sh has no effect. You must specify it while compiling. `arm-apple-darwin11-clang test.c...
Thanks for reporting this. You can use `./tools/gen_sdk_package_darling_dmg.sh` until I can figure out what's going on.
There are currently no plans to add FB's `xcbuild` to `OSXCross`. The problem is I do this in my spare time and it's a lot of work to keep everything...
Good point. Could you file a pull request? The source code for the tool is in `wrapper/program/pkg-config.cpp`.
I can't reproduce the variable-sized error. I have tested clang 3.5, 3.6, 3.7, 3.8, 3.9, 4.0.1, 5.0.2, 6.0.1, 7.0.1, 8.0.0, 9.0.0, 10.0.0, 11.0.0, and git ... What's your OS and...