This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

how to link dynamic library in c++



Hi,i add the dynamic library in targets/usr/lib and in current path,but it also have some errors as follow:

LDIRS       += $(VISION_APPS_PATH)/apps/basic_demos/app_DMS
SYS_SHARED_LIBS += DriverSense

I want to konw whether the SYS_SHARED_LIBS is wrong

  • Hello,

    From the log, it looks like it is including the DriverSense library, but tt looks like there may be some additional shared libraries that are needed in addition to the DriverSense library.  Could you please review to see if any other shared libraries are needed as well and try adding those?

    Regards,

    Lucas