-
Notifications
You must be signed in to change notification settings - Fork 723
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
Building on AArch64 Linux with Clang complaining about not having fPIC #1443
Comments
readelf -r ring-c322d96f1cad079c/out/*.o | grep GFp_armcap_P
|
readelf -r ring-e283409aa5b73913.ring.1h5en42m-cgu.1.rcgu.o | grep GFp_armcap_P
|
not sure what happened but this fix works for me: https://chromium.googlesource.com/chromium/src.git/+/1ff8654cb2647b511cb32dae4ffea9f7929b1ed9 This flag is not clearly documented. |
Could somebody please test this with ring 0.17.3 and report whether it is still an issue? |
Closing due to inactivity, because in ring 0.17.x we've delegated the handle PIC-related compiler flag handling to cc-rs, and due to inactivity. |
Basically, I got a same error as monero-project/monero#1304.
Maybe
-fPIC
flag is neededring/build.rs
Line 518 in 08fcf4a
The text was updated successfully, but these errors were encountered: