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.

Intel Fortran and Windows CE

jrspence
Beginner
382 Views
According to the documentation, Intel Fortran doesn't officially support Windows CE. We could realize significant cost savings by doing something like this:

- Compiling COFF object modules using the Intel Fortran compiler.

- Modifying the platform byte in the COFF headers so they would look like Windows CE COFF object modules.

- Linking the resulting executable with any portions of the fortran runtime that the compiler output calls to when it was generating code.

Has anyone done anything like this? Is this reasonable or possible?
0 Kudos
0 Replies
Reply