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

icc + eclipse

Zhu
Beginner
415 Views
I'm trying to work with eclipse 3.5 and icc 11.1 (trial).
But, how i can know if the integration are correct.
Is there a way to make a compiler assign a executable cos if i tryied something like this:
[rodolfo@asgard ~]$ icc teste.cpp -o teste1 [rodolfo@asgard ~]$ g++ teste.cpp -o teste2
The results are de same:
[rodolfo@asgard ~]$ file teste1 teste1: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
[rodolfo@asgard ~]$ file teste2 teste2: ELF 64-bit LSB executable, x86-64, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.6.9, not stripped
Thanks for your attention.
Forgive me for any "dumbass" question.
0 Kudos
1 Reply
Feilong_H_Intel
Employee
415 Views

Hi there,

After a successful integration, you should be able to use Intel C++ compiler to build your project in Eclipse 3.5. For more details on how to integrate into Eclipse, please refer to section 5 "Eclipse Integration" in the product release notes http://software.intel.com/en-us/articles/intel-c-compiler-111-release-notes/. Hope this helps.

Thank you.
--
Feilong H.
Intel Developer Support

Tools Knowledge Base: http://software.intel.com/en-us/articles/tools
0 Kudos
Reply