Tool/software: Code Composer Studio
if anyone has the same problem? The Logs as attached
I have close my firewall and virus detector...I have try online & offline type EXE
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.
Tool/software: Code Composer Studio
if anyone has the same problem? The Logs as attached
I have close my firewall and virus detector...I have try online & offline type EXE
Hello,
I see that your Windows user name has a space in it and the installer is trying to use a temp folder inside your user folder. The space is causing a path issue. To work around this, please see the below link about how to specify a different temp folder for the installation:
The part of interest is:
if you cannot change permissions on the system TEMP directory, then run the installer on a Windows command prompt with the --temp parameter (as indicated in the message) and specify a different temp directory that has full permissions (it could be any folder that you create on your machine). For example:
<ccs_installer_executable> --temp c:\mytemp
Thanks
ki