Navigation Menu

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

x/sys/cpu: cpu_arm64.go:39:22: undefined: HWCap #30237

Closed
karalabe opened this issue Feb 14, 2019 · 3 comments
Closed

x/sys/cpu: cpu_arm64.go:39:22: undefined: HWCap #30237

karalabe opened this issue Feb 14, 2019 · 3 comments

Comments

@karalabe
Copy link
Contributor

We've been hitting compilation issues on iOS arm64 for the past few months. I've just upgraded to the latest code today, but builders are failing with golang.org/x/sys/cpu/cpu_arm64.go:39:22: undefined: HWCap. Could anyone look into this?

https://travis-ci.org/ethereum/go-ethereum/jobs/493330332#L1207

@gopherbot gopherbot added this to the Unreleased milestone Feb 14, 2019
@AlexRouSg
Copy link
Contributor

Looks like golang.org/x/sys/cpu currently only supports Linux on non x86 processors.

ping @tklauser

@gopherbot
Copy link

Change https://golang.org/cl/162797 mentions this issue: cpu: fix build for GOARCH=arm64 on GOOS!=linux

@karalabe
Copy link
Contributor Author

Thank you, builders are green again!

@golang golang locked and limited conversation to collaborators Feb 16, 2020
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

3 participants