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

Can I use Intel compiler 7.1 with Eclipse SDK-C/C++ plugin?

setcode
Beginner
370 Views
Can I find a tutorial or a news about using eclipse IDE with Intel Compiler, Linux or Windows ?
Thanks...
0 Kudos
2 Replies
TimP
Honored Contributor III
370 Views
As far as 7.1 is concerned, I think you'll have to rely on what you find at the Eclipse site. Plugging your question into Google produces interesting references. I imagine there may be some interest here if you have any success with this.
0 Kudos
cp_jain
Beginner
370 Views
I tried using Intel compiler with Eclipse IDE, it worked fine.
You just need to download CDT plugins.

try these steps -
- set Intel compiler path
- start eclipse IDE with CDT
- create a new project -> add source files and a Makefile
- use icc (for eg. CC=icc)

To build your project
- select Project > Build Project from main Menu bar.
- To execute, select Run > Run As > C Local application

HTH,
CP
0 Kudos
Reply