coin-or / qpOASES

Open-source C++ implementation of the recently proposed online active set strategy
GNU Lesser General Public License v2.1
365 stars 127 forks source link

Simulink Examples Not Building #74

Open svigerske opened 4 years ago

svigerske commented 4 years ago

Issue created by migration from Trac.

Original creator: abrandemuehl

Original creation time: 2017-10-07 22:10:13

Assignee: ferreau

Version: 3.2.1

I've been trying to get the simulink examples to compile with Simulink Realtime, however I'm running into issues with the generated make files.

The nmake configuration generates a dependency cycle, so the build fails.

I'm attaching the build logs from the simulink diagnostics viewer, the generated example_QProblem.mk, and the result of nmake -N -P which prints the targets and their dependencies of the makefile

svigerske commented 4 years ago

Attachment nmake.txt by abrandemuehl created at 2017-10-07 22:11:24

nmake -N -P Output

svigerske commented 4 years ago

Attachment example_GProblem.mk by abrandemuehl created at 2017-10-07 22:11:44

example_GProblem.mk

svigerske commented 4 years ago

Attachment logs.txt by abrandemuehl created at 2017-10-07 22:12:04

Simulink DIagnostics Viewer logs