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

How does one compile for Windows from Linux?

Yang__Richard
Beginner
296 Views

That is, crossing compiling with a target of Windows from an environment like those provided by WSL, MSYS2, Cygwin (or of course a 'real' Linux OS). I can't seem to figure out a way if it's at all possible. I realize that System Studio provides icc as a Windows executable, but I cannot figure out a way to target Windows like one would with Mingw-w64.

0 Kudos
1 Reply
Viet_H_Intel
Moderator
296 Views

 

The Intel® C++ Compiler in System Studio is cross-build support; whereas the one in Parallel Studio is not.

https://software.intel.com/en-us/articles/intel-system-studio-embedded-features ;

0 Kudos
Reply