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.
2. Open Terminal and install xterm
% sudo apt-get install xterm
3. Open Code::Blocks and compile codes again.
4. And this passes. As shown below: