Please provide complete information as applicable to your setup.
• Hardware Platform (Jetson / GPU) jetson nano
• DeepStream Version 6.0.1
• JetPack Version (valid for Jetson only) 4.6
• TensorRT Version 8.2.1
• Issue Type( questions, new requirements, bugs): 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)
when I run make
I get this error
@jetson-nano:~/deepstream_lpr_app/deepstream-lpr-app$ make
g++ -c -o deepstream_lpr_app.o -fpermissive -Wall -Werror -DPLATFORM_TEGRA -I/opt/nvidia/deepstream/deepstream/sources/includes `pkg-config --cflags gstreamer-1.0` -D_GLIBCXX_USE_CXX11_ABI=1 -Wno-error deepstream_lpr_app.c
deepstream_lpr_app.c:35:10: fatal error: nvds_yml_parser.h: No such file or directory
#include "nvds_yml_parser.h"
^~~~~~~~~~~~~~~~~~~
compilation terminated.
Makefile:63: recipe for target 'deepstream_lpr_app.o' failed
make: *** [deepstream_lpr_app.o] Error 1