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

Eclipse CDT Integration on Mac

Saran_T_
Beginner
228 Views

I've just installed C++ Composer XE 2013 on OS X 10.8. Looking on the instructions page for the Linux version, it suggests that I should install a CDT plugin from my Intel tools install directory. However, the Mac installation doesn't seem to come with eclipse_support.

What's the best way for me to use the Intel toolchain in Eclipse?

0 Kudos
1 Reply
SergeyKostrov
Valued Contributor II
228 Views
>>...What's the best way for me to use the Intel toolchain in Eclipse? I didn't try to integrate Intel C++ compiler with Eclipse IDE ( v3.6.2 for Windows ) but integration of MinGW C++ compiler was done in about 1 minute. Please try to set a Build Variable, like: Menu -> Window -> C/C++ -> Build -> Build Variables and I added a variable 'MINGW' of 'string' type with a value 'C:\WorkLib\MinGW342\Bin' I didn't do anything else.
0 Kudos
Reply