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.

I can't install Code Composer Studio,don;t know how to do......

Hello ,
I meet a problem that when I  install Code Composer Studio it was always  failed.I don't know how to solve  it. Can you help me?

The installer needs to extract and execute files from a temporary
folder.c:/temp/does not have the right permission . 
          Please set the temp parameter to a folder with executable permissions by using the parmeter--temp on the
command line.
e.g.:/D:/usual
softare/CCS/CCS7.2.0.00013_win32/ccs7.2.0.00013_win32/ccs_setup_7.2.0.00013.exe
----temp/home/username/temp

It's look like this.My computer is Windows 10.
I have installed three days,I am very upset........

  • Have you tried passing a different folder location with the --temp parameter like suggused by the error message?

    create d:\temp
    run ccs_setup_7.2.0.00013.exe --d:\temp

    The 7.2 installer has an issue if there are special characters or spaces in the temp path.  This is fixed in the 7.3 installer which is available for download.



    Regards,
    John

  • Thanks a lot,that you can help me.
    According to your suggestion,I had done that I tried to local the software to root directory of D.
    Even more I have  reinstall the system to old edition,but it was still useless.
    Sorry it was can't to paste picture.
  • The issue is not with where you are trying to install Code Composer Studio. The issue is with the temporary directory used during installation. The installation program needs to be able to write to this location. It is giving the error because it is not able to do so. By passing the --temp parameter with a location that is writable the installer should be able to proceed.

    To paste a picture click on the "insert code, attach files and more..." link below the reply box. From there you can click on the button to insert a picture.

    Please show a picture of the windows command prompt along with the command you are using to install Code Composer Studio.

    I would suggest trying to use version 7.3.0 instead of 7.2.0 as the issue may be related to a non-ANSI character in your user name. You can download 7.3 here: processors.wiki.ti.com/.../Download_CCS


    Regards,
    John
  • Maybe your are right . My user name it was not English name .

  • Oh I have tried CCS 7.3.0 edition. Because it failed ,I try to install 7.2.0,I am very sorry without experience to bother you.
  • Create a directory such as C:\test

    Go to the Windows Command Prompt

    In the command prompt go to where you downloaded CCS.  This looks to be D:\usual software\CCS\CCS7.2.0.00013_win32\CCS7.2.0.00013_win32

    Then in the command prompt run the following command

    cos_setup_7.2.0.00013.exe --temp C:\test

  • I believe non-ASCII symbols in your user name are the root of your trouble. Beware of spaces too. You might create a user like 'deng_xiaoping', and that should work for you.

  • I get it. Sorry, thanks for being late .Thanks a lot!!!
  • I get it. Sorry, thanks for being late .Thanks a lot!!!