Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Make Error for C examples #146

Open
davidcGIThub opened this issue Aug 23, 2023 · 1 comment
Open

Make Error for C examples #146

davidcGIThub opened this issue Aug 23, 2023 · 1 comment

Comments

@davidcGIThub
Copy link

When I follow the instructions on the readme for the C examples and I run

make static_library -j 4 && make examples

in the hpipm root folder I get the following error.

Parsing Makefile.rule
cp libhpipm.a ./examples/c/libhpipm.a
( cd examples/c; make obj )
make[1]: Entering directory '/home/david/Code/hpipm/examples/c'
Parsing Makefile.rule
make[1]: *** No rule to make target 'data/mass_spring_qp_data.o', needed by 'obj'.  Stop.
make[1]: Leaving directory '/home/david/Code/hpipm/examples/c'
make: *** [Makefile:284: examples] Error 2
@giaf
Copy link
Owner

giaf commented Aug 31, 2023

Thanks for reporting, as an example I added the missing data for the mass spring system with 2 masses and 1 control, and softed final state bound that would be infieasible if not softed.
8f26230

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants