Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] problem with installation of CDT

Title: Re: [cdt-dev] problem with installation of CDT
Sorry, I thought I had fixed up all the plug-ins but I didn’t have those in my workspace.

- Ken


From: ext Olexiy Buyanskyy <olexiyb@xxxxxxxxx>
Reply-To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Date: Wed, 13 Jan 2010 15:43:46 +0100
To: "CDT General developers list." <cdt-dev@xxxxxxxxxxx>
Subject: [cdt-dev] problem with installation of CDT

Hello,
 
I have compiled latest CDT. During installation in eclipse I got
 
Missing requirement: CDT GNU Toolchain Debug Support 6.1.0.201001121252 (org.eclipse.cdt.gnu.debug.feature.group 6.1.0.201001121252) requires 'org.eclipse.cdt.debug.core [6.0.0,7.0.0)' but it could not be found
 
Fix is simple. Version of org.eclipse.cdt.debug.core was changed from 6.1 to 7.0. Version numbers of all features including this plugin has to be changed to 7.0 as well
 
Olexiy


Back to the top