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/CCSTUDIO: CCSv10 won't start after updates

Part Number: CCSTUDIO

Tool/software: Code Composer Studio

After a fresh install, then installing updates found in the first run, ccstudio does not start for any user. I'm running Arch Linux.

Steps to reproduce:

  • Install CCSv10 through the package in the AUR (https://aur.archlinux.org/packages/ccstudio/)
  • As recommended for a first run, start the application as root
  • ccstudio informs that there are updates to install...
  • Install all the updates that were found
  • Select "Restart Now" to apply updates, after ccstudio informs that updates have installed
  • ccstudio fails to restart
  • Attempt running ccstudio with any user (general user and root), and the results are the same (failure to start)

No diagnostic information prints when attempting to run at the CLI.

Run logs always print the same thing and it does not seem to be particularly useful information. However, it seems to indicate that there is some install procedure taking place (possibly from the updates?):

Preferred installation mode : unattended
Trying to init installer in mode unattended
Mode unattended successfully initialized
[00:55:51] CCS_INFO: Installer timestamp 20200528005551
[00:55:51] Installer arguments --ccs true
[00:55:51] CCS_INFO: Temporary folder set to /tmp/ccs_8e483e4d-8646-4024-6a60-e9dab0d659b8
[00:55:51] CCS_INFO: Modified override url to
[00:55:51] CCS_INFO: Latest installer is

  • Hi,

    Can you check the thread below? Per your description it seems you may be running into the issue mentioned there. 

    https://e2e.ti.com/support/tools/ccs/f/81/p/898740/3322988#3322988

    Hope this helps,

    Rafael

  • The solution given does not help. The application simply recreates the file as ccs_update_10.0.0.00010.run, and fails to start again.

  • I've tried renaming the file in the utils directory as well, and noticed that there is a file in downloads named startupInstaller_6.0.0.[date string].log

    The latest logs in startupInstaller logfile are:

    Logging on 2020/06/01 13:42:07
    2020-06-01 13:42:07.344: copying ccs_update_10.0.0.00010.bin
    2020-06-01 13:42:07.345: in copyFiles, copying utils to downloads
    2020-06-01 13:42:07.345: copyFile: /opt/ccstudio/ccs/eclipse/utils/ccs_update_10.0.0.00010.bin to /opt/ccstudio/ccs/eclipse/downloads/ccs_update_10.0.0.00010.bin
    SI_MAIN: higestfile = ccs_update_10.0.0.00010.bin
    SI_MAIN: utilFile = ccs_update_10.0.0.00010.bin
    highest file is not null
    SI_MAIN: Find file to run /opt/ccstudio/ccs/eclipse/downloads/ccs_update_10.0.0.00010.bin
    SI_MAIN: exec cmdargs[0] /opt/ccstudio/ccs/eclipse/downloads/ccs_update_10.0.0.00010.bin
    SI_MAIN: exec cmdargs[1] --ccs
    SI_MAIN: exec cmdargs[2] true
    SI_MAIN: exit code 0

  • I have also attempted to run the update binary as both extensions before and after running sudo ccstudio a 2nd time, each time after fresh installations, and each time I get the same error:

    There has been an error.
    Your installation seems to be corrupted. Please delete the folder /home/[username]/.cache/yay/ccstudio/src/installdir/opt/ccstudio and install again.


    By fresh installations, I mean after uninstalling, deleting the /opt/ccstudio/ccs/ directory, and the /home/[username]/.cache/yay/ccstudio/src/installdir/opt/ccstudio directory.

  • Could you please zip up the install_logs folder in the install dir's ccs directory. Thanks.

  • The ccs install dir is 4.4GB

    Do I really need to upload all of that?

  •  no, just the "install_logs" folder under <CCS INSTALL DIR>/ccs

  • Ah, for some reaosn I read that previous message as asking me to zip up the install_logs dir AND the install dir...


    I have two install_logs directories really: one in the actual install directory, and one in the cache directory of the package management progam I'm installing CCS with, and another which is the actual installation directory. The cache directory seems to also consistently update logs whenever I attempt to install packages in CCS, and the one in the install directory doesn't.

    I've attached a zip of the log dir in the installation folder, and copied printout from a log in the package manager cache directory.

    1667.install_logs.zip
    Below is a printout of what is showing in a select log in the cache dir after a fresh install, then after attempting to install the various CCS package updates. A new log file is created for each failure, but it always says the same thing (which I had also pasted above)

    Log started 06/04/2020 at 15:03:50
    Preferred installation mode : unattended
    Trying to init installer in mode unattended
    Mode unattended successfully initialized
    [15:03:50] CCS_INFO: Installer timestamp 20200604150350
    [15:03:50] Installer arguments --ccs true
    [15:03:50] CCS_INFO: Temporary folder set to /tmp/ccs_74499e84-d380-4270-6410-b0a68c96c3a8
    [15:03:50] CCS_INFO: Modified override url to
    [15:03:50] CCS_INFO: Latest installer is
    [15:03:50] Moving logfile to /home/[username]/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs/install_logs/20200604150350/ccs_update_10.0.0.00010.log


  • I should also mention that I have been able to get past the update step on one instrument by changing the install dir permissions to 777, running ccstudio as a regular user, choosing *not* to restart immediately, quitting the application, recursively setting all permissions in the install dir to 777 again, then starting again as a regular user. However, I have not been able to replicate this on any other instrument.

    I really need to install older compiler tools for a project we have at work that is still using DSPLink, but am hesitant to perform any other updates for fear of breaking everything.

    Right now, we are only able to compile because we have the older tools still on a drive, and we have written a script to manually compile and link everything.

  • Can you provide your <installdir>/ccs/eclipse/ccs.properties file?

    Also,  check if there’s an install_logs folder in /home/mogart/.cache/yay/ccstudio/src/installdir/opt/ccstudio or /home/mogart/.cache/yay/ccstudio/src/installdir/opt/ccstudio/ccs?