cmd/compile: Failed to compile, AMD64 OS was compiled to 16-bits #44328
Labels
FrozenDueToAge
WaitingForInfo
Issue is not actionable because of missing required information, which needs to be provided.
What version of Go are you using (
go version
)?Does this issue reproduce with the latest release?
Yes
What operating system and processor architecture are you using (
go env
)?go env
OutputWhat did you do?
I had just wanted to compile my vgo project by using
go run main.go
, but something went wrong. A minute later, i tried it by the simpleprintln('hello, world')
, but the same mistake happened. Finally, i rebooted the computer and it returned to normalWhat did you expect to see?
normally running
What did you see instead?
fork/exec C:\Users\EPLUS~1\AppData\Local\Temp\go-build657859145\b001\exe\main.exe: This version of %1 is not compatible with the version of Windows you're running. Check your computer's system information and then contact the software publisher.
The text was updated successfully, but these errors were encountered: