Is it possible to use Intel C++ compiler (icc) in Eclipse (CDT) on Windows? How?
Is it possible to use Intel C++ compiler ( icc ) in Eclipse (CDT)
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
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.