News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Process terminated with status -1

Started by Rashu99, March 19, 2018, 08:12:59 PM

Previous topic - Next topic

Rashu99

I have installed code blocks on linux mint
when I run my program, a message is generated "
-------------- Build: Debug in firstproject (compiler: GNU GCC Compiler)---------------

g++ -Wall -fexceptions -g  -c /home/rashu/Desktop/programs/firstproject/main.cpp -o obj/Debug/main.o
g++  -o bin/Debug/firstproject obj/Debug/main.o   
Output file is bin/Debug/firstproject with size 19.86 KB
Process terminated with status 0 (0 minute(s), 0 second(s))
0 error(s), 0 warning(s) (0 minute(s), 0 second(s))


-------------- Run: Debug in firstproject (compiler: GNU GCC Compiler)---------------

Checking for existence: /home/rashu/Desktop/programs/firstproject/bin/Debug/firstproject
Executing: xterm -T firstproject -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/rashu/Desktop/programs/firstproject/bin/Debug/firstproject  (in /home/rashu/Desktop/programs/firstproject/.)
Process terminated with status -1 (0 minute(s), 0 second(s))

This is the error
Please help me out


Miguel Gimenez