centos7编译cocos2d-x出现的问题

[ 68%] Linking CXX executable …/…/bin/cpp-empty-test/cpp-empty-test
/bin/ld: …/…/…/external/bullet/prebuilt/linux/64-bit/libBulletDynamics.a(btConeTwistConstraint.o): unrecognized relocation (0x2a) in section `.text’
/bin/ld: final link failed: Bad value
collect2: error: ld returned 1 exit status
make[2]: *** [bin/cpp-empty-test/cpp-empty-test] Error 1
make[1]: *** [tests/cpp-empty-test/CMakeFiles/cpp-empty-test.dir/all] Error 2
make: *** [all] Error 2
[root@localhost build]#

希望大佬门帮忙可以教教我,百度无效,提前谢谢各位大佬了

你可能需要手动编译出错的第三方库,源码和指导在这里

https://github.com/cocos2d/cocos2d-x-3rd-party-libs-src

好的,谢谢