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.

Code Composer 5.4.0 Installation problems

Hi

I am having real problems getting 5.4.0 of Code Composer Studio to install.

I've used a simple TMP/TEMP dir, disabled AntiVirus etc but still no luck.

InstallJammer log attached

Any ideas?

Robert

2084.60556FE5-C1A1-4061-8DF8-FFB8393BAE2D.zip

  • Hi Robert,
    Thank you for the log. Before we start analyzing them, is there any particular reason why you are trying to install CCSv5.4? It is an older version and we recommend using the latest versions of CCS.

    Thanks
    ki
  • Ki-Soo Lee said:
    Hi Robert,
    Thank you for the log. Before we start analyzing them, is there any particular reason why you are trying to install CCSv5.4? It is an older version and we recommend using the latest versions of CCS.

    Yes. It is to compile a legacy piece of code. I am trying to install it on a build machine.

    Robert

  • Hi Robert,

    You have the environment variable JAVA_TOOL_OPTIONS set, which is causing eclipse operations to fail. Could you please:

    Temporarily unset the variable.

    Install CCS after removing any files in the installation directory.

    Reset the variable if needed.

    Thanks

    Danish

  • 1. I've deleted the InstallJammerRegistry directory for ccs5

    2. I've deleted the c:\ti\ccsv5 directory

    3. I opened a CMD prompt and used the following commands

    #set JAVA_TOOL_OPTIONS=

    #set TMP=c:\ccs5tmp

    #set TEMP=c:\ccs5tmp

    #cd C:\CCS5.4.0.00091_win32

    #ccs_setup_5.4.0.00091.exe

    Still fails with the attached log

    7416.60556FE5-C1A1-4061-8DF8-FFB8393BAE2D_v2.zip

  • Hi Robert,
    I still see the setting , here's the log snippet.

    ExternalProgramResult Picked up JAVA_TOOL_OPTIONS: -Djavax.net.ssl.trustStorePassword=changeit -Djavax.net.ssl.trustStore=C:\Windows\Sun\Java\Deployment\cacerts

    Could you try unsetting by going to Control Panel -> Edit system environment variables. You can just temporarily rename the variable to something else.
    Then double click on the installer.
    Danish
  • danishinnis said:
    Hi Robert,
    I still see the setting , here's the log snippet.

    ExternalProgramResult Picked up JAVA_TOOL_OPTIONS: -Djavax.net.ssl.trustStorePassword=changeit -Djavax.net.ssl.trustStore=C:\Windows\Sun\Java\Deployment\cacerts

    Could you try unsetting by going to Control Panel -> Edit system environment variables. You can just temporarily rename the variable to something else.
    Then double click on the installer.
    Danish

    Hi Danish
    This worked! I've no idea why it doesn't work if you unset it on the command line first but temporarily renaming in the environment variables works.
    Many Thanks
    Robert