Makefile:41: recipe for target 'libgstnvdsexample.so' failed while Make gst-dsexample_sources

gstdsexample.cpp:(.text+0xb3c): undefined reference to `NvBufferComposite'
gstdsexample.o: In function `gst_dsexample_transform_ip(_GstBaseTransform*, _GstBuffer*)':
gstdsexample.cpp:(.text+0xe44): undefined reference to `ExtractFdFromNvBuffer'
gstdsexample.cpp:(.text+0x10c0): undefined reference to `NvReleaseFd'
collect2: error: ld returned 1 exit status
Makefile:41: recipe for target 'libgstnvdsexample.so' failed
make: *** [libgstnvdsexample.so] Error 1

Getting the above bug
Can I know the solution?
Thank you

Hi pharatekomal,
What is the path of gstdsexample.cpp? Not sure but seems not a sample NVIDIA releases.

Hi,
Here is the location /home/xxxx/Deep-stream/DeepStream_Release/sources/gst-plugins/gst-dsexample/gstdsexample.cpp

Hi pharatekomal,

Have you install tegra_multimedia_sdk with Jetpack?
dsexample use some library in tegra_multimedia_sdk.

Thanks
wayne zhu