NatNet SDK on Aarch64 system
Posted: Mon Jun 10, 2024 1:39 pm
I'm trying to install NatNet SDK on my Nvidia Jetson Orin Nano, which has an aarch64 architecture. When I try to build with 'make' I get the following error:
/usr/bin/ld: _deps/natnet_sdk_content-src/lib/libNatNet.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/client.dir/build.make:132: client] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/client.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
This probably happens because the architecture of libNatNet.so is x86-64 but my system is Aarch64. Is there an aarch64 version of NatNet SDK? If not, how can i solve this problem?
Any help would be greatly appreciated.
Thanks
/usr/bin/ld: _deps/natnet_sdk_content-src/lib/libNatNet.so: error adding symbols: file in wrong format
collect2: error: ld returned 1 exit status
make[2]: *** [CMakeFiles/client.dir/build.make:132: client] Error 1
make[1]: *** [CMakeFiles/Makefile2:87: CMakeFiles/client.dir/all] Error 2
make: *** [Makefile:91: all] Error 2
This probably happens because the architecture of libNatNet.so is x86-64 but my system is Aarch64. Is there an aarch64 version of NatNet SDK? If not, how can i solve this problem?
Any help would be greatly appreciated.
Thanks