Closed wenbozzz closed 3 years ago
Agent comment from kyle.cai in Zendesk ticket #36969:
Dear developer ,
Thank you for contacting DJI.
As the error shows, /home/pi/Onboard-SDK/osdk-core/api/inc/dji_error.hpp:38:10: fatal error: osdk_typedef.h: No such file or directory #include "osdk_typedef.h", it seems can't find the linker lib.
It is recommended to confirm and use 64_bit ubuntu on raspberry pi 4.
Thank you for your understanding and support, hope you have a nice day.
Best Regards, DJI SDK Support Team
@wenbozzz I also get the same problem, have you solved it?
Sorry, this was a while ago, I don't remember🤦🏻♂️. Maybe I disabled that advance sensing example in cmake config so it doesn't compile that part? Or maybe I added the include path manually so it did find that header file. @JieQ1996
Hi,
I'm new to the DJI SDK. I followed the instruction on DJI Developer website and came here try to build the sample code on my raspberry pi 4. I cloned this repo with head points to 777c30c
The cmake output seems fine
But when I try to complie, it says unable to find
osdk_typedef.h
?I'm not sure how to sovle this, any help would be appreciated. Thanks