News:

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

Main Menu

[SOLVED] Got error "Process terminated with status 255"

Started by CarlZeis, July 02, 2010, 06:51:33 PM

Previous topic - Next topic

CarlZeis

I am using C::B 10.5 and Fedora 13
Trying to compile the standart "hello world" and got error:

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.

Jenna

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:" .

CarlZeis

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.