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: How can I get the compiler and SDK version from command line?

Part Number: CODECOMPOSER
Other Parts Discussed in Thread: CCSTUDIO

Hi,

I am preparing a Continuous Integration pipeline using Code Composer Studio 10.1.0 and 20.2.1.LTS compiler version and I want it to to ensure that all developers are usinig the same tools to generate the FW image, by checking:

- the version of the Compiler

- the SDK version

Is there a command to get theses two values from command line, or should I parse the .ccsproject file which contains both values?

Many thanks,

Álvaro