Other Parts Discussed in Thread: CCSTUDIO
Tool/software: Code Composer Studio
Hello,
Downloading and importing the project in to CCS V8.1 running Windows 7
I was following a link somewhere but lost it when IE crashed.
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.
Does it show the license prompt immediately after the Confirmation dialog (the one where you select Yes to continue)?
Assuming you see that how long does the download take? For example does it go to 10% and then rapidly finish or does it slowly proceed? It should proceed slowly.
I am running through the same sequence on some different machines and want to compare what we are seeing. I have not been able to reproduce the error.
Regards,
John
Hi Tom,
I have looked at your logs. The request to download the tirex metadata for the package times out. This usually points to a proxy issue. I can see from the log file that no proxy is set. Please follow the instructions here http://processors.wiki.ti.com/index.php/Updating_CCSv5#Proxy_Configuration and set it "Native" and restart CCS. If this doesn't work try "Manual", and if this doesn't work either please send me the latest log again.
Regards,
Oliver
Hi Oliver,
My setting was originally on native:
I set the Active Provider to manual and set the HTTPS entry. Do I need to set the SOCKS and HTTP as well? I never heard of SOCKS before.
From the log it still seems like the proxy is still not defined
Hi Oliver,
I was able to get the project to import by opening a command window and changing to the directory:
C:\ti\ccsv8\eclipse>
then
set HTTPS_PROXY=https://192.168.11.1:443
and then
typed ccstudio
After that I opened resource explorer, downloaded the project and imported into CCS.
Thanks for all of your help!
Tom