Author Topic: C++ Compiler Issues on Code::Blocks  (Read 259 times)

Offline dorothykeas

  • Single posting newcomer
  • *
  • Posts: 1
C++ Compiler Issues on Code::Blocks
« on: March 26, 2024, 08:18:21 am »
Hello,
I'm new to Code::Blocks.
When I tried to launch the exe file in the bin folder it would say "libgcc_s_seh-1.dll was not found"minecraftle game, so I downloaded the dll from a sketchy site and put it in the same folder as the executable, that did not work. So, then I went in control panel, uninstalled codeblocks from there, and then deleted the files in my programx86 folder, and now with what I think is a new fresh install of codeblocks, I am having new issues. Whenever I try to build and run my code it won't and says in the build log tab "Tried to run compiler executable 'C:\MinGW/bin/gcc.exe' but failed!" I am currently trying to figure out how to fix this problem, but any help would be greatly appreciated, I have to have this turned in in 7 hours from now.
« Last Edit: March 27, 2024, 02:16:42 am by dorothykeas »
"When you have a dream, you've got to grab it and never let go."

Offline Grit Clef

  • Multiple posting newcomer
  • *
  • Posts: 59
  • Where there is a will, there is a way.
Re: C++ Compiler Issues on Code::Blocks
« Reply #1 on: March 26, 2024, 11:22:25 am »
How did you install CodeBlocks? Wherever you installed it, you can always set up a correct compiler in Settings->Compiler->Toolchain Executable.
-Windows 7, 32-bit
-CodeBlocks r13490, gcc 13.2.0, debug version

Offline Miguel Gimenez

  • Developer
  • Lives here!
  • *****
  • Posts: 1553
Re: C++ Compiler Issues on Code::Blocks
« Reply #2 on: March 26, 2024, 01:21:06 pm »
The dll you need is in the bin folder under the MinGW installation folder.