Author Topic: set up  (Read 4528 times)

kc0hwa

  • Guest
set up
« on: August 17, 2021, 07:27:16 pm »
I installed codeblocks-20.03mingw-setup.exe

I get this after installing and c++ console application

Project/Target: "1 - Debug":
  The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler.
  Probably the toolchain path within the compiler options is not setup correctly?!
  Do you have a compiler installed?
Goto "Settings->Compiler...->Global compiler settings->GNU GCC Compiler->Toolchain executables" and fix the compiler's setup.

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

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

Project/Target: "1 - Debug":
  The compiler's setup (GNU GCC Compiler) is invalid, so Code::Blocks cannot find/run the compiler.
  Probably the toolchain path within the compiler options is not setup correctly?!
  Do you have a compiler installed?
Goto "Settings->Compiler...->Global compiler settings->GNU GCC Compiler->Toolchain executables" and fix the compiler's setup.

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

Run aborted...



Offline oBFusCATed

  • Developer
  • Lives here!
  • *****
  • Posts: 13413
    • Travis build status
Re: set up
« Reply #1 on: August 17, 2021, 07:29:40 pm »
What happens if you try to follow the steps depicted in the log message?
Do you have "C:\MinGW/bin/gcc.exe"? Does it run?
(most of the time I ignore long posts)
[strangers don't send me private messages, I'll ignore them; post a topic in the forum, but first read the rules!]