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 Update



I'm trying to do two updates

  • Update ccs 5.1 to 5.3 to match other developers here
  • Update the C2000 tools for the same reason

Currently I cannot compile a common project we use, first because the source actually has an ifdef check on the compiler version (I'm working on finding out why), second the project undergoes a format conversion on loading for some unknown reason.

However check for updates shows no new revision for CCS, clearly there must be since my colleagues are running a newer version.  And I get an invalid jar signature whenever I download the C2000 tools update.

An error occurred while collecting items to be installed

session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

Problems downloading artifact: org.eclipse.update.feature,com.ti.cgt.c2000.6.0.win32,6.0.6.

Error reading signed content:C:\Users\E9877365\AppData\Local\Temp\signatureFile348950635910910811.jar

An error occurred while processing the signatures for the file: C:\Users\E9877365\AppData\Local\Temp\signatureFile348950635910910811.jar

 

Robert

  • Robert Adsett said:
    However check for updates shows no new revision for CCS, clearly there must be since my colleagues are running a newer version.

    I don't recall if there was an update from CCS 5.1 to 5.3, but the easiest and quickest solution would be to download and install 5.3 from here. You can even keep your existing 5.1 installation and install 5.3 to a different folder if you wish.

    Robert Adsett said:

    An error occurred while collecting items to be installed

    session context was:(profile=epp.package.cpp, phase=org.eclipse.equinox.internal.p2.engine.phases.Collect, operand=, action=).

    Problems downloading artifact: org.eclipse.update.feature,com.ti.cgt.c2000.6.0.win32,6.0.6.

    Error reading signed content:C:\Users\E9877365\AppData\Local\Temp\signatureFile348950635910910811.jar

    An error occurred while processing the signatures for the file: C:\Users\E9877365\AppData\Local\Temp\signatureFile348950635910910811.jar

    If you install CCS 5.3, you may not require this update. But if you do, or have an issue installing other updates, please do let us know.

  • Thanks that works (although it did not further endear me to eclipse's fragile update system). I was able to update to 5.3 and more importantly the compiler updated to 6.1.0 in the process and I was able to downgrade to 6.0.6.

    Now I have to figure out why we explicitly insist on that version but that's my task not yours.

    Thanks

    Robert