Part Number: TDA2EXEVM
Tool/software: Linux
My problem is
"Where can we get the pre-built libraries for TIOVX build instructions for x86 Linux Platform (HOST Emulation Mode)" ?
Hi,
I download the installer package of PROCESSOR_SDK_VISION 03_06_00_00 for Linux from this web site:
software-dl.ti.com/.../index_FDS.html
Follow the user guides "Vision SDK Linux User Guide" and "TIOVX User Guide" to setup the environment on Ubuntu.
When I follow the step "Build instructions for x86 Linux Platform (HOST Emulation Mode)" in "TIOVX User Guide",
I cannot build the executable conformance test and tutorial files.
The linking error messages are :
Required system library libvxlib_bamplugin_X86.a
Required system library libvxlib_X86.a
Required system library libc6xsim_X86_C66.a
Required system library libalgframework_X86.a
Required system library libdmautils_X86.a
In the document "TIOVX User Guide",
it says that " This uses pre-built library for VXLIB, DMAUtils, Algframework from "$TIOVX_PATH\lib\PC\X86\LINUX\$PROFILE\*.a" "
Actually I only find the pre-built libraries
.libc6xsim_x86_64_C66.a
.libvxlib_x86_64.a
Still missing some pre-built libraries
.libvxlib_bamplugin_X86.a
.libvxlib_X86.a
.libc6xsim_X86_C66.a
.libalgframework_X86.a
.libdmautils_X86.a
.libvxlib_bamplugin_x86_64.a
.libalgframework_x86_64.a
.libdmautils_x86_64.a
Please help me to get/build these libraries, thank you !