Changes between Initial Version and Version 1 of Ticket #3950
- Timestamp:
- 2016-06-06T05:05:32Z (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #3950 – Description
initial v1 4 4 `CevalScriptBackend.buildModelFMU(className = "MyModel", platforms = {"i686-w64-mingw32"})` 5 5 where `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.8 6 9 7 If cross compilation shall work like under Linux then we need: