Skip to content
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

runtime: netpoll_windows.go:18: undefined: overlapped #11908

Closed
rjeczalik opened this issue Jul 28, 2015 · 3 comments
Closed

runtime: netpoll_windows.go:18: undefined: overlapped #11908

rjeczalik opened this issue Jul 28, 2015 · 3 comments

Comments

@rjeczalik
Copy link

While cross compiling go-tip for windows/arm make.bash fails with:

~ $ GOOS=windows GOARCH=arm ./make.bash
(...)

##### Building packages and commands for windows/arm.
runtime
# runtime
runtime/netpoll_windows.go:18: undefined: overlapped
$ go version
go version devel +aadd84e Sat Jul 18 01:35:25 2015 +0000 darwin/amd64
@bradfitz
Copy link
Contributor

Go doesn't support windows/arm. We support Windows, and we support ARM, but not that combination.

@Thomasdezeeuw
Copy link
Contributor

I just ran into this issues aswell, even though I know windows/arm isn't supported. But I think the error message is rather confusing. Maybe there should be a check if a os/arch combination is supported before building?

@bradfitz
Copy link
Contributor

Agreed. Let's move this to a new issue: #12272

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants