-
Notifications
You must be signed in to change notification settings - Fork 10
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
Build on raspberry pi zero 2 w and go 1.11 #9
Comments
That's quite strange. Is it a fresh install? Could you try: |
Thank you for your reply! It is a fresh Raspberry Pi OS bullseye installation on a pi zero 2 w After updating to the current go installation (go version go1.22.2 linux/arm64) No I get the following errors: thomas@pizero:~ $ go get github.com/rosmo/go-hidproxy/cmd/go-hidproxy thomas@pizero:~ $ go install github.com/rosmo/go-hidproxy/cmd/go-hidproxy |
Hey, I just updated a couple things and the README. The command |
Now it gets stuck with this error: |
My bad, I refactored the whole thing now. Could try again? Go's global proxy has a tendency to cache things so best to install with a commit hash directly, for example:
|
Thank you! The Mouse now works (only the scrolling is a little bit fast) . The Keyboard is not working: I added a log-Statement to get k.Name but cannot find out how to quickly fix it |
Maybe this is more helpful |
Ach, looks like the formatting strings aren't quite there. I'll fix it tomorrow and we'll give it another go. |
Hello,
I currently try to build the project with the recommended go version.
I get the following error:
go/src/github.com/jochenvg/go-udev/monitor.go:18:2: found packages unix (affinity_linux.go) and main (mkasm.go) in /home/thomas/go/src/golang.org/x/sys/unix
Thank you!
The text was updated successfully, but these errors were encountered: