﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	resolution	keywords	cc
3775	Support multi-platform FMUs from OMEdit	Rüdiger Franke	Adeel Asghar	"A couple of months ago the command `buildModelFMU` was extended with a list of `platforms`. See Martin's presentation at the OpenModelica workshop:
{{{
buildModelFMU(FmuExportCrossCompile, version = ""2.0"",
  fmuType = ""me_cs"", platforms = {
    // Requires osxcross manually installed
    ""i386-apple-darwin15"",
    ""x86_64-apple-darwin15"",
    // apt-get install gcc-arm-linux-gnueabihf
    ""arm-linux-gnueabihf"",
    ""x86_64-linux-gnu"",
    // apt-get install libc6-dev : i386
    ""i686-linux-gnu"",
    // apt-get install gcc-mingw-w64-x86-64
    ""x86_64-w64-mingw32"",
    // apt-get install gcc-mingw-w64-i686
    ""i686-w64-mingw32""
  });
}}}

This works for the C and the Cpp runtime by now. OMEdit should allow to configure target platforms for FMI export. In the simplest case by manually entering a list of platforms in a text field under
  Tools->Options->FMI
"	enhancement	closed	high		OMEdit		fixed		Martin Sjölund Adrian Pop
