Code::Blocks Forums

User forums => Help => Topic started by: Fhyr94 on August 30, 2021, 03:52:21 am

Title: I can't build or run projects
Post by: Fhyr94 on August 30, 2021, 03:52:21 am
Whenever I try to build and run a project it comes up with this error message:

Tried to run compiler executable 'C:\MinGW/bin/gcc.exe', but failed!

Skipping...
Nothing to be done (all items are up-to-date).

How do I fix this?
Title: Re: I can't build or run projects
Post by: stahta01 on August 30, 2021, 04:26:06 am
1. Install an C/C++ Compiler/Toolchain
2. Configure Code::Blocks to use it.

Tim S.

Title: Re: I can't build or run projects
Post by: Pecan on August 30, 2021, 06:50:07 am
Menu/Settngs/Compiler/Toolchain executables.

Tell CodeBlocks where your compiler resides.