Eclipse CDT + ICC compiler
Is it possible to use Intel C++
compiler (icc
) in Eclipse (开发者_如何转开发CDT) on Windows? How?
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.
精彩评论