-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Can't compile erigon on ARM Linux #9299
Comments
me too, I use it in arm64 |
Looks like solution for your issue as well: |
@AskAlexSharov - duplicate #9391 |
Don't see how #9391 solves this. tried running Still can't compile v2.58.0 -
|
@ArielTM , which Linux flavour/version do you use?
Also if you could show the output of Also if you could search with |
@battlmonstr my linux version: Ubuntu 22.04.4 LTS aarch64 Running the mentioned script:
go env:
It did download
|
@ArielTM Thanks for the update. A workaround is to build with
|
My bad @battlmonstr . I'm terribly sorry. Indeed I meant arm64 🤦 |
System information
Erigon version: tag: v2.57.0
OS & Version: Linux
Commit hash: 4f6eda7
Erigon Command (with flags/config):
make erigon
Expected behaviour
Compile success
Actual behaviour
When trying with clang:
CC=clang-12 CXX=clang++-12 CFLAGS="-O3" make erigon
The text was updated successfully, but these errors were encountered: