Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.
Announcements
FPGA community forums and blogs on community.intel.com are migrating to the new Altera Community and are read-only. For urgent support needs during this transition, please visit the FPGA Design Resources page or contact an Altera Authorized Distributor.
29284 Discussions

How to cross compile from linux to windows.

WiserOrb
Novice
720 Views

Are there any guides/references/blogs on how to compile a fortran program from a linux machine to a windows target?

0 Kudos
1 Solution
Steve_Lionel
Honored Contributor III
661 Views

Not supported. You could try installing a Windows emulator (Wine?) on Linux and install the Windows compiler under that, but there's so much else you'd need (VS with C++) I wonder if it's worth it.

View solution in original post

0 Kudos
1 Reply
Steve_Lionel
Honored Contributor III
662 Views

Not supported. You could try installing a Windows emulator (Wine?) on Linux and install the Windows compiler under that, but there's so much else you'd need (VS with C++) I wonder if it's worth it.

0 Kudos
Reply