You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use the latest version (commit: 27b37bf) of Darknet on the Jetson Xavier AGX.
Upgraded both CUDA and OpenCV (as per the above screenshots).
When I try to build, using cmake, I have the following error.
In file included from /home/<user>/darknet/src/dark_cuda.h:38,
from /home/<user>/darknet/src/activations.h:4,
from /home/<user>/darknet/src/activation_layer.h:4,
from /home/<user>/darknet/src/activation_layer.c:1:
/usr/local/cuda-12.3/targets/sbsa-linux/include/cuda_gl_interop.h:63:2: error: #error Please include the appropriate gl headers before including cuda_gl_interop.h
63 | #error Please include the appropriate gl headers before including cuda_gl_interop.h
| ^~~~~
compilation terminated due to -Wfatal-errors.
make[2]: *** [CMakeFiles/darknet.dir/build.make:90: CMakeFiles/darknet.dir/src/activation_layer.c.o] Error 1
I also have an error when I try make.
I have tried both within a docker container and directly on the host.
The previous version of darknet, commit: 59c8622, is still working properly (in a docker container with cuda 11.7).
The text was updated successfully, but these errors were encountered:
I am trying to use the latest version (commit: 27b37bf) of Darknet on the Jetson Xavier AGX.
Upgraded both CUDA and OpenCV (as per the above screenshots).
When I try to build, using
cmake
, I have the following error.I also have an error when I try
make
.I have tried both within a docker container and directly on the host.
The previous version of darknet, commit: 59c8622, is still working properly (in a docker container with cuda 11.7).
The text was updated successfully, but these errors were encountered: