modelon-community / fmi-library

C library for importing FMUs
Other
115 stars 34 forks source link

library built no fmi2Instantiate. #125

Closed YanceyYq closed 4 months ago

YanceyYq commented 5 months ago

environment ubuntu fmi-library=fmi-library-3.0a3 cmake = 3.22.1 Compile fmi-library-3.0a3 using CMake library built from source code. When using the nm command to view it, there is no fmi2Instantiate. error

modelonrobinandersson commented 5 months ago

Hi @YanceyYq I think you misunderstood my reply at https://github.com/modelon-community/PyFMI/issues/240. The issue is in the FMU generation, neither PyFMI nor FMI Library generates an FMU. The results you show in your picture above is expected.

YanceyYq commented 5 months ago

Thank you for your answer.