Skip to content
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 fails on arm64 #2754

Open
lyfsn opened this issue Dec 6, 2023 · 0 comments · May be fixed by #2760
Open

Building fails on arm64 #2754

lyfsn opened this issue Dec 6, 2023 · 0 comments · May be fixed by #2760

Comments

@lyfsn
Copy link

lyfsn commented Dec 6, 2023

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):

  • OS: MacOS

Additional context
It's caused by the prysmaticlabs/gohashtree version problem: prysmaticlabs/gohashtree#6

@lyfsn lyfsn linked a pull request Dec 8, 2023 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants
@lyfsn and others