-
Notifications
You must be signed in to change notification settings - Fork 37
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
Cannot BUILD with NDK R17B (Latest) #4
Comments
WORKING EXAMPLE FOR armeabi-v7a :
WORKING EXAMPLE FOR x86 :
|
@eakteam You can try to change "--install-dir=toolchain" to "--install-dir=toolchain_x86" in the CREATING TOOLCHAIN section |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Update
tcpdump_ver=4.9.2
andlibpcap_ver=1.8.1
First issue :
After passing --force to :
bash ${ndk_dir}/build/tools/make-standalone-toolchain.sh --force --toolchain=${toolchain} --platform=android-${android_api} --install-dir=toolchain
it create toolchain successfully , but cannot compile :
Tried to pass -fPIC to CFLAGS :
export CFLAGS="-fPIC -fPIE -pie"
Tried with older tcpdump and libpcap too and it still failed with latest NDK
The text was updated successfully, but these errors were encountered: