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.

CCS: How to install older compiler version

Other Parts Discussed in Thread: CCSTUDIO

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: 

/opt/ti/ccs/tools/compiler/ti-cgt-arm_5.2.5 but it does not use this compiler at all.
How can i register new compiler to CCS in headles mode?