Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Eclipse: C++ Run Configuration missing?

Tags:

c++

c

eclipse

Good day,

I set up Eclipse with MinGW and my project compiles fine:

enter image description here

However when I try to run it via creating a Run Configuration I have the problem that there is no C/C++ Local Application like here:

enter image description here

Mine looks like this:

enter image description here

What is missed? What do I need to do?

like image 723
Anonymous Avatar asked Jan 25 '13 10:01

Anonymous


1 Answers

  1. Select Help → Install New Software
  2. Type this url:http://download.eclipse.org/tools/cdt/releases/indigo
  3. Tick the CDT Main Features witch includes c++ sdk
  4. Restart eclipse done!
like image 193
noelyahan Avatar answered Oct 04 '22 09:10

noelyahan