Author Topic: No Compiler Messages Show Up From DJGPP  (Read 6696 times)

Offline tfnc98

  • Single posting newcomer
  • *
  • Posts: 3
No Compiler Messages Show Up From DJGPP
« 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

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9723
Re: No Compiler Messages Show Up From DJGPP
« Reply #1 on: February 24, 2013, 10:25:14 am »
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.
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: No Compiler Messages Show Up From DJGPP
« Reply #2 on: February 24, 2013, 10:51:32 am »
It's a very, very outdated gcc-version as far as I know (about 10 years or so).

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7785
    • My Best Post
Re: No Compiler Messages Show Up From DJGPP
« Reply #3 on: February 24, 2013, 02:12:23 pm »
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

Tim S.
 
« Last Edit: February 24, 2013, 02:17:20 pm by stahta01 »
C Programmer working to learn more about C++ and Git.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org

Offline tfnc98

  • Single posting newcomer
  • *
  • Posts: 3
Re: No Compiler Messages Show Up From DJGPP
« Reply #4 on: February 24, 2013, 05:44:54 pm »
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.

Offline Jenna

  • Administrator
  • Lives here!
  • *****
  • Posts: 7252
Re: No Compiler Messages Show Up From DJGPP
« Reply #5 on: February 24, 2013, 05:49:16 pm »
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 ?