- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Problem with exported FMU: missing...
Problem with exported FMU: missing symbol debugString
Problem with exported FMU: missing symbol debugString
I use Version v1.12.0-dev, build on suse Linux 64-bit. I programmed a model and want to use it as FMU.
Simulation works, but during simulation I get warnings from solver:
Failed to solve linear System of equations ...
The Default linear Server Fails, the fallback solver with total pivoting is started...
But nevertheless the Simulation works.
Then I export the solver as FMU 2.0 with Modeldescription and Co-Simulation.
When I want to use the FMU there are dependencies to
libModelicaStanardTables.so.0
libModelicaMatIO.so.0
libzlib.so.0
But finally, I can't get it to run in my application, because the Symbol debugString is missing. (I load the FMU using the fmi-library)
It seams, that there is a dependency not covered by the FMU package. I investigated the source and found, that in the file nonLinearSolverHomotopy.h/.c this function is defined.
How to solve this Problem?
Regards
Re: Problem with exported FMU: missing symbol debugString
This should already be fixed in the latest master: https://github.com/OpenModelica/OMCompi … 65c0e4761a
- sjoelund.se
- 1700 Posts
- Index
- » Usage and Applications
- » OpenModelica Usage and Applications
- » Problem with exported FMU: missing...