I have pre-installed Eclipse 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?