Intel® C++ Compiler
Community support and assistance for creating C++ code that runs on platforms based on Intel® processors.

Cygwin and compiler

Claudia_A_
Beginner
327 Views

Hello!  This may be a stupid question but I can't find a clear answer.  It seems that whenever I try to use the icc compiler, I get errors both in Eclipse and the command line stating that there is an error with a make file or that the Cygwin path has not been set.  What file exactly am I supposed to be pointing to?  Is the cygwin make package something that my INDE should have come with?  I am relatively new to all this so please excuse any trivial questions...

Thanks!

0 Kudos
2 Replies
TimP
Black Belt
327 Views

cygwin (gnu) make is an optional choice in the cygwin setup.exe installers which you find at cygwin.com (separate ones for 32- and 64-bit Windows modes).

If your question is about an icc provided for INDE, the INDE forum is probably more suitable for your question.  "the" icc seems to be a misguided concept, as there are several icc compilers for use independent of INDE.

0 Kudos
JenniferJ
Moderator
327 Views

What NDK version do you have? Please download the latest Intel C++ Compiler for Android at https://software.intel.com/en-us/c-compiler-android and the Getting Started Guide. You can try out the eval version.

Jennifer

0 Kudos
Reply