-
Notifications
You must be signed in to change notification settings - Fork 394
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
Go can't get ecc1/medtronic due to undefined: unsafe.Slice #1435
Comments
The file sysvshm_unix.go doesn't exist, neither on this system nor a working one:
|
It looks like the golang.org/x/sys/unix package no longer works with versions of Go earlier than 1.18. I'd suggest installing https://go.dev/dl/go1.19.1.src.tar.gz in oref-setup, and then using commands like these to build the required medtronic commands:
etc. The first one will download all the dependencies, and subsequent ones will be fast. |
Thanks. Fix pushed to dev. |
On a newly flashed Edison rig with Debian stretch using oref0 dev, the
go get -u -v -tags "$radiotags" github.com/ecc1/medtronic/...
command run by oref0-setup fails with:cc @ecc1
The text was updated successfully, but these errors were encountered: