First time here? Check our help page!
1

ModelicaStandardTables - compilation failling [closed]

Hello all, can anyone give me some guidance, i am trying to run a model and I am getting this error message:

Compiler message:

Compiling and linking the model (GCC).

c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lModelicaMatIO c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lModelicaStandardTables c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lzlib c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lModelicaMatIO c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lModelicaStandardTables c:/mingw/bin/../lib/gcc/mingw32/6.3.0/../../../../mingw32/bin/ld.exe: cannot find -lzlib collect2.exe: error: ld returned 1 exit status

Error generating dymosim.exe.

I downloaded this https://github.com/tbeu/ModelicaStand...

but now I have no idea where should I allocate the files I downloaded. can anyone help me with this?

thanks

RicardoPereira's avatar
201
RicardoPereira
asked 2018-01-15 12:02:16 -0500
edit flag offensive 0 remove flag reopen merge delete

Closed for the following reason "question is off-topic or not relevant" by RicardoPereira 2018-01-17 02:12:59 -0500

Comments

add a comment see more comments

1 Answer

1

There is no need to download extra code to compile tables in Modelica. All tools distribute the required code already.

If you indeed need extra code for some reason, then please check the Modelica Language Specification for how to declare where source or compiled files are.

Michael Wetter's avatar
1.7k
Michael Wetter
answered 2018-01-15 22:56:09 -0500
edit flag offensive 0 remove flag delete link

Comments

add a comment see more comments