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.
Tool/software: Code Composer Studio
Hello
Is it possible to update the installed features of CCS such as compilers from command line?
We are running CCS v9 on linux docker image and can't use the GUI. The download package contains the version C2000_18.12.1 but we want to use the newest one (C2000_18.12.2).
Many thanks and kind regards,
Tobias
Hello,
use this page: http://software-dl.ti.com/codegen/non-esd/downloads/download.htm
to download a cgt version you need and install it according to your directories and search path structures.
Hi Tom,
Thanks for your reply.
That could be a solution, but the newest available cgt only contains version C2000_18.12.0. That is even older then we have in the CCS installation.
There is a CCS update tool in the installation folder. Are there any possibilities to use that with command line arguments?
Thanks and kind regards,
Tobias
Hi Tobias,
Tobias Wannenmacher said:That is even older then we have in the CCS installation.
If you have another Linux box with the same kernel, system tools and CCS with GUI
try to install ti-cgt-c2000_18.12.2.LTS on this secondary box and copy ti-cgt-c2000_18.12.2.LTS folder to your major box.
I will ask someone at TI to update the codegen page.
Please, remember to use Ctrl+Reload in your browser to reflash its cache.
Tobias Wannenmacher said:Are there any possibilities to use that with command line arguments?
The latest C2000 compiler is available here: http://www.ti.com/tool/download/C2000-CGT-18
In general you can get to the 18.x and 17.x (and future versions) from here: http://www.ti.com/tool/c2000-cgt
Regards,
John
Thanks for your responses.
We did it that way that we installed the new compiler into the required directory. That CCS uses the new compiler version the old one has to be uninstalled. Otherwise the old version will stay its standard.
Best regards,
Tobias