Tool/software: TI C/C++ Compiler
Hi,
I am using VISION SDK 2.10 on LINUX. I am working on TDA 2x. I want to use IMGLIB on VISION_SDK 2.10. By using IMGLIB, I want to access functions of IMGLIB in my algplugin (working on DSP C66x).
When I installed VISION_SDK 2.10, I checked VISION_SDK_02_10_00_00/ti_components/algorithms_codecs folder, in this folder, I was able to locate VLIB libraries but there was no IMGLIB folder.
So, I installed IMGLIB imglib_c66x_3_2_0_1 inside the folder VISION_SDK_02_10_00_00/ti_components/algorithms_codecs (same location as above).
After this, I made a change in rules.make file (present in /VISION_SDK_6_1/VISION_SDK_6_1/vision_sdk) -
line no. 233- imglib_PATH ?= $(TI_SW_ROOT)/algorithms_codecs/imglib_c66x_3_2_0_1
line no. 272 - _OPT_PATHS := ndk nsp avbtp hdvicplib jpegvdec jpegvenc vlib imglib
line no. 898 - export imglib_PATH
I also made following changes in rule_66.mk (present in /vision_sdk/build/makerules) -
line no. 226 - LIB_PATHS += $(imglib_PATH)/packages/ti/imglib/lib/imglib.ae66
line no. 227 - LIB_PATHS += $(imglib_PATH)/packages/ti/imglib/lib/imglib_cn.ae66
line no. 228 - LIB_PATHS += $(imglib_PATH)/packages/ti/imglib/lib/common.lib
I also made following changes in env.mk (present in /vision_sdk/build/makerules) -
line no. 162 - imglib_INCLUDE = $(imglib_PATH)/packages
line no. 162 - export imglib_INCLUDE
After making these changes, I added the function to be used (IMG_sobel) my alg_plugin. I have also included header file #include<ti/imglib/imglib> . But I am getting following error -
fatal error: could not open source file "ti/imglib/imglib"
Please help me , I am not able to the reason of error.
Regards,
Neel