Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.
7956 Discussions

Intel C++ Compiler 10.1 and Eclipse CDT 4.0.2

ivankolev
Beginner
286 Views
I am not sure what exactly is happening, I thought I've installed ICC under Eclipse pretty seamlessly and it compiles everything I pass on to it, but when I tried to install an eclipse plug-in completely unrelated to CDT it gave me this:
Intel C++ Compiler for Linux* v10.1 (3.1.1) requires plug-in 
"org.eclipse.cdt.managedbuilder.core (3.1.0)", or compatible

Has anyone else having this? Any clues as to what and where to look?

Thanks in advance for any advice.

0 Kudos
2 Replies
William_H_Intel3
Employee
286 Views

The message is telling you there is a problem with your Eclipse configuration.

Version 3.1.1 of the Intel feature does not support CDT 4.0.2. It is meant to be used with CDT version 3.1.x on Eclipse platform version 3.2.x.

CDT version 4.0.2 requires Eclipse platform 3.3.x. An Intel feature version 4.0.0 is included in the 10.1 product update kit which will support this environment.

Hope this helps...Bill Hilliard

0 Kudos
ivankolev
Beginner
286 Views
Thanks for the reply, I suspected it has to do with me having this relatively new CDT version, especially since it is a major revision.
0 Kudos
Reply