質問

When i try to use cgo I get the error

exec gcc: exec: "gcc": executable file not found in %PATH%

I have Mingw installed. How do I tell Goclipse where gcc is? I could not find a way in preferences or properties to set this.

役に立ちましたか?

解決

Add the path to MinGW gcc to your Windows PATH environment variable.

Setting environment variables under Windows

他のヒント

I had the same problem and just wanted to add that you specifically need to add the path to the bin directory of MinGW to your PATH environment variable. Something like:

C:\Program Files\mingw-w64\x86_64-7.1.0-posix-seh-rt_v5-rev0\mingw64\bin

Not enough reputation to make this a comment, so it's an answer.

ライセンス: CC-BY-SA帰属
所属していません StackOverflow
scroll top