-
Notifications
You must be signed in to change notification settings - Fork 121
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
Undefined symbol: __atomic_is_lock_free #510
Comments
Maybe -mno-outline-atomics clang flag can fix this but could be an issue on the frida devkit for android-x86. I dont think anybody tried to build r2f for this target before |
Ok. Thank you. I'll try this. |
This didn't work unfortunately. |
@black8855 try LDFLAGS="-latomic" |
Thank you.This hasn't help either. Still have the same error. |
looks like an issue in the frida-sdk, did you tried again with the latest code from git because the version has changed since then and im aware Ole fixed some bugs in there |
Can you try again? lot of people is using r2frida on android without these issues |
I'm trying to use r2frida natively on Android via Termux, and I'm getting the following error:
ld.lld: error: undefined symbol: __atomic_is_lock_free
ld.lld: error: undefined symbol: __atomic_fetch_or_8
ld.lld: error: undefined symbol: __atomic_load
I have Samsung Galaxy Tab3 10.1 with Lineage OS 14.1. It's x86 system.
The text was updated successfully, but these errors were encountered: