News:

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

Main Menu

Not building not compiling, linux mint

Started by TeacherPeter, April 07, 2019, 08:53:05 PM

Previous topic - Next topic

TeacherPeter

Hi everyone,

I downloaded code::blocks to my computer (runs on Linux Mint OS) and installed it. I opened a new project, a console one, c++ and tried to build and run it, but nothing happened.
This is the error that pops up:

"Process terminated with status -1 (0 minute(s), 0 second(s))"

Any ideas? Thanks in advance.

Miguel Gimenez

Did you install the build-essential package?


sudo apt-get update
sudo apt-get install build-essential


TeacherPeter

I did. Opened up code::blocks again and... nothing. :-\

Message:


"Process terminated with status -1 (0 minute(s), 0 second(s))"


stahta01

If it builds OK; but, does not run the problem on Linux is normally you failed to install the terminal program or need to configure Code::Blocks to use the terminal program that is installed.

Tim S.
 
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]