dji-sdk / Guidance-SDK

The official Guidance SDK package for Windows, Ubuntu and XU3.
134 stars 98 forks source link

Compiling sample on Mac OSX Yosemite - Unsupported file format #24

Open janwillemm opened 8 years ago

janwillemm commented 8 years ago

I'm trying to compile and run the sample program, but I getting the error ignoring file /usr/local/include/libDJI_guidance.so, file was built for unsupported file format ( 0x7F 0x45 0x4C 0x46 0x01 0x01 0x01 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 0x00 ) which is not the architecture being linked (x86_64): /usr/local/include/libDJI_guidance.so when using the x64 or x32 version of the so files.

Anyone a solution for this?

tangketan commented 8 years ago

Sorry that the so file is built under Linux systems, and they are not supposed to be used on Mac. We don't have any recent plan to support Mac OS yet.