开发者

Problems with Eclipse cdt plugin

I have pre-installed Eclip开发者_开发知识库se Gallileo for Java Developers on my PC and recently downloaded cdt plugin for it, using eclipse's Install Wizard.

My problem is that firstly when I was trying to build C/C++ project, IDE didn't find mingw32-make.exe. After I changed C/C++ project properties in C++ Build, renaming command to build project, it became to work well. But then when I try to Run project I get "Launch failed. Binary not found" message.

What did I miss in Eclipse congiguration?


You should add "c:\MinGW\bin" to the Windows path and restart Eclipse. In windows7 you can right click on "My Computer" hit properties , in "Advanced system settings" then in "Environment variables" then in "System variables" section add ";c:\MinGW\bin" notice the semicolon. In Windows XP the "Advanced system settings" is not needed.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜