-
Notifications
You must be signed in to change notification settings - Fork 265
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
r11 clang: undefined reference to 'dladdr' #43
Comments
dladdr was introduced in android-8 (arm) and android-9 for x86 and mips. Try compiling against android-9 instead of android-4. Unless you need your code to work on the devices with android version < 8 in which case - there is no dladdr, and you will have to work around this. |
OK, thanks! |
Also note that android-4 is no longer supported. The earliest supported version is android-9. |
Closed
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
/usr/local/google/buildbot/out_dirs/aosp-ndk-r11-release/build/tmp/build-5996/build-libc++/ndk/sources/cxx-stl/llvm-libc++/../llvm-libc++abi/libcxxabi/src/Unwind/AddressSpace.hpp:448: error: undefined reference to 'dladdr'
The text was updated successfully, but these errors were encountered: