C :: B compiler configuration issues

I configured MinGW to Code :: Blocks correctly.
I also verified that it works using the command line.
For some reason I can't compile with any compiler.
Even with VC ++.
Is this a known issue?
Does anyone know how to solve it?
This is the error I am getting:

"Static Library - MinGW RELEASE" is using an invalid compiler. Skipping ... Nothing can be done.

+1


a source to share


2 answers


Fixed
I had to change the name of the compiler since the downloaded distribution I downloaded keeps the old GCC filenames instead of mingw. I wonder why code :: blocks doesn't detect them.



+1


a source


The best place to ask questions about Code :: Blocks is the CB support forums at http://forums.codeblocks.org

Having said that - try this:



  • CB launch
  • go to the "Settings" menu
  • select "Compiler and Debugger"
  • go to the tabbed dialog in "Toolchain Execurtables"
  • select compiler / debugger and exes directories as appropriate
+2


a source







All Articles