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

cross compile with intel C++ compiler for linux

apfelboeck
Beginner
423 Views
Is it possible to compile on a intel based computer (i.e. i64) that running linux, code for a sh4,arm,mips based target that also running linux, by using the intel compiler?
0 Kudos
1 Solution
Om_S_Intel
Employee
423 Views

The Intel compiler generates code only for Intel processors or compatible processors.

View solution in original post

0 Kudos
4 Replies
Om_S_Intel
Employee
424 Views

The Intel compiler generates code only for Intel processors or compatible processors.

0 Kudos
mechanize
Beginner
423 Views

The Intel compiler generates code only for Intel processors or compatible processors.

is it possible then to cross compile to make apps for an ia64 while working on an intel64 machine?
0 Kudos
TimP
Honored Contributor III
423 Views
Quoting - mechanize
is it possible then to cross compile to make apps for an ia64 while working on an intel64 machine?
Not with Intel compilers, except in the mode where you make a 32-bit application and run under the old EL emulator on ia64.
0 Kudos
mechanize
Beginner
423 Views
Thank you!
0 Kudos
Reply