Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU)
Jetson Nano 4GB • DeepStream Version
5.0.1 • JetPack Version (valid for Jetson only)
4.4
Now I am trying Deepstream5.0 to Jetson Nano by following quick start guide.
Once everything is installed, move to the sample app file such as deepstream-test5, and run sudo make, I got the following errors:
/usr/bin/ld: skipping incompatible /opt/nvidia/deepstream/deepstream-5.0/lib//libnvdsgst_meta.so when searching for -lnvdsgst_meta
/usr/bin/ld: cannot find -lnvdsgst_meta
/usr/bin/ld: skipping incompatible /opt/nvidia/deepstream/deepstream-5.0/lib//libnvds_meta.so when searching for -lnvds_meta
/usr/bin/ld: cannot find -lnvds_meta
/usr/bin/ld: skipping incompatible /opt/nvidia/deepstream/deepstream-5.0/lib//libnvdsgst_helper.so when searching for -lnvdsgst_helper
/usr/bin/ld: cannot find -lnvdsgst_helper
/usr/bin/ld: skipping incompatible /opt/nvidia/deepstream/deepstream-5.0/lib//libnvdsgst_smartrecord.so when searching for -lnvdsgst_smartrecord
/usr/bin/ld: cannot find -lnvdsgst_smartrecord
/usr/bin/ld: skipping incompatible /opt/nvidia/deepstream/deepstream-5.0/lib//libnvds_utils.so when searching for -lnvds_utils
/usr/bin/ld: cannot find -lnvds_utils
/usr/bin/ld: skipping incompatible /opt/nvidia/deepstream/deepstream-5.0/lib//libnvds_msgbroker.so when searching for -lnvds_msgbroker
I don’t know what to do for the errors. Please someone support.
@yingliu thank you for your reply. Sorry, could you tell me how to set CUDA_VER? I tried
sudo CUDA_VER=10.0 make
and
sudo CUDA_VER=10.2 make
but the result is still the same…
I looked through the READ ME of deepstream-test5, but it doesn’t mention about CUDA_VER.
@seiazetsu You are right, the CUDA_VER is from DeepStream6.0 examples. I pulled a DS6.0 docker image and make can run directly, not sure if the filesystem or config changed on your Nano. Is it possible to ugprade your Nano to JP4.6.2? JetPack SDK 4.6.2 | NVIDIA Developer
@yingliu I would like to use Deepstream5.0 because I need deepsteam-test5 based application which is not in Deepstream6.0. So I want to keep the Jetpack 4.4 for the compatibility with Deepstream5.0.
@Amycao Thanks, here is the output:
ELF 64-bit LSB shared object, x86-64, version 1 (SYSV), dynamically linked, BuildID[sha1]=f5f66d115fef5ea0d24dde79ee6e09f3187f942a, not stripped
@Amycao Thank you very much. However, what you showed is the link of DeepStream6.X. I am using DeepStream5.0. Is there aarch64 version of DS5.0 for Jetson Nano?