ghorwin / FMICodeGenerator

A Code Generator that creates native C/C++ code to build Functional Mock-Up Units (FMU) with support for FMI version 2.0 (rollback)
BSD 3-Clause "New" or "Revised" License
51 stars 25 forks source link

Improved python absolute script path determination, compatibility of Qt project and deploy.sh under Linux #30

Closed pstelzig closed 4 years ago

pstelzig commented 4 years ago

See commit comments on issues observed and fixed. Tried out scripts/main.py and validated output by repeating steps to create the P_Control example. FMU successfully build and simulated in OpenModelica 1.13.0 under Ubuntu Linux. Also made smoke test on building .pro from projects/Qt in Release from QtCreator and executing build/deploy.sh. FMU is built, too.