-
Notifications
You must be signed in to change notification settings - Fork 412
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
Does not compile on arm64 #646
Comments
This is a known issue and should be documented in the README |
I faced this same issue when I installed go using brew. I advise anyone else facing this similar issue, that you install go using package installer available here. Remember to remove the brew installation and update the path to include |
I was also having trouble with earlier versions of the software. However, more recent branches work now. |
This worked for me, thanks! |
Thanks for the feedback. I will close this now |
I'm still getting the issue... git checkout v0.29.0
make clean
make install I get this:
With
$PATH has |
Issue resolved. You need to run this command for some reason:
see more here: #641 (comment) |
Hi,
I am currently using an apple m1 and cannot compile wasmd.
How to Reproduce
checkout tag
cleaning
Build from source :
The text was updated successfully, but these errors were encountered: