I am trying for the first time to build the TIOVX part as indicated in https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/06_01_01_12/exports/docs/tiovx/docs/user_guide/BUILD_INSTRUCTIONS.html
However after I do Make, everything seems to proceed normal but
- Conformance test, tutorial executable is output at
- "$TIOVX_PATH\out\PC\x86_64\LINUX\debug\vx_conformance_tests_exe"
- "$TIOVX_PATH\out\PC\x86_64\LINUX\debug\vx_tutorial_exe"
does not happen.
In other words, there is a "out" folder with o libraries generated there but there is no PC folder and of course not the above files.
What could be going wrong in this. I have not modified any makefile at all.