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: Cannot install 7.3.0 online ref 66506

Tool/software: Code Composer Studio

When I try to install the online version, I get this:

Also in the installation log:

Unable to download ccs_doc_win32_7.3.0.20170901.zip. Trying again.

  • Hi Olli,
    The web installer runs into issues from time to time (usually server connection problems). The quickest workaround would be use the off-line zip installer. Can you give that a try?

    Thanks
    ki
  • Well, yes, but then I had to remove the old installation and actually manually wipe ti folder afterwards. 

    Once that was done I had fun trying to figure out why things don't compile anymore. Looks like the precompiled libraries went gaga so I had to jump through some more hoops. No, just adding the latest TI compiler was not enough, neither was changing compiler version to it. I needed to change runtime library (to a wrong one), try to compile and change it back to the correct automatic one. 

    Hrngh.