Hi,
We applied some modifications to libvx_framework.a, but it seems that libtivision_apps.so is not updated by just cleaning&building tiovx folder. Are there instructions to rebuild that .so?
Thank you,
Fred
This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hi,
We applied some modifications to libvx_framework.a, but it seems that libtivision_apps.so is not updated by just cleaning&building tiovx folder. Are there instructions to rebuild that .so?
Thank you,
Fred
Hi Fred,
If the libtivision_apps.so needs to be rebuilt, the instructions can be found here: https://software-dl.ti.com/jacinto7/esd/processor-sdk-rtos-jacinto7/09_00_00_02/exports/docs/vision_apps/docs/user_guide/BUILD_AND_RUN.html
When I built it in the past, the shared library was built in this path:
I assume this is still the same with minor changes from above path, such as SDK version is not 08_00_01_10 or if the library was built as RELEASE instead of DEBUG.
Regards,
Takuma
Thank you, I hadn't realized it was a product of vision_apps (even though it's in the name).