undefined symbol: 'csc_set_data' #580
Unanswered
TRo202
asked this question in
C Interface
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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