Code::Blocks Forums
User forums => Using Code::Blocks => Topic started by: tfnc98 on February 23, 2013, 08:19:36 pm
-
Can I just leave it at I need DJGPP?
Well, whenever there is a compiler error, it just says it returned one, nothing more. (Going to the command line it shows that there was a few errors). How do I get these to show up in the build messages windows? Or is it not possible?
Code::Blocks 12.11, DJGPP Latest (It hasnt been updated in years, I assume its safe to say latest :P ), WinXPSP3
Thanks in advance :D
-
Can I just leave it at I need DJGPP?
I don't understand this sentence, but I don't see DJGPP in the list of supported compilers. If you use a forked version of C::B or hacked the compiler yourself - you are on your own.
-
It's a very, very outdated gcc-version as far as I know (about 10 years or so).
-
I have never done it; but, in the advanced compiler settings you put I believe regex expressions to do errors and warning not already done.
"Other Settings" -> "advanced options"
Tab "Output Parsing"
I suggest turn on full compiler logging if not already on; it might give some clues on getting the above to work for you.
http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F (http://wiki.codeblocks.org/index.php?title=FAQ-Compiling_%28errors%29#Q:_How_do_I_troubleshoot_a_compiler_problem.3F)
Tim S.
-
Can I just leave it at I need DJGPP?
I don't understand this sentence, but I don't see DJGPP in the list of supported compilers. If you use a forked version of C::B or hacked the compiler yourself - you are on your own.
DJGPP is just a rather old GCC.
As for the regex and command line prasing, they where all aready set to the right values.
-
Correct values for djgpp or for more recent versions of gcc.
Is there really a good cause to stick to such an old (unmaintained ?) gcc ?