-
Notifications
You must be signed in to change notification settings - Fork 61
New issue
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
libz.a for armv7a missing symbols #20
Comments
The libz.a of armv7a lacks cpu_features.o and needs to be updated to r22b or above |
I don't have pc and my mobile is not that great to compile the whole ndk.If you have time, can you fix it? |
Google has not released ndk-r22b, please wait for the r22b version to be released. |
|
By the way, i have fixed it in your current ndk release in r22 |
while compiling static binary with armv7a clang, facing some linker error regarding libz.a
cause of missing symbol
More details and probable fix can be found in this issue by topjohnwu: android/ndk#1391
in my case output:
The text was updated successfully, but these errors were encountered: