We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
With NDK 22.0.7026061 on macOS 11.2.1 with Apple Silicon (M1) when linking shared lib the ld linker throws error:
22.0.7026061
11.2.1
ld
ld: error: undefined symbol: arm_cpu_enable_crc32 >>> referenced by deflate.c:0 (external/zlib/deflate.c:0) >>> deflate.o:(deflateInit2_) in archive /Users/vlad1m1r/Library/Android/sdk/ndk/22.0.7026061/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/lib/arm-linux-androideabi/libz.a ld: error: undefined symbol: x86_cpu_enable_simd >>> referenced by deflate.c:0 (external/zlib/deflate.c:0) >>> deflate.o:(deflateInit2_) in archive /Users/vlad1m1r/Library/Android/sdk/ndk/22.0.7026061/toolchains/llvm/prebuilt/darwin-x86_64/sysroot/usr/lib/arm-linux-androideabi/libz.a
Temporary fix: downgrade NDK to 21
21
The text was updated successfully, but these errors were encountered:
#1391
Sorry, something went wrong.
No branches or pull requests
With NDK
22.0.7026061
on macOS11.2.1
with Apple Silicon (M1) when linking shared lib theld
linker throws error:Temporary fix: downgrade NDK to
21
The text was updated successfully, but these errors were encountered: