We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
make all make[1]: Entering directory '/home/abdo/Downloads/deepstream_lpr_app test/ddd/deepstream_lpr_app-master/nvinfer_custom_lpr_parser' g++ -o libnvdsinfer_custom_impl_lpr.so nvinfer_custom_lpr_parser.cpp -Wall -Werror -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I/opt/nvidia/deepstream/deepstream/sources/includes -Wl,--start-group -lnvinfer -lnvparsers -Wl,--end-group collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped compilation terminated. Makefile:37: recipe for target 'libnvdsinfer_custom_impl_lpr.so' failed make[1]: *** [libnvdsinfer_custom_impl_lpr.so] Error 1 make[1]: Leaving directory '/home/abdo/Downloads/deepstream_lpr_app test/ddd/deepstream_lpr_app-master/nvinfer_custom_lpr_parser' Makefile:2: recipe for target 'all' failed make: *** [all] Error 2
===========================
deepstream 6.0 JetPack 4.6.1 jetson nano
The text was updated successfully, but these errors were encountered:
any solution?
Sorry, something went wrong.
modifying the Makefile as below
CFLAGS += -I/usr/include/gstreamer-1.0 CFLAGS += -I/usr/include/glib-2.0 -I/usr/lib/x86_64-linux-gnu/glib-2.0/include
all: @make -C nvinfer_custom_lpr_parser @make -C deepstream-lpr-app clean: @make clean -C nvinfer_custom_lpr_parser @make clean -C deepstream-lpr-app
No branches or pull requests
make all
make[1]: Entering directory '/home/abdo/Downloads/deepstream_lpr_app test/ddd/deepstream_lpr_app-master/nvinfer_custom_lpr_parser'
g++ -o libnvdsinfer_custom_impl_lpr.so nvinfer_custom_lpr_parser.cpp -Wall -Werror -std=c++11 -shared -fPIC -Wno-error=deprecated-declarations -I/opt/nvidia/deepstream/deepstream/sources/includes -Wl,--start-group -lnvinfer -lnvparsers -Wl,--end-group
collect2: fatal error: ld terminated with signal 11 [Segmentation fault], core dumped
compilation terminated.
Makefile:37: recipe for target 'libnvdsinfer_custom_impl_lpr.so' failed
make[1]: *** [libnvdsinfer_custom_impl_lpr.so] Error 1
make[1]: Leaving directory '/home/abdo/Downloads/deepstream_lpr_app test/ddd/deepstream_lpr_app-master/nvinfer_custom_lpr_parser'
Makefile:2: recipe for target 'all' failed
make: *** [all] Error 2
===========================
deepstream 6.0
JetPack 4.6.1
jetson nano
The text was updated successfully, but these errors were encountered: