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.
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 :(