How to fix error when updating the CCS v5.3

Asked By 0 points N/A Posted on -
qa-featured

Hi,

CCS (Code Composer Studio)is a nice integrated development environment for programmers have used it for some time now and I wanted to do an update. I have attached an image seeking help on this matter.

Error: an error has occurred .See error log more details.

Org.eclipse.cdt.internal.ui.editor.CEdito.getInputCElement()Lorg/eclipse/cdt/core/model/ICElements

SHARE
Answered By points N/A #184363

How to fix error when updating the CCS v5.3

qa-featured
In that case my recommendation is go into Window->Preferences->Install/Update and in the List of Available Sites, deactivate the “Eclipse Juno” site(s). These will be in the install jammer registry directory which is a possibly hidden folder in program files or program files(x86). If your logs look like that
 
 
That means your available sites is blank, there should be a CCSv5 folder. From the logs screenshot it looks like you installed CCS while logged in as a user called "Public". When you are running CCS and testing the update site list, be sure that you are logged in as the same user.
 
I ask because there are some familiar Eclipse issues with how Eclipse switches the case where the installation folder is not writable. If you have logged in as a different user, the Windows permission settings might make the install folder no more writable.
Allow the folders to be writable by every user in your PC.
Thus your problem will be solved.
 

Related Questions