[armeabi] SharedLibrary : libcocos2dlua.so
/tmp/ndk-user/tmp/gnu-libstdc++/static-armeabithumb-4.8/include/ext/atomicity.h:49: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/gnu-libstdc++/static-armeabithumb-4.8/include/bits/basic_string.h:249: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/gnu-libstdc++/static-armeabithumb-4.8/include/ext/atomicity.h:49: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/gnu-libstdc++/static-armeabithumb-4.8/include/bits/basic_string.h:249: error: relocation overflow in R_ARM_THM_CALL
clang++: error: linker command failed with exit code 1 (use -v to see invocation)
make: *** [obj/local/armeabi/libcocos2dlua.so] Error 1
使用 cocos compile -p android --ap android-19 -m release
debug版本没问题,release会报这个错。我已经在Application.mk 文件中加入了 USE_ARM_MODE := 1
环境是cocos2dx 3.12 android-ndk-r10d
我看了很多论坛的帖子,都是没有给出解决方法
在线急等