Archived OpenModelica forums. Posting is disabled.

Alternative forums include GitHub discussions or StackOverflow (make sure to read the Stack Overflow rules; you need to have well-formed questions)


Forgot password? | Forgot username? | Register

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

Re: Problem with exported FMU: missing symbol debugString

Ok, thank you, think you are right. At the moment I checked the 32 bit version of the latest master and it is working. This week I will also check the linux64 bit version.

There are 0 guests and 0 other users also viewing this topic
You are here: