Binary not found

1

I do not know much about the C language but I'm testing some classes, and I have a makefile file, but when I give Build All in the project, and I give Run as C application I get this:

I do not know what to do, I've already touched on the Windows Variables, the same thing I'm not doing well. I appreciate the help, thank you. (I work with ECLIPSE )

    
asked by RoyalUp 21.05.2016 в 20:55
source

1 answer

2

If the re-build does not work, check the launch settings of your project, it probably does not have a defined one.

Project - > properties - > C/C++ General - > Run/Debug Settings .

Another option maybe not so correct is to delete the .obj file that created the project and rebuild it.

    
answered by 23.05.2016 в 07:58