|
C++ error with Eclipse -
08-05-2009, 03:33 PM
I am using Eclipse in Linux to build and run my C++ project. I can build the project ok, but when I run it, the console just displays:
<terminated> program_name [C/C++ Application] /program_path/...
In the debug window, I get:
<terminated, exit value: -1> /program_path/
I am using Eclipse to build the program with the waf build command, and the program builds and runs fine through the terminal window with waf.
Also, I can get other C++ programs to build in Eclipse with the waf build command.
If someone can help me that would be great.
|