This repository has been archived by the owner on Apr 3, 2018. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 287
Executable file doesn't exist #236
Comments
I also met same problem, I can't understand why the executable outputted to system variable "GOBIN". |
Which error do you have? |
The error is "Executable file does not exists", I have install Golang, Eclipse on my windows machine. Maybe I should change default build command to solve the problem. |
I'm using eclipse on linux, but the problem is the same. Try this:
|
I managed to find the issue, It is no configuration issue or anything. You have to do 3 things as follows,
Worked for me. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
i'm new to Go and GoClipse and i'm not able to compile a simple "hello World" on my linux machine. Here is my configuration:
On Windows->Preferences->Go:
On Windows->Preferences->Go->tools:
The output of
go env
is:I've tried t compile the following "hello world" code
But i have this error message:
Executable file (/root/workspace/Test/bin/Test) doesnt exist.
What's wrong? How can i configure eclipse properly?
Thanks
The text was updated successfully, but these errors were encountered: