-
Notifications
You must be signed in to change notification settings - Fork 131
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
Compiler mex errors #133
Comments
About the error of the missing About the other errors, it likely happens because you are compiling HPIPM with one compiler (visual studio), while matlab is compiling mex with a different compiler (I assume mingw from your reported error). |
Regarding the error of the missing |
The linux-specific dependence on In case of further issues with the examples, you can always turn them off, see e.g. https://github.com/giaf/hpipm/blob/master/CMakeLists.txt#L354 |
Hello. I am trying to use hpipm in Matlab and Simulink. I am using Matlab 2021b and I have installed Visula Studio 2022 at my computer.
I have followed the instruction of the installation but I face some problems.
The blasfeo installation and build proccess has been done without problems. When I try to build hpipm and run the command:
cmake --build
, I get the following error:This problem started popping up after I tried to rebuild hpipm to overcome the following two problems.
Could you please help me solving this issues?
The text was updated successfully, but these errors were encountered: