lharri73 / PySimlink

Compile, run, and interact with Simulink models natively in Python. https://lharri73.github.io/PySimlink/
GNU General Public License v3.0
15 stars 4 forks source link

math header causes crash #10

Closed lharri73 closed 1 year ago

lharri73 commented 1 year ago

ode14x includes cmath. pysimlink interprets this as a model which does not exist.

Add to exclusion in model_ref_compiler.py:56

lharri73 commented 1 year ago

Also, link to -lm instead of -lmath