使用NDKr10d编译错误,在线等..谢谢

引擎版本----cocos2dx3.2
NDK版本----R10d

错误内容:
SharedLibrary : libcocos2dcpp.so
C:/Andriod/NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.8/…/…/…/…/arm-linux-androideabi/bin\ld.exe: error: jni/…/…/cocos2d/external/websockets/prebuilt/android/armeabi/libwebsockets.a(sha-1.c.o): multiple definition of ‘SHA1’
C:/Andriod/NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.8/…/…/…/…/arm-linux-androideabi/bin\ld.exe: jni/…/…/cocos2d/external/curl/prebuilt/android/armeabi/libcurl.a(sha1_one.o): previous definition here
C:/Andriod/NDK/toolchains/arm-linux-androideabi-4.8/prebuilt/windows-x86_64/lib/gcc/arm-linux-androideabi/4.8/…/…/…/…/arm-linux-androideabi/bin\ld.exe: error: jni/…/…/cocos2d/external/curl/prebuilt/android/armeabi/libcurl.a(sha512-armv4.o): requires unsupported dynamic reloc R_ARM_REL32; recompile with -fPIC
C:/Andriod/NDK/sources/cxx-stl/llvm-libc++/libcxx/include/map:1055: error: relocation overflow in R_ARM_THM_CALL
jni/…/…/cocos2d/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function IsPipeliningPossible: error: relocation overflow in R_ARM_THM_CALL
jni/…/…/cocos2d/external/curl/prebuilt/android/armeabi/libcurl.a(url.o):function fix_hostname.isra.1: error: relocation overflow in R_ARM_THM_CALL
jni/…/…/cocos2d/cocos/platform/android/jni/TouchesJni.cpp:79: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/build-libc++/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp:4685: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/build-libc++/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp:4685: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/build-libc++/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp:4685: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/build-libc++/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp:4685: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/build-libc++/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp:4685: error: relocation overflow in R_ARM_THM_CALL
/tmp/ndk-user/tmp/build-libc++/ndk/sources/cxx-stl/llvm-libc++/libcxx/src/locale.cpp:4685: error: relocation overflow in R_ARM_THM_CALL

使用NDKR10c编译也是同样的情况…