Tool/software: Code Composer Studio
Hello all,
I was trying to install CCS 10.1 and 10.0 on openSUSE 15.1 but both installers fails on ti_cgt_tms470 package installation because of segmentation fault in this installer. I tried to run this installer from console and found segfault appearing on exit from this installer:
user@host:~/tmp/tms470> /tmp/ccs_308bab8b-971f-41d7-4157-4d0454d53800/CGT_DEFAULTLIBS_TMS470/ti_cgt_tms470_20.2.0.LTS_linux_installer_x86.bin --prefix "/home/user/ti/ccs1000/ccs" --eclipseprefix "/home/user/ti/ccs1000/ccs/eclipse" --ccs true
----------------------------------------------------------------------------
Welcome to the TMS470 Code Generation Tools Setup Wizard.
----------------------------------------------------------------------------
Select Installation Directory
Please specify the directory where TMS470 Code Generation Tools will be
installed. The installation requires 445254 KB.
Destination Directory [/home/realmer/ti/ccs1000/ccs/tools/compiler/ti-cgt-arm_20.2.0.LTS]:
----------------------------------------------------------------------------
Setup is now ready to begin installing TMS470 Code Generation Tools on your
computer.
Do you want to continue? [Y/n]:
----------------------------------------------------------------------------
Please wait while Setup installs TMS470 Code Generation Tools on your computer.
Installing
0% ______________ 50% ______________ 100%
#########################################
----------------------------------------------------------------------------
Setup has finished installing TMS470 Code Generation Tools on your computer.
Segmentation fault (core dumped)
user@host:~/tmp/tms470>
Installation was started with following parameters: ./ccs_setup_10.0.0.00010.run --enable-components PF_MSP432,PF_CC2X,PF_CC3X,PF_TM4C
Both full and web install of 10 and 10.1 shows same behavior. 9.3 installs without any problems. Logs were uploaded during installation.
Is there a way to bypass this error somehow or make manual installation to use CCS 10.1? Or is there a way to troubleshoot it more?