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: minpc or maxpc invalid on windows/arm #39465

Closed
zx2c4 opened this issue Jun 9, 2020 · 6 comments
Closed

runtime: minpc or maxpc invalid on windows/arm #39465

zx2c4 opened this issue Jun 9, 2020 · 6 comments
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Milestone

Comments

@zx2c4
Copy link
Contributor

zx2c4 commented Jun 9, 2020

I installed 386 go 1.14.4 onto Windows 10 arm64 to C:\go. Then I cross compiled go 1.14.4 for Windows using CGO_ENABLED=0 GOOS=windows GOARCH=arm GOARM=7 ./make.bash, and then copied bin/ and pkg/ over to C:\go\bin and C:\go\pkg. Then I ran .\all.bat inside of the latest git master (e64675a as of writing) and kaboom:

image

cc @aclements @alexbrainman @rozmansi

@zx2c4
Copy link
Contributor Author

zx2c4 commented Jun 9, 2020

Running a second time gives me:

image

I wonder if this is another variant of #38440 hitting more often by virtue of being inside of an emulator.

@msuiche

This comment has been minimized.

@zx2c4

This comment has been minimized.

@thanm
Copy link
Contributor

thanm commented Jun 9, 2020

I'd like to point out that we don't seem to have any Windows/ARM builders at the moment, and the person nominally listed as the Windows/ARM port owner seems to be MIA. It is hard to see how to work on this bug without a functioning builder.

@toothrot
Copy link
Contributor

Please follow #38607 for planning around Windows ARM builders, and add any help you can there.

@toothrot toothrot added the NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. label Jun 12, 2020
@toothrot toothrot added this to the Backlog milestone Jun 12, 2020
@dmitshur dmitshur added arch-arm Issues solely affecting the 32-bit arm architecture. OS-Windows labels Oct 19, 2020
@dmitshur dmitshur changed the title windows/arm: minpc or maxpc invalid runtime: minpc or maxpc invalid on windows/arm Oct 19, 2020
@zx2c4
Copy link
Contributor Author

zx2c4 commented Nov 23, 2020

Closing in favor of #42786

@zx2c4 zx2c4 closed this as completed Nov 23, 2020
@golang golang locked and limited conversation to collaborators Nov 23, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
arch-arm Issues solely affecting the 32-bit arm architecture. FrozenDueToAge NeedsInvestigation Someone must examine and confirm this is a valid issue and not a duplicate of an existing one. OS-Windows
Projects
None yet
Development

No branches or pull requests

6 participants