Team,
Assigned customer is having issues with the command line instsller for CCS on linux host. Please see description from customer:
What do I want to achieve?: running docker container in which I will be able to build our code.
What am I doing to achieve this?: I am downloading the offline CCS installer from TI site by command: “wget https://dr-download.ti.com/software-development/ide-configuration-compiler-or-debugger/MD-J1VdearkvK/11.1.0.00011/CCS11.1.0.00011_linux-x64.tar.gz”
And after that I am running installer from command line with additional options taken from: https://software-dl.ti.com/ccs/esd/documents/ccs_installer-cli.html
According to above – after providing PF_CC2X option – installer should install simplelink SDK alongside CCS. Problem is that its not happening for some reason.
Installation directory after installation is finished:
![]()
Although, installer is not installing these additional components, I can see that it has their files prepared in its “components” directory:

So, the question is: how can I force this installer to install those components?
Currently used command for installation: cd /CCS11.1.0.00011_linux-x64 && ./ccs_setup_11.1.0.00011.run --enable-components PF_CC2X,SYSCONFIG --mode unattended --install-BlackHawk true --install-Segger true --prefix /opt/ti
Thanks and regards,
/ Wolfgang

