Im running CCS v6.0.1.00040 and im having trouble with compilation warnings and errors. Instead of getting an explanation I just get for example "#179-D" and "#552-D". Is there something obvious im missing?
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.
Im running CCS v6.0.1.00040 and im having trouble with compilation warnings and errors. Instead of getting an explanation I just get for example "#179-D" and "#552-D". Is there something obvious im missing?
Can you show the part in the build console where the warnings #552 and #66 appear?
One known issue that I am aware of is if the warning message spans more than one line, and the build option --diag_wrap is NOT set to off, then the warning text will not appear in the Problems view. This is because, with that diag_wrap setting. the Problems view displays whatever appears in the first line of the warning message but not the rest. However, I see that you have --diag_wrap=off so I am not sure why it is not showing the text.
If this is reproducible with a small test project that you can share with us, we can look into it some more.