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

Is it possible to cross-compile to Linux under Windows?

Daniel_Clipper
Beginner
338 Views
Hello, everybody

I've got a question about cross-compile support in Intel C++ Compiler Professional.
Does it support cross-compiling?
It is possible to compile linux modules under Windows?

Thanks.
0 Kudos
3 Replies
Yang_W_Intel
Employee
338 Views
No. This is not supported.

We have the cross-compilation compiler to compile on windows for embeeded system such as QNX, but not for Linux.

Thanks.
-Yang
0 Kudos
Om_S_Intel
Employee
338 Views
It is not possible currently as icc uses gcc development environment ( header files and libraries) in Linux. Also there are no driver to do the cross compilation.

0 Kudos
JLuna5
New Contributor I
338 Views
hi, is possible, only apps on windows for linux with the help of software wine, this permit emulate windows architect in linux.
0 Kudos
Reply