Eclipse: Missing C ++ startup configuration?

Good afternoon,

I installed Eclipse with MinGW and my project compiles fine:

enter image description here

However, when I try to launch it by creating a launch configuration, I have a problem with the fact that the local C / C ++ application is missing here:

enter image description here

My looks like this:

enter image description here

What is missing? What do I need to do?

+5
source share
2 answers
+5
source

The local C / C ++ application in recent versions seems to have been renamed the C / C ++ application:

" " - " "

C/++ Application


, , , . , , Eclipse Eclipse CDT. CDT- Eclipse .

+1

All Articles