Hello everyone,
I am trying to run the deepstream application on the Jetson AGX Orin dev kit with the latest Jetpack installation:
Ubuntu 22.04
Jetpack 6.0 DP
CUDA 12.2
During compilation on the Jetson I get the following error:
In file included from ../../apps-common/src/deepstream_sink_bin.c:33:
/usr/local/cuda-12.2/include/cuda_runtime_api.h:148:10: fatal error: crt/host_defines.h: No such file or directory
148 | #include "crt/host_defines.h"
This seems to be an error that is not uncommon from what I see searching this forum. However, most topics are left unanswered so I am trying my luck again.
This solution is not working as the crt directory is nowhere to be found on the jetson installation.
Any chances someone can help me out here?
Thanks!