This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CCS v5 missing regex parser for remarks

Hallo,

could you please include a default parser for compiler/linker remarks with numbers as INFO in the next release?
When you run the compiler with all diagnostic output (and #numbers) you also want some highlighting of the messages.

without --display_error_number everything works fine

 

  • Hello,

    Christian Pirch said:
    could you please include a default parser for compiler/linker remarks with numbers as INFO in the next release?

    I'm not sure I quite understand your request. Are you asking to have all compiler remarks show up as INFO messages in the problems view?

    Christian Pirch said:
    When you run the compiler with all diagnostic output (and #numbers) you also want some highlighting of the messages.

    Is this for the console view?

    Thanks

    ki

     

  • Hi Ki,

    There seems to be a number of posts relating to this sort of problem on the forum which do not appear to be satisfactorily addressed. I myself have the following issue:

    In the problem window of CCS 5 (and 4 previously), the error parser extracts warning and error messages from the console output. A common issue seems to be that it will not do the same for 'information' messages. I have definite 'information messages in my console output but, having tried many different ways of formatting this, I have not been able to get them to appear in the problem window.

    I did write my own custom error parser in CCS 4 which would put informational messages in the problem window, but I gave up on this as releasing it to my colleagues would have been tricky as it was stored against the workspace and several of them generate many workspaces in the course of their development and the custom parser would keep getting lost. In the end, I issue warnings instead but have to flag that these are not actually warnings but are informational only.

    Is there any way to use the standard error parsers to get information messages displayed in the problems window?

    Regards, Tony.

  • Hi Ki,

    On further investigation, it looks as though I need to use the keyword 'remark' rather than 'info' or 'information'.

    Regards, Tony.