04-19-2018, 10:36 PM
(This post was last modified: 03-01-2019, 03:41 PM by Brian Beuken.)
This one might happen by accident when you are setting up your project or changing some values in the makefile settings
Check the type of project you are making in Makefile settings Project Type, it should say Executable, if its one of the other 2 options it will not run.
It may be you accidentally set this value by moving a mouse over it and not noticing, or you edit the makefile in error.
But bottom line is the fix is to make sure you are building an executable, just click on the box and select executable, then apply.
Check the type of project you are making in Makefile settings Project Type, it should say Executable, if its one of the other 2 options it will not run.
It may be you accidentally set this value by moving a mouse over it and not noticing, or you edit the makefile in error.
But bottom line is the fix is to make sure you are building an executable, just click on the box and select executable, then apply.
Brian Beuken
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's
Lecturer in Game Programming at Breda University of Applied Sciences.
Author of The Fundamentals of C/C++ Game Programming: Using Target-based Development on SBC's