Unable to compile/link when importing OSDK with Advanced Sensing

已完成

评论

3 条评论

  • DJI Developer Support
    This issue seems same as the github issue, which maybe give you some referrcence. https://github.com/dji-sdk/Onboard-SDK/issues/770
    0
    评论操作 固定链接
  • Cseiber

    Thank you for your reply. I am aware of that post and had gone through it to try and solve my issue. However, that person’s problem was resolved by importing these files:

    FILE(GLOB SOURCE_FILES *.hpp *.cpp

    ${CMAKE_CURRENT_SOURCE_DIR}/../common/dji_linux_environment.cpp

    ${CMAKE_CURRENT_SOURCE_DIR}/../common/dji_linux_helpers.cpp

    ${CMAKE_CURRENT_SOURCE_DIR}/../hal/osdkhal_linux.c

    ${CMAKE_CURRENT_SOURCE_DIR}/../osal/osdkosal_linux.c

             )

    However, as I mentioned in my question, and I am already importing these files and still having the same issue.

    Thank you

    0
    评论操作 固定链接
  • DJI Developer Support
    Dear developer , Thank you for contacting DJI. The compilation configuration environment corresponds to the code project your own. The information currently provided can only show the abnormal linked source file. I'm sorry that the developer's own development code has exceeded the DJI SDK support . It is recommended that you check your own code project with the configuration. Thank you for your understanding and support, hope you have a nice day. Best Regards, DJI SDK Support Team
    0
    评论操作 固定链接

请先登录再写评论。