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: CCS Version Validator not showing Error or Warning when building a project created in a previous CCS version

Part Number: CODECOMPOSER

Hi,

I want to ensure that a project is always built with the same CCS version.

I have created a project in CCS 10.1.0. I updated the CCS version to 10.2.0.00009. I changed the Code Composer Studio Version Validation option to "Error"

Then I sent the project to a build machine that has only a fresh installation of CCS 10.3.1

When I build the project in the build machine with 10.3.1 version, I don't get any error or warning related to the CCS version.

Where should it be shown?

Thank you very much,

Álvaro

  • Hello,

    Note that the validator for the CCS versions works so that an error would be generated if the CCS version being used is older than the one it was originally created for. It will not generate an error if the CCS version is newer.

    Hence a CCS project created and with validator enabled for 10.2.0 should generate an error if imported to an older CCS version like 10.0.0. But it would not generate an error if imported to a newer CCS version like 10.3.0.

    Typically, the issue is using an older CCS version while using a newer CCS version is not only fine, but often encouraged. In your case, if you want to ensure an exact CCS version match, it is not supported with the validator.

    Thanks

    ki

  • Thank you very much Ki