You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It looks like you might have extracted the files on a Windows system and then copied them to your ARM device. Please make sure to extract the files directly on your Linux environment instead of unzipping them on Windows. Extracting on Windows can lead to incompatible file formats, which is likely causing the linker errors you're encountering.
If you continue to experience issues after extracting on Linux, feel free to provide more details, and I'll be happy to help further!
error:
/usr/bin/ld:/home/pi/pyorbbecsdk/sdk/lib/arm64/libOrbbecSDK.so: file format not recognized; treating as linker script
/usr/bin/ld:/home/pi/pyorbbecsdk/sdk/lib/arm64/libOrbbecSDK.so:0: syntax error
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/pyorbbecsdk.dir/build.make:289: pyorbbecsdk.cpython-311-aarch64-linux-gnu.so] Error 1
make[1]: *** [CMakeFiles/Makefile2:84: CMakeFiles/pyorbbecsdk.dir/all] Error 2
make: *** [Makefile:146: all] Error 2
The text was updated successfully, but these errors were encountered: