Please provide complete information as applicable to your setup.
**• Hardware Platform (Jetson / GPU)**RTX4080
• DeepStream Version7.0 (nvcr.io/nvidia/deepstream:7.0-samples-multiarch)
I am trying to make deepstream-test1 app.
I have errors as
deepstream_test1_app.c:16:10: fatal error: cuda_runtime_api.h: No such file or directory
16 | #include <cuda_runtime_api.h>
| ^~~~~~~~~~~~~~~~~~~~
compilation terminated.
make: *** [Makefile:53: deepstream_test1_app.o] Error 1
echo $LD_LIBRARY_PATH
has
/usr/local/cuda-12.2/lib64:/usr/local/cuda/extras/CUPTI/lib64:/usr/local/cuda-12.2/lib64:/usr/local/nvidia/lib:/usr/local/nvidia/lib64:/.local/lib
What could be wrong?