Changes between Initial Version and Version 1 of Ticket #3950


Ignore:
Timestamp:
2016-06-06T05:05:32Z (9 years ago)
Author:
Rüdiger Franke
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #3950 – Description

    initial v1  
    44   `CevalScriptBackend.buildModelFMU(className = "MyModel", platforms = {"i686-w64-mingw32"})`
    55where `platforms` is a list of "static", "dynamic" and target triplets, like 32 bit windows in the example. Moreover the OMEdit configuration of FMI export was extended for cross compilation (Tools -> Options -> FMI). The C runtime implements cross compilation of minimal FMUs including source code; the Cpp runtime implements export of full FMUs using pre-compiled runtime libs for the respective target platform.
    6 
    7 The Windows version of OpenModelica should at least support cross compilation of 32bit Windows FMUs from the 64bit Windows version. This would make a separate 32bit Windows version of OpenModelica obsolete.
    86
    97If cross compilation shall work like under Linux then we need: