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.

Build use-case issue

Hi,

I want to create new use-case in vision_sdk_03_01 and I follow these steps:

1.Create new use-case folder under the path root\vision_sdk\apps\src\rtos\usecases\new_use_case

2.New use-case folder  contains usecase.txt, cfg.mk, SRC_FILES.MK, new_use_case.h and new_use_case.c files

3.Generate use-case using vision.exe

4.Add function chains_new_use_case(&gChains_usecaseCfg) to  root\vision_sdk\apps\src\rtos\common\chains_main_bios_vision.c

5.Add UC_new_use_case to UC_LIST in root\vision_sdk\apps\configs\cfg.mk

6.Set UC_use_case=yes in root\vision_sdk\apps\configs\tda2xx_evm_bios_all\uc_cfg.mk

7.Add  #define UC_use_case in root\vision_sdk\links_fw\include\config\apps\tda2xx_evm_bios_all\system_cfg.h

but, I got error during linking:

Regards,

Nevena