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.

How to disable 'Advice' during CCS Compilation?

Issue

I keep seeing "Optimization Advice" and "Power Advice" when I attempt to compile 'Hello World' in Code Composer -

Example

Question


How can I turn these off from display? Independent of fixing these items, I just want this to be suppressed from display to the GUI... I don't need or want to see this every time I compile my code! :(

  • Justin Reina89 said:
    How can I turn these off from display?

    To disable the power advice, you can go into Project Properties->Build->Compiler->ULP Advisor and set it to None. By default it is set to All. Setting it to None will disable all power advisor checks and the power advice messages will no longer appear in the CCS build console or Advice view.


    As for the Optimization Advice, that cannot be explicitly turned off. These messages anyway do not appear in the build console, they only show up in the Advice view. So you can either ignore the advice or you can minimize the Advice view to get it out of the way. To minimize the view, first move the Advice view to its own window (by selecting and dragging it within the workbench), then minimize the Advice view using the icon shown below.