Code::Blocks Forums

User forums => Help => Topic started by: Samlin on July 05, 2007, 05:42:50 am

Title: about the dmc compiler
Post by: Samlin on July 05, 2007, 05:42:50 am
i has set the dmc compiler as the default compiler
but when i create a new project, it warns the follow messages:
"This wizard doesn't know how to setup warning flags for this compiler."
"This wizard doesn't know how to setup debug flags for this compiler."
......

and when i build the project, the out is:
"projectName" uses an invalid compiler [YOUR ANSWER IS ALREADY THERE. SEARCH THE FORUMS!]. Skipping...
Nothing to be done.

how can i do?
thanks!
Title: Re: about the dmc compiler
Post by: severach on July 10, 2007, 04:46:28 am
This is asked constantly. CB inserts -s in the linker options for every compiler even though MinGW is the only one it works with. Hunt it down and kill it.