Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) GeForce RTX 4070 Laptop GPU
• DeepStream Version 7.1
• JetPack Version (valid for Jetson only)
• TensorRT Version 10.3.0.26
• NVIDIA GPU Driver Version (valid for GPU only) 560.35.03
• Issue Type( questions, new requirements, bugs)
• How to reproduce the issue ? (This is for bugs. Including which sample app is using, the configuration files content, the command line used and other details for reproducing)
• Requirement details( This is for new requirement. Including the module name-for which plugin or for which sample application, the function description)
Trying to compile the DEEPSTREAM_TAO_APPS 5.3 to run the deepstream-emotion-app, the following error occurs:
eduardo@eduardo:~/Devel/deepstream_tao_apps$ sudo CUDA_VER=12.6 make
make -C post_processor
make[1]: Entering directory ‘/home/eduardo/Devel/deepstream_tao_apps/post_processor’
g++ -o libnvds_infercustomparser_tao.so nvdsinfer_custombboxparser_tao.cpp -I/opt/nvidia/deepstream/deepstream-7.1/sources/includes -I/usr/local/cuda-12.6/include -Wall -std=c++11 -shared -fPIC -Wl,–start-group -lnvinfer -lnvparsers -L/usr/local/cuda-12.6/lib64 -lcudart -lcublas -Wl,–end-group
/usr/bin/ld: cannot find -lnvparsers: No such file or directory
collect2: error: ld returned 1 exit status
make[1]: *** [Makefile:49: libnvds_infercustomparser_tao.so] Error 1
make[1]: Leaving directory ‘/home/eduardo/Devel/deepstream_tao_apps/post_processor’
make: *** [Makefile:24: all] Error 2
Note: Deepstream samples application are working well.