Author Topic: Process terminated with status -1  (Read 5910 times)

Rashu99

  • Guest
Process terminated with status -1
« on: March 19, 2018, 08:12:59 pm »
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
 

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1563
Re: Process terminated with status -1
« Reply #1 on: March 19, 2018, 08:19:59 pm »
This has been asked six days ago, see previous post:

http://forums.codeblocks.org/index.php/topic,22486.0.html