Author Topic: [SOLVED] Got error "Process terminated with status 255"  (Read 14960 times)

Offline CarlZeis

  • Single posting newcomer
  • *
  • Posts: 2
[SOLVED] Got error "Process terminated with status 255"
« 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.
« Last Edit: July 02, 2010, 07:42:31 pm by CarlZeis »

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7255
Re: Got error "Process terminated with status 255"
« Reply #1 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:" .

Offline CarlZeis

  • Single posting newcomer
  • *
  • Posts: 2
Re: Got error "Process terminated with status 255"
« Reply #2 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.