undefined symbol: 'csc_set_data' #580
Unanswered
TRo202
asked this question in
C Interface
Replies: 1 comment 3 replies
-
|
Just reviewing some new vcpkg ports, and seeing that error for osqp-eigen on Android. It is tricky:
|
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi.
I have a similar error with #545 and mine is
undefined symbol: 'csc_set_data'. I found that this function is defined in osqp_api_utils.h, and that header file is included in osqp.h if OSQP_EMBEDDED_MODE is not defined.So I was wondering if the reason why I am getting this error is that OSQP_EMBEDDED_MODE is pre-defined somewhere... But I don't know how to change the OSQP_EMBEDDED_MODE..
I tried it by just including it manually by adding
#include "osqp_api_utils.h"line on my project header file, but I still get the same error.Could you please help me?
Beta Was this translation helpful? Give feedback.
All reactions