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 compile the edgeai-tiovx-modules on BeagleBone-AI-64. However, with no success.
I keep getting TI/tivx.h not found.
debian@BeagleBone:/opt/edgeai-tiovx-modules/build$ sudo make -j2
[ 6%] Building C object CMakeFiles/edgeai-tiovx-modules.dir/src/tiovx_img_mosaic_module.c.o
[ 6%] Building C object CMakeFiles/edgeai-tiovx-modules.dir/src/tiovx_multi_scaler_module.c.o
In file included from /opt/edgeai-tiovx-modules/include/tiovx_multi_scaler_module.h:75,
from /opt/edgeai-tiovx-modules/src/tiovx_multi_scaler_module.c:62:
/opt/edgeai-tiovx-modules/include/tiovx_modules_common.h:65:10: fatal error: TI/tivx.h: No such file or directory
65 | #include <TI/tivx.h>
| ^~~~~~~~~~~
compilation terminated.
In file included from /opt/edgeai-tiovx-modules/include/tiovx_img_mosaic_module.h:75,
from /opt/edgeai-tiovx-modules/src/tiovx_img_mosaic_module.c:63:
/opt/edgeai-tiovx-modules/include/tiovx_modules_common.h:65:10: fatal error: TI/tivx.h: No such file or directory
65 | #include <TI/tivx.h>
| ^~~~~~~~~~~
compilation terminated.
make[2]: *** [CMakeFiles/edgeai-tiovx-modules.dir/build.make:76: CMakeFiles/edgeai-tiovx-modules.dir/src/tiovx_multi_scaler_module.c.o] Error 1
make[2]: *** Waiting for unfinished jobs....
make[2]: *** [CMakeFiles/edgeai-tiovx-modules.dir/build.make:90: CMakeFiles/edgeai-tiovx-modules.dir/src/tiovx_img_mosaic_module.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:100: CMakeFiles/edgeai-tiovx-modules.dir/all] Error 2
make: *** [Makefile:136: all] Error 2
Hello TI,
I am trying to compile the edgeai-tiovx-modules on BeagleBone-AI-64. However, with no success.
I keep getting TI/tivx.h not found.
Please help!!
Thank you