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/TM4C123GH6PM: Errors appear in the Problems window however the project compiled successfully

Part Number: TM4C123GH6PM

Tool/software: Code Composer Studio

Hi,

I have a small project and it compiles successfully but always appear Errors in the Problems window. How to fix it?

When I try to debug the hw CCS asks every time

See the screenshot

Version: 7.3.0.00019 

  • Attila,

    The error is likely coming from the static source code analysis tool and not the build.  Typically we have that disabled by default in CCS but it can be enabled.

    For example here I have turned it on for one of my projects and it flags line comments "//" as errors:

    You could try disabling this rule here:

    Note that to see this options you have to click on "show advanced settings" at the bottom of the project properties dialog. If the settings were set at the workspace level you can change the same options via the preferences dialog which is available from the window menu.

    Regards,

    John