Deepstream make error (nvds_yml_parser.h missing)

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

There is no update from you for a period, assuming this is not an issue anymore. Hence we are closing this topic. If need further support, please open a new one. Thanks

The repo has been upgraded to support some new features in DeepStream6.1&6.2. If you want to compile it in DS6.0, please rollback to an earlier version that support DeepStream6.0 before executing make:

git checkout bd58f68b38db4dc03fc3c04abf8a44afc024653e
1 Like

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.