Intel® Fortran Compiler
Build applications that can scale for the future with optimized code designed for Intel® Xeon® and compatible processors.

Intel Fortran and Windows CE

jrspence
Beginner
219 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