Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Contributions to C::B => Topic started by: CarlZeis on July 02, 2010, 06:51:33 pm

Title: [SOLVED] Got error "Process terminated with status 255"
Post by: CarlZeis on July 02, 2010, 06:51:33 pm
I am using C::B 10.5 and Fedora 13
Trying to compile the standart "hello world" and got error:

Code
Checking for existence: /home/1/programming/2222/bin/Debug/2222
Executing: xterm -T 2222 -e /usr/bin/cb_console_runner LD_LIBRARY_PATH=$LD_LIBRARY_PATH:. /home/1/programming/2222/bin/Debug/2222  (in /home/1/programming/2222/.)
Process terminated with status 255 (0 minutes, 0 seconds)
 

Help me )
I am using gcc compiler, if it does matter.
Title: Re: Got error "Process terminated with status 255"
Post by: Jenna on July 02, 2010, 06:58:33 pm
Thiscan happen if xterm is not installed.
If this is thecase, install it or use another terminal emulator, you have to figure out the needed parameters yourself and set them in "Settings -> Environment... -> General settings -> Terminal to launch console programs:" .
Title: Re: Got error "Process terminated with status 255"
Post by: CarlZeis on July 02, 2010, 07:42:16 pm
I don't know the name of default fedora terminal emulator, so u just installed xTerm throw the packet manager, and...it works !
The problem is solved.