Opened 6 years ago
Last modified 6 years ago
#5263 new defect
[FMI] FMUs are linked with libModelicaExternalC compiled as a dynamic library
Reported by: | Adrian Pop | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | critical | Milestone: | Future |
Component: | Build Environment | Version: | |
Keywords: | Cc: |
Description
If one uses Noise or Random (I guess tables also) models from MSL the C runtime FMUs will get linked with libModelicaExternalC.so which means that the FMU is not static / standalone.
Note:
See TracTickets
for help on using tickets.
https://github.com/OpenModelica/OMCompiler/pull/3015
Disabling hdf5 for now. There have been some thoughts to standardize annotations for the files to include in the FMU (so the ModelicaExternalC is not pre-compiled but part of the SourceFiles in the FMU). This would be somewhat better if it worked well (it's a somewhat complicated library).