- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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 |

Reply
Topic Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page