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.

Code Composer unattended install

Hi,

I know there is a way to install Code Composer from the command line.

But if I were to use the following option to install:

Fullscreen
1
./ccs_setup_12.1.0.00007.run --enable-components PF_OMAPL --mode unattended
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

I would get the default toolchains from the installer:

  • ti-cgt-arm_20.2.7.LTS
  • ti-cgt-armllvm_2.1.2.LTS
  • ti-cgt-c6000_8.3.12

But what if I wanted to install different toolchain versions, and also the toolchain for pru?

My goals would be to have:

  • c6000_7.4.24
  • ti-cgt-pru_2.3.3

Is there any way to make this possible?

I know I can install a toolchain also in an unattended mode, but that has to be registered inside the CCS, how would I do that from a console?

I want to do this to automate the installing of the tools in our Continuous Integration environment.

Cheers!