Part Number: TDA2
Tool/software: Linux
vision_sdk\sample_app\src\rtos\alg_plugins\framecopy in framecopy link, i add my algorithm Interface function after framecopy is done, Initialization add in Alg_FrameCopyCreate .
it Include 10 .c file and 8 .h file , i add .c file name in SRC_FILES.MK to Compile them.
so add my souce code is success, now i first use ccs Compile my souce code create my.lib.
then in vision_sdk\sample_app\MAKEFILE.MK i add APP_LIBS_c66xdsp_1 += $(ROOTDIR)/my.lib APP_LIBS_c66xdsp_2 += $(ROOTDIR)/my.lib
but failed follow is the log
# Making tda2xx-evm:c66xdsp_1:release:vision_sdk_lib...
make[7]: *** No rule to make target `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/my.lib', needed by `/home/hancan/PROCESSOR_SDK_VISION_03_02_00_00/vision_sdk/binaries/sample_app/tda2xx_evm_linux_all/vision_sdk/bin/tda2xx-evm/vision_sdk_c66xdsp_1_release.xe66'. Stop.
make[6]: *** [c66xdsp_1] Error 2
make[5]: *** [apps_dsp1] Error 2
make[5]: *** Waiting for unfinished jobs....
# Making tda2xx-evm:arp32_2:release:vision_sdk_lib...
# Configuro done!
# Configuro done!
BESTWISHES!