Fix “Process Terminated With Status 255” in Code::Blocks

Code::Blocks – The open-source, cross-platform IDE.

Question: Any I compile codes in Code::Blocks if get this “Process Terminated With Status 255 (0 minutes, 0 seconds)

Answer: Code::Blocks displays or outputs your compiled codes with xterm. Xterm is not installed.

1. The figure below shows an example of this error message.

codeblocks1

2. Open Terminal and install xterm

% sudo apt-get install xterm

xterm

3. Open Code::Blocks and compile codes again.

codeblocks21

4. And this passes. As shown below:

codeblocks_passEnjoy.