See also:
RISC-V support
Status: fails to build
Log:
- [july, 2024] lazyprogrammerio reported that prysm does not work on RISC-V because bazelisk does not support RISC-V. They reported it: [riscv][risc-v][riscv64]Cannot build Bazel 7.1.0 on RISC-V 64 (Lichee PI4A) · Issue #23018 · bazelbuild/bazel · GitHub
- [july, 2024] lazyprogrammerio reported that prysmaticlab’s gohashtree library is written in assembly and supports only amd64 and arm64.
- [august, 2024] diglos reported that prysm fails with bls errors.
Cross-compile
Last tested on april 2nd, 2025
GOARCH=riscv64 go build -v ./...
github.com/herumi/bls-eth-go-binary/bls
# github.com/herumi/bls-eth-go-binary/bls
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:9:28: undefined: SecretKey
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:9:40: undefined: Fr
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:13:26: undefined: Fr
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:13:31: undefined: SecretKey
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:19:28: undefined: PublicKey
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:19:40: undefined: G1
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:23:26: undefined: G1
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:23:31: undefined: PublicKey
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:29:23: undefined: Sign
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:29:30: undefined: G2
../../../go/pkg/mod/github.com/herumi/bls-eth-go-binary@v1.31.0/bls/cast.go:29:30: too many errors
github.com/prysmaticlabs/gohashtree
# github.com/prysmaticlabs/gohashtree
../../../go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.4-beta.0.20240624100937-73632381301b/hash.go:46:5: undefined: supportedCPU
../../../go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.4-beta.0.20240624100937-73632381301b/hash.go:56:5: undefined: supportedCPU
../../../go/pkg/mod/github.com/prysmaticlabs/gohashtree@v0.0.4-beta.0.20240624100937-73632381301b/hash.go:86:5: undefined: supportedCPU
github.com/dgraph-io/ristretto/z
github.com/prysmaticlabs/prysm/v5/tools/eth1exporter
github.com/prysmaticlabs/prysm/v5/tools/gocovmerge
github.com/prysmaticlabs/prysm/v5/tools/replay-http
github.com/prysmaticlabs/prysm/v5/tools/analyzers/maligned
# github.com/dgraph-io/ristretto/z
../../../go/pkg/mod/github.com/dgraph-io/ristretto@v0.0.4-0.20210318174700-74754f61e018/z/buffer.go:77:35: undefined: MaxBufferSize
github.com/prysmaticlabs/prysm/v5/tools/nogo_config