I'm trying to use the default code that comes in the Hello World project in Eclipse CDT (I'm using minGW), but when I put it to run the project nothing appears on the console, only that the application has been terminated.
Initially, an error called: eclipse: *** No rule to make target 'Hello.o', needed by 'Hello.exe'.
So I recreated the project and tried to play again, and although the Hello World message still does not appear on the console, the error that just appeared just disappeared.