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.
Champs,
My problems window has started having well.. problems. Anyone have any ideas how to get it reset? I've tried rebooting, closing and opening the window etc..
The description is no longer showing anything - notice the last warning is not like the others...
Lori,
Did this problem start recently, (ie) after a recent update of CCS or any other changes? Do you mean the warnings for the same project were displayed properly in the Problems view earlier but recently started showing this issue?
What are the actual warnings as shown in the CCS build console?
If this is from a TI example project, can you let me know which one and where to download it so I can try to test it?
AartiG said:Did this problem start recently, (ie) after a recent update of CCS or any other changes? Do you mean the warnings for the same project were displayed properly in the Problems view earlier but recently started showing this issue?
It was working earlier in the day - I think what triggered it was a large number of warnings. I turned on MISRA checking for a project.
You could try reproducing it by taking one of our device support projects and turn on MISRA. There will be A LOT of warnings due to C++ comments so you might want to just build a single file (otherwise it takes a long time - even if you try to cancel it).
Later I turned off MISRA but still see the issue. I've also tried forcing an error - it shows up but again without a description. I also tried a new workspace.
AartiG said:What are the actual warnings as shown in the CCS build console?
These are mostly MISRA warnings - but I also tried forcing an error and it also had the issue.
If you can't reproduce it let me know and I can give you the project I'm working on - it isn't in controlSUITE as of yet.
-Lori
Lori,
I haven't been able to exactly reproduce this. I do see the large number of warnings when MISRA checking is turned on, and those do appear without a description text in the Problems view. I believe the reason for that is the known bug SDSCM00044803 which is described as: "When the "verbose diagnostic" compiler option is enabled (--verbose_diagnostics), the errors/warnings in the build console that span more than one line get cut off to just the first line in the Problems view."
When I disabled MISRA checking the warings/errors were back to what they were before. I wonder if the specific warnings you are seeing were missing the description to begin with as a result of the above bug. If you check the build console and see the warning/error span more than one line, please see which parts of it are highlighted as those are the only parts that will currently appear in the Problems view.
If I have misunderstood the issue, please let me know and do send me an example project and steps to reproduce it.
AartiG said:I believe the reason for that is the known bug SDSCM00044803 which is described as: "When the "verbose diagnostic" compiler option is enabled (--verbose_diagnostics), the errors/warnings in the build console that span more than one line get cut off to just the first line in the Problems view."
This is it - I had forgotten I turned on verbose at some point. When I turn it off the window returns back to normal. Quite frustrating.
Thank you very much.
Regards
Lori
Hi,
I just came across the same thing on CCSv6. Thanks to this posting, however it might be a good idea to resolve this bug at some point, since it is really unintuitive behaviour.
Thanks :)