开发者

Eclipse CDT + ICC compiler

开发者 https://www.devze.com 2023-04-02 01:52 出处:网络
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

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消