0
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 to run the project nothing appears in the console, only that the application has been terminated.
Initially, an error called eclipse appeared: *** No Rule to make target 'Hello. o', needed by 'Hello.exe'.
So, I recreated the project and tried to play again and, although the message Hello World still does not appear on the console, the error that previously appeared simply disappeared.
Look in the Makefile if you have this flag -Subsystem,windows and remove,.
– game doido