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,
im trying to install older version of compiler, and i cant find installer for :ti_cgt_tms470_5.2.5_linux_installer_x86.bin
Somewhere in archive i have found ti-cgt-arm_5.2.5.zip which contains all needed files but my CCS does not recognize or install that if i add it to tools discovery path...
Im using CCS in headless mode:
ccstudio -nosplash -application com.ti.common.core.initialize -ccs.toolDisvoceryPath /opt/ti
Now if i add this ti-cgt-arm_5.2.5 to /opt/ti it will not install anything, and im not able to find installer binary.
I have also tried to add this folder to compiler folder:
Hello,
Ivan Debelec2 said:im trying to install older version of compiler, and i cant find installer for :ti_cgt_tms470_5.2.5_linux_installer_x86.bin
I recommending installing it using the CCS IDE as shown in the below link:
https://software-dl.ti.com/ccs/esd/documents/ccs_compiler-installation-selection.html#within-ccs
Ivan Debelec2 said:ccstudio -nosplash -application com.ti.common.core.initialize -ccs.toolDisvoceryPath /opt/ti
The command is not correct. You should be calling "eclipse" instead of "ccstudio", you are missing the workspace location, and the "-ccs.toolDisvoceryPath"has a typo (missing "c").
Thanks
ki