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

cmd/compile: windows build alwasy stop #14922

Closed
mattn opened this issue Mar 23, 2016 · 3 comments
Closed

cmd/compile: windows build alwasy stop #14922

mattn opened this issue Mar 23, 2016 · 3 comments

Comments

@mattn
Copy link
Member

mattn commented Mar 23, 2016

  1. What version of Go are you using (go version)?

    tip

  2. What operating system and processor architecture are you using (go env)?

    Windows10 64bit

  3. What did you do?

    make.bat

  4. What did you expect to see?

    build success without errors

  5. What did you see instead?

    build failure without errors :-(

...
cmd/trace
cmd/pprof/internal/plugin
cmd/pprof/internal/report
cmd/link/internal/amd64
cmd/link/internal/arm
cmd/link/internal/arm64
cmd/link/internal/mips64
cmd/link/internal/ppc64
cmd/link/internal/x86
cmd/pprof/internal/commands
cmd/pprof/internal/fetch
cmd/link
cmd/pprof/internal/driver
cmd/pprof/internal/symbolizer
cmd/pprof/internal/symbolz
cmd/vet/internal/whitelist
cmd/yacc
cmd/pprof
cmd/vet
cmd/compile/internal/amd64
cmd/compile/internal/arm
cmd/compile/internal/arm64
cmd/compile/internal/mips64
cmd/compile/internal/ppc64
cmd/compile/internal/x86
cmd/compile

After this, i can see the prompt of cmd.exe without any messages or action.

@randall77
Copy link
Contributor

The build has completed successfully.
The go.exe and related tools should be in the ..\bin directory.
Maybe you are asking how to use the tools after building?

@mattn
Copy link
Member Author

mattn commented Mar 23, 2016

Ah, right. Sorry. I don't set PATH into $GOROOT/bin.

@mattn mattn closed this as completed Mar 23, 2016
@mattn
Copy link
Member Author

mattn commented Mar 23, 2016

But AFAIK, the last line was like below.

---
Installed Go for windows/amd64 in c:\go
Installed commands in c:\go\bin

@golang golang locked and limited conversation to collaborators Mar 23, 2017
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