Trouble in Code Generation for NVIDIA Jetson
Mostrar comentarios más antiguos
Dear members of the community,
I am experiencing a problem with the Matlab Coder. I am trying to implement the example "Deploy and Run Sobel Edge Detection with I/O on NVIDIA Jetson Nano". Actually, I am using an NVIDIA Jetson Xavier NX.
All the tests recommended at the beginning of the examples run without errors. However, when I run the codegen() command, I get the following error:
Error executing command "touch -c /pathToDir/sobel_edge_detection_deploy/codegen/exe/sobelEdgeDetection/*.*;make -f sobelEdgeDetection_rtw.mk -j4 all MATLAB_WORKSPACE="/home/nvidia/remoteBuildDir/MATLAB_ws/R2021b" -C /pathToDir/sobel_edge_detection_deploy/codegen/exe/sobelEdgeDetection". Details:
STDERR: In file included from /home/nvidia/remoteBuildDir/MATLAB_ws/R2021b/C/ProgramData/MATLAB/SupportPackages/R2021b/toolbox/realtime/targets/linux/src/MW_SDL_video_display.c:7:0:
/home/nvidia/remoteBuildDir/MATLAB_ws/R2021b/C/ProgramData/MATLAB/SupportPackages/R2021b/toolbox/realtime/targets/linux/include/MW_SDL_video_display.h:17:11: fatal error: SDL/SDL.h: No such file or directory
#include "SDL/SDL.h"
^~~~~~~~~~~
compilation terminated.
I am not able to figure out what the problem could be. The necessary Cuda libraries are installed on the host.
Thank you very much for your help.
Best
Francesco
Respuesta aceptada
Más respuestas (0)
Categorías
Más información sobre Get Started with GPU Coder en Centro de ayuda y File Exchange.
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!