Reputation: 24414
Is it possible to use Intel C++
compiler (icc
) in Eclipse (CDT) on Windows? How?
Upvotes: 4
Views: 1588
Reputation: 3102
For what I could read in this forum "no such integration is currently supplied in the Windows environment for the Intel C++ compiler".
Alternatively, there is MinGW, a free tool for developing Microsoft applications and it gives access to the functionality of the Microsoft C runtime.
See here how to set it up with Eclipse CDT.
You can also download MinGW here.
Upvotes: 2