Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[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