How to find arm-apple-darwin#-llvm-gcc-4.2 compiler on Xcode 5?

后端 未结 3 423
醉酒成梦
醉酒成梦 2020-12-29 11:11

I am tying a cross compilation and for that I need to find where Xcode have placed the arm-gcc compiller.

It used to be in /Applications/Xcode.app/Contents/Develope

3条回答
  •  野趣味
    野趣味 (楼主)
    2020-12-29 11:50

    Use the newer clang compiler instead like this: -

    for CC: xcrun -find -sdk iphoneos clang

    for CXX: xcrun -find -sdk iphoneos clang++

提交回复
热议问题