Setting up Eclipse Juno

Please help me configure Eclipse Juno for C++. Full name:

"Eclipse IDE for C/C++ Developers Version: Juno Release Build id: 20120614-1722"

MinGW is installed. OS: Windows7 x64

The following environment variables are registered in the OS:

MinGW = c:\MinGW;
PATH = C:\MinGW\bin;

What do I need to do to compile the project?

alt text

Author: Merlin, 2012-10-13

2 answers

It is important that you have the necessary rights to the project files.

See that the compiler is correctly specified in the C++ compilation settings.

See if the "Build automatically" checkbox in Windows->Preferences is checked (remove it if it is).

When creating a project, select Executable C / C++ Project then Eclipse will generate the makefile itself.

 1
Author: Raskilas, 2012-10-13 23:36:58
 0
Author: Merlin, 2012-10-14 09:25:03