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.

CODECOMPOSER: CODECOMPOSER: system project gives warning about project reference

Part Number: CODECOMPOSER


Tool/software:

 

Newer got an answer on this (original thread is locked)

  • Sorry for the delay. I will look to get an update from our project expert now that he has returned.

  • As per engineering, the warning can be safely ignored and should be suppressed. It should be OK to reference additional projects in the system.

    Regarding:

    In case the warning is to be ignored:

    1. I need a way to suppress it, quality standards do not allow to release SW with warning in the build.
    2. It must be reported as a bug.

    In the meantime i look forward to the reply from the experts. :-)

    For a workaround, can you try manually adding a line like the one below into the <system> element in the system.xml file:

    <system>
       . . .
       <project configuration="@match" id="project_<some-random-number>" name="BOOTLOADER"/>
    </system>
    

    For a permanent solution, we will file a bug for this to address in a future CCS version.