CATIA-Systems / FMIKit-Simulink

Import and export Functional Mock-up Units with Simulink
Other
157 stars 51 forks source link

Underfined symbol: rt_DestroyIntegrationData in generated FMU (Linux 64bit, Matlab 2022a), crash 2022b #437

Closed Nomados closed 4 months ago

Nomados commented 1 year ago

I have generated FMU file using rtwsfcnfmi.tlc target (FMIKit 3.1). When I import the generated FMU back to Matlab 2022b, Simulink crashes on compilation with no message. If I try to do the same with Matlab 2022a, I am getting the message:

Error in supplied FMU: Unable to load dynamic library '/home/../slprj/_fmu/5d3c550c669e71c77eda2ac710a7d42e/mdl_rtwsfcnfmi/binaries/linux64/XX.so': undefined symbol: rt_DestroyIntegrationData.

So I cannot build any FMUs for Linux at all :(