Team,
How do you Crank up the CCS compiler warnings using -pdr. <<== Marc what is the highest level of warning possible
Thanks.
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.
Team,
How do you Crank up the CCS compiler warnings using -pdr. <<== Marc what is the highest level of warning possible
Thanks.
Got response:
If you just want to maximize the number of things the compiler complains about, then -pdr (--issue_remarks) is the highest level. But, you can also control the severity associated with many (not all) diagnostics. You can cause a particular diagnostic to be an error, and thus stop compilation. There is more about this in slides 33-37 of http://processors.wiki.ti.com/index.php/CGT_Tips_%26_Tricks_for_Beginners .