You have a Functional Mockup Unit (FMU) 2.x that is missing binaries for your target system (e.g., it only has windows64 binaries, but you will need linux64 binaries as well)
Your FMU carries sources
In this first version, the sources must not use any third shared libraries
Simply run the following command:
./recompile.sh -f ./path/to/your/model.fmu -h ./path/to/fmi2headers_folder
# creates new FMU ./path/to/your/model_recompiled.fmu
Flags:
-f
/ --fmu
: The absolute or relative path to your FMU you want to recompile
-h
/ --headers
: The absolute or relative path to the folder that contains the FMI2 headers
follows soon