-
Notifications
You must be signed in to change notification settings - Fork 1.6k
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
1.2.1 Can not compile and binary data from github also doesn't running #1546
Comments
this is my command:
Details
github.com/herumi/bls-eth-go-binary/bls....\go\src\pkg\mod\github.com\herumi\[email protected]\bls\cast.go:9:28: undefined: SecretKey |
please try to add the following environment variables and build again: export CGO_CFLAGS="-O -D__BLST_PORTABLE__" |
Try downgrade to 1.19 (golang-go) and put command from Ziyuan 👍 and build again as Ziyuan say and it work |
System information
Geth version:
1.2.1
OS & Version: Linux (Both)
Commit hash : (if
develop
)On BSC Testnet Geth Node always show 'Looking for peers',
And then i try to download the newest version 1.2.1, i have some problems
1: First i couldn't compile linux version from windows device, and before is ok, there is a lot of errors from "herumi/bls-eth-go-binary"
2: I download the the binary geth_linux and start to running at Centos, it's can not startup.
I see this error "Caught SIGILL in blst_cgo_init"
So, old version can not use, new version can not compile and also the binrary can not running!
The text was updated successfully, but these errors were encountered: