-
Notifications
You must be signed in to change notification settings - Fork 231
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
installing kaspad and all dependencies fails due to muhash.go #2201
Comments
This happens to me also. |
Same here, is there a fix for it? |
First option: Install
Optionally you can also set Second option: Cross compile on Linux for Windows:
If needed extend both with |
GOOS=linux GOARCH=arm64 CGO_ENABLED=1 go build -ldflags="-s -w" -tags="netgo osusergo" -o output_fil runtime/cgogcc_arm64.S: Assembler messages: |
After cloning https://github.com/kaspanet/kaspad and running '''install . ./cmd/...''' from the kaspad directory, there are several errors because of muhash (I presume is the type declaration?).
OS: Windows 10 64bit
Golang: version go1.20.2 windows/amd64
The text was updated successfully, but these errors were encountered: