-
No toolchains found in the NDK toolchains folder for ABI with prefix: arm-linux-androideabi
https://blog.csdn.net/generallizhong/article/details/121046862 -
Clang: Executable's TLS segment is underaligned
https://github.com/termux/termux-packages/issues/8273
我的解决办法是SET(CMAKE_EXE_LINKER_FLAGS "-static -ffunction-sections -fdata-sections -Wl,--gc-sections")
分类: NDK
0 条评论