-
Notifications
You must be signed in to change notification settings - Fork 157
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 get error #57
Comments
Thanks for reporting this... will have a look |
np, this issue seems to be due to the fact that the syscall doesn't exist on OS X so if one were to pull the package on that os, the error would occur. You might need to split the file into multiple files and use build tags. |
From as far as im seeing there's no option but to pull the host/generic package because host/rpi imports it. How does the sample in the video shown here compile on OSX when the host/rpi package is imported? - http://embd.kidoman.io/ |
@kidoman I was wondering if you've had a chance to look at this issue. Per @declanshanaghy's comment ☝️, I'd be curious to see how you were able to compile on OSX in the demo video. For now, I'm working on splitting my package up (one version for OS X and one for rpi). |
|
Another super awesome tool is https://github.com/goreleaser/goreleaser |
Probably not a big deal but wanted to mention it
The text was updated successfully, but these errors were encountered: