Thomas Pöchtrager

Results 194 comments of Thomas Pöchtrager

I also thought about creating a wiki for OSXCross, but I haven't started one yet, it's all a lot of work as a one-man project maintainer... Any help would be...

@reduz: ## SDK ``` $ git clone https://github.com/LubosD/darling-dmg.git $ cd darling-dmg $ mkdir build $ cd build $ cmake .. -DCMAKE_BUILD_TYPE=RELEASE $ make -j ... $ cd ../.. $ mkdir...

@SDCDev @rynomster Glad to hear that! :-)

@MisesEnForce I answered your questions on StackOverflow. - https://stackoverflow.com/questions/32808144/how-to-cross-compile-clang-llvm-3-7-0-for-ios8-x-on-ipad-mini-3 - https://stackoverflow.com/questions/33198629/almost-naked-ios8-4-how-to-get-a-linker

@fxfactorial: Thanks!

Looks like a broken SDK to me. Did you follow the README to package the SDK? https://github.com/tpoechtrager/osxcross#packaging-the-sdk

No. Not yet. For now you can use https://github.com/tpoechtrager/cctools-port/tree/master/usage_examples/ios_toolchain --- **Fur future visitors:** You can find an explanation on how to setup an iOS toolchain with 64-bit support [here](https://github.com/tpoechtrager/osxcross/issues/45#issuecomment-138351002) and...

I am not sure if I should really add iOS support to OSXCross, all the OS ifs, e.g.: ``` if iOS { // iOS } else if OSX { //...

Well, tbh, I have no clue how iOS code signing works, so no idea how to make the binaries run/work on non-jailbroken devices. Do you need more than what https://github.com/tpoechtrager/cctools-port/tree/master/usage_examples/ios_toolchain...

Sure. http://i.imgur.com/HBYU2sw.png The SDK is usually in `Xcode.app/Contents/Developer/Platforms/MacOSX.platform/Developer/SDKs`, make sure the `*.tar.xz` has the same layout as shown in the picture, then move it into the tarball directory.