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

Problem in using Eclipse integrated with intel c++ compiler

mhadian
Beginner
298 Views
I installed intel c++ compiler 9.0 integrated with eclipse IDE on kubuntu (5.10) as the instruction of package. now i can compile and run the code in bash. However, when i use eclipse i get error in eclipse console view ("/bin/sh: icc: command not found").
i did not have such a problem in SUSE. should i set any variable environment in eclipse?
Hadian
0 Kudos
2 Replies
William_H_Intel3
Employee
298 Views
In the bin subdirectory of your compiler installation, you should find a script for launching eclipse called iccec. If you use that script to start eclipse, it will set up the compiler environment for you.
Hope that helps...Bill
0 Kudos
mhadian
Beginner
298 Views
Thank you Bill. your suggestion works.
Now i can use eclipse in Ubuntu.
0 Kudos
Reply