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 V6.0.1 update problem

Hello,

I installed CCS V6.0.1 half a year ago on my Computer (Dell Prec. T3500, W7, Officescan deaktivated) without problems. Now we got F-Secure, which can't be deactivated here und I updated CCS. I got 2 error Messages concerning debug server Installation (see attachment). Compilation of an old project still seems to work, but the situation is highly unsatisfactory to me. I add a zip file with the error logs as proposed automatically during update.

Many thanks in advance for any help.

Regards,

Leo Rohrecker

CCS_V6.0.1_update_install_logs.zip

  • Hi Leo,
    It looks like the debugserver didn't get updated as needed. To fix that, you need to:

    Check to see if there's a debugserver installer in the ccsv6/installers folder, or download it from here:
    software-dl.ti.com/.../ti_dspack_ibsetup_6.1.0.1150.exe

    Run the installer with the following command line:
    ti_dspack_ibsetup_6.1.0.1150.exe --mode unattended --ccs true --prefix "c:/ti/ccsv6" --eclipseprefix "C:/TI/ccsv6/eclipse"

    Modify the c:\ti\ccsv6\eclipse\ccs_config.xml - change all instances of state set to "initial", "downloaded" or "feature failed" to "feature installed".

    Delete the contents of the eclipse/downloads folder.

    Danish
  • HI Danish,
    many thanks for your rapid answer!
    ti_dspack_ibsetup_6.1.0.1150.exe ran without complaints. In ccs_config.XML I didn't find any state="initial", "downloaded" or "feature failed", but I found a state= "install failed" with debugserver which I changed to state="feature installed". I also deleted the Contents of the eclipse/downloads folder.
    My old Project still compiled and seems to work. I don't whether I need the debug Server.
    Will there again be troubles with the next update when I can't deactivate F-Secure?
    Regards,
    Leo
  • Glad to hear it ran ok. My mistake, I should have said "install failed" instead of "feature failed".

    You should not have any problems running further updates due to the anti-virus. The debugserver installer didn't run because there was a conflict (a file was open), not because of the AV.

    Danish