Can't strip .so file

Hi,

I have a mission that works well on the simulator and I want to test it on a real drone.
When I want to build it with the classic sdk, I get this error:

/opt/hisi-linux/x86-arm/aarch64-himix100-linux/bin/aarch64-himix100-linux-strip: Unable to recognise the format of the input file 

The files that create this error are pre-built shared libraries that I want to use for the mission. To use these .so files, I copy them to the drone mission using LOCAL_COPY_FILES.

Regards,
Thomas

This error probably appears because this external library was not compiled with the aarch64 compiler. I will try to recompile them using the right tool.

You should recompile your shared libraries with the compiler provided by AirSdk.

This topic was automatically closed 3 days after the last reply. New replies are no longer allowed.