当我尝试为Android构建Qt 5.5时出现错误。 “make”命令返回错误:
arm-linux-androideabi-gcc: error: unrecognized command line option '-mmacosx-version-min=10.7'
我正在为mac osx 10.10构建,使用ndk版本r10e ..
这是我的配置命令行:
./configure -xplatform android-g++ -nomake tests -nomake examples -android-ndk /Users/John/Android/android-ndk-r10e -android-sdk /Users/John/Android/adt-bundle-mac-x86_64-20140321/sdk -android-ndk-host darwin-x86_64 -skip qttranslations -skip qtwebkit -skip qtserialport -skip qtwebkit-examples -no-warnings-are-errors -opensource -confirm-license
我只是按照本指南操作: http://wiki.qt.io/Android
答案 0 :(得分:0)
尝试使用“10.8”硬编码-mmacosx-version-min或直接尝试“10.x”