-
-
Notifications
You must be signed in to change notification settings - Fork 3.1k
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
Segmentation fault compiling on ARM #1256
Comments
Would you be able to include the entire compilation sequence to include the setting up of the flags at the beginning? |
Looks the same as #1131 |
May also be related to #355 - there's no C standard for converting between Is there a way we can either drop Can I also ask why |
I've brushed the dust off my RPi 2 and successfully built from scratch. I think your issues are with your installation of boost. Please delete all previous boost installs with Then install boost from scratch by pulling down with |
See #974. Try Invoking cmake with: |
Is gold something that'd be installed with fairly high probability ? If so, it might be a good thing if someone wanted to autodetect it in cmake. |
@moneromooo-monero On Arch and on Ubuntu ld.gold is owned by binutils package, so high probability. But, iiurc, the build failure with ld has been fixed already after I reported it at the time: http://lists.gnu.org/archive/html/bug-binutils/2016-08/msg00165.html |
Nice, thanks. +resolved |
I tried to compile on a RPi 2, because of that issue:
#1148
but also fails to compile:
The text was updated successfully, but these errors were encountered: