Hi All,
I have a custom board based on tda2xx with ov490 ISP and ov10640 sensor setup.
I am trying to build ov490_vip_multi_cam_3d_srv usecase with Android VDRM setup. And using VSDK 3.04 with tda2xx_evm_linux_all configuration.
Here is the list of changes done in order to build the usecase:
- enabled UC_ov490_vip_multi_cam_3d_srv=yes in uc_cfg.mk
-invoking usecase directly from chains_main.c without going to demo menu
While compiling VSDK i got error....
"# Linking into /home/Raghav/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/vision_sdk/bin/tda2xx-evm/vision_sdk_c66xdsp_1_release.xe66...
undefined first referenced
symbol in file
--------- ----------------
Utils_sv3dGenCalMat /home/Raghav/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/lib/tda2xx-evm/66/release/app_alg_plugins.ae66<svLutGen_If.oe66>
error: unresolved symbols remain
error: errors encountered during linking; "/home/Raghav/PROCESSOR_SDK_VISION_03_04_00_00/vision_sdk/binaries/apps/tda2xx_evm_linux_all/vision_sdk/bin/tda2xx-evm/vision_sdk_c66xdsp_1_release.xe66" not built"
Which leads to an understanding that the test case is designed for TDA3XX platform.But we want to build it for custom board based on TDA2XX.
Could you please provide some insight how to port this easily.
Thanks and Regards,
Raghavan K