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.
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:
./ccs_setup_12.1.0.00007.run --enable-components PF_OMAPL --mode unattended
I would get the default toolchains from the installer:
But what if I wanted to install different toolchain versions, and also the toolchain for pru?
My goals would be to have:
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!
Hello,
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?
Please see the third FAQ called:
"Is there a command line option to specify a path for newly installed version of compiler tools so CCS can detect it?"
https://dev.ti.com/tirex/explore/node?node=A__AJpAFDF7v70N4B0-zFMXpw__ccs_devtools__FUz-xrs__LATEST
Thanks
ki