We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Describe the bug Building fails on arm64 when executed:
make all
To Reproduce
~/work/fsn/pos-devnet/eth2-beaconchain-explorer master ❯ go version lyfsn go version go1.20 darwin/arm64 ~/work/fsn/pos-devnet/eth2-beaconchain-explorer master ❯ make all lyfsn rm -rf bin/ mkdir -p bin/ go run cmd/bundle/main.go # github.com/prysmaticlabs/gohashtree asm: illegal combination: 23984 (/Users/smallyu/.gvm/pkgsets/go1.20/global/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604) VMOV $0, V16.S4 ZCON NONE NONE ARNG, 4 7 asm: illegal combination: 23984 (/Users/smallyu/.gvm/pkgsets/go1.20/global/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604) VMOV $0, V16.S4 ZCON NONE NONE ARNG, 4 7 asm: illegal combination: 23984 (/Users/smallyu/.gvm/pkgsets/go1.20/global/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604) VMOV $0, V16.S4 ZCON NONE NONE ARNG, 4 7 asm: illegal combination: 23984 (/Users/smallyu/.gvm/pkgsets/go1.20/global/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.2-alpha/hash_arm64.s:604) VMOV $0, V16.S4 ZCON NONE NONE ARNG, 4 7 asm: assembly failed make: *** [explorer] Error 1
Desktop (please complete the following information):
Additional context It's caused by the prysmaticlabs/gohashtree version problem: prysmaticlabs/gohashtree#6
prysmaticlabs/gohashtree
The text was updated successfully, but these errors were encountered:
Successfully merging a pull request may close this issue.
Describe the bug
Building fails on arm64 when executed:
To Reproduce
Desktop (please complete the following information):
Additional context
It's caused by the
prysmaticlabs/gohashtree
version problem: prysmaticlabs/gohashtree#6The text was updated successfully, but these errors were encountered: