Skip to content
This repository was archived by the owner on Apr 3, 2018. It is now read-only.
This repository was archived by the owner on Apr 3, 2018. It is now read-only.

No executable created #244

Description

@ChrisNabold

I use Eclipse 4.6.3 under win 10 (both 64bit) and try to run a small Go Hello Program
The config in GoClipse 0.16.1 is:
Go installation: c:\Go
use same value as Gopath environment
Add also project path ...
Tools:
gocode: c:\projects\go\bin\gocode.exe
guru: c:\projects\go\bin\guru exe
godef: c:\projects\go\bin\godef.exe
gofmt: use default location / format automatically on editor save
System path:
GOBIN=: C:\projects\Go\bin
GOPATH=C:\projects\Go
GOROOT=C:\Go
c:\go\bin in system path
Eclipse go structure:
HelloGo project
GOROOT - c:\go\src
GOPATH - c:\projects\go\src
Directory src
HelloGO
HelloGo.go
when I run project build a receive the following message:
*** Building Go project HelloGo ***
with Gopath c:\projects\go; c:\users\chris\workspace\HelloGo
running c:\go\bin\go.exe install -v -gcflags "N -1" HelloGo
terminated, exit code 0
*** Build terminated ***
when I try to run the project:
run: resource doesn't have a corresponding go package
launching HelloGo - HelloGo has encountered a problem
executable file c:\users<chris\workspace\HelloGo\bin\HelloGo.exe does not exist
Whatever I tried I can not manage to get this small HelloGo program compile and run. I would be grateful if someone could help me

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions