View Single Post
  #6   Spotlight this post!  
Unread 01-12-2005, 19:11
prograid's Avatar
prograid prograid is offline
Registered User
AKA: Ben Cherian
FRC #0254 (The Cheesy Poofs)
Team Role: Alumni
 
Join Date: Oct 2004
Rookie Year: 2004
Location: San Jose
Posts: 80
prograid will become famous soon enough
Re: White Paper Discuss: Eclipse for Robotics

Quote:
Originally Posted by Astronouth7303
Even after I downloaded the updated file, it still doesn't work for me.

I look at the "Plug-in Details" dialog from the About dialog, and the Plug-in IDs go straight from "org.eclipse.cdt.managedbuilder.ui" to "org.eclipse.cdt.refactoring".

Extracting it into a folder doesn't help. (The dir has since been removed.)

Eclipse:
Version: 3.1.0
Build id: I20050627-1435

The only error in the error log I can find is this:
Code:
!ENTRY org.eclipse.update.configurator 2005-11-30 17:45:06.320
!MESSAGE Could not install bundle plugins/org.eclipse.cdt.mcc18.toolchain_1.2.0/   Bundle "org.eclipse.cdt.mcc18.toolchain" version "1.2.0" has already been installed from: update@plugins/org.eclipse.cdt.mcc18.toolchain_1.2.0.jar
In the configuration details, I see:
Code:
org.eclipse.cdt.mcc18.toolchain (1.2.0) "Microchip C18 Compiler Tool Suite Managed Make Extension" [Installed]
Code:
  file:/d:/Program Files/Eclipse/plugins/org.eclipse.cdt.mcc18.toolchain_1.2.0.jar
What the heck is going on?
Very odd.
I've never actually read the error messages. (It always worked for me, so I'm not sure what they mean.)
Try starting eclipse with the option -clean.
Are you sure that you're CDT installation worked?
Becauser there should be plugins like org.eclipse.cdt.core, etc.
In other words can you create a GNU C/C++ Project?
If not, then delete all the files in the plugin directory that have org.eclipse.cdt.*
and anything related to CDT in the features directory.

Then download CDT from CDT's download site. An unzip the file and copy the appropriate files to your plugin and features directory. Then start eclipse with the clean option again.

If this doesn't work I'll try posting this problem in CDT's newsgroup.
Reply With Quote