Author Topic: I can't build or run projects  (Read 5722 times)

Fhyr94

  • Guest
I can't build or run projects
« 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?

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: I can't build or run projects
« Reply #1 on: August 30, 2021, 04:26:06 am »
1. Install an C/C++ Compiler/Toolchain
2. Configure Code::Blocks to use it.

Tim S.

C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline Pecan

  • Plugin developer
  • Lives here!
  • ****
  • Posts: 2750
Re: I can't build or run projects
« Reply #2 on: August 30, 2021, 06:50:07 am »
Menu/Settngs/Compiler/Toolchain executables.

Tell CodeBlocks where your compiler resides.