Skip to content
This repository was archived by the owner on Sep 9, 2025. It is now read-only.
This repository was archived by the owner on Sep 9, 2025. It is now read-only.

TIOVX Compilation error #92

Description

@ss13ms110

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.

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

Please help!!

Thank you

Metadata

Metadata

Assignees

Labels

No labels
No labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions