当我尝试从Galileo Update Site安装CDT (C++开发工具)时,我得到以下错误。我该如何着手解决这个问题呢?我需要CDT构建和调试工具。
我使用Linux Ubuntu Lucid Lynx附带的软件安装程序安装了Eclipse平台。我尝试使用Eclipse附带的安装程序安装CDT工具。
An error occurred while installing the items
session context was:(profile=PlatformProfile, phase=org.eclipse.equinox.internal.provisional.p2.engine.phases.Install, operand=null --> [R]org.eclipse.cvs 1.0.400.v201002111343, action=org.eclipse.equinox.internal.p2.touchpoint.eclipse.actions.InstallBundleAction).
The artifact file for osgi.bundle,org.eclipse.cvs,1.0.400.v201002111343 was not found.发布于 2011-11-06 05:31:42
解决方案是安装eclipse-pde。在终端中,键入:
sudo apt-get install eclipse-pdehttps://stackoverflow.com/questions/8023390
复制相似问题