News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Error

Started by Echo, September 23, 2010, 09:47:20 PM

Previous topic - Next topic

Echo

Process terminated with status 255

what does this mean?

MortenMacFly

Quote from: Echo on September 23, 2010, 09:47:20 PM
Process terminated with status 255

what does this mean?
The process you ran returned the exit code 255.

e.g.:
int main(void)
{
  return 255;
}


...will do exactly this.

The exact interpretation of this code nobody except either the documentation of that program or the developer of tat program can provide. Please ask the appropriate person therefore. thanks.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]