Cartesius00
Cartesius00

Reputation: 24414

Eclipse CDT + ICC compiler

Is it possible to use Intel C++ compiler (icc) in Eclipse (CDT) on Windows? How?

Upvotes: 4

Views: 1588

Answers (1)

Cassio
Cassio

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

Related Questions