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
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
anon
a source
to share