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.

TMDS64EVM: Error ! while building the empty project

Part Number: TMDS64EVM

Hello TI,

I am using Mcu+sdk v 09.01.00 and imported r50-0 freeRTOS empty project into CCS,And i have done some modification to that example which can capable to work as a mcrc in Software diagnostics library.

But while compiling i am getting error which i mentioned bleow,

makefile:148: recipe for target 'empty_am64x-evm_r5fss0-0_freertos_ti-arm-clang.out' failed

undefined first referenced
symbol in file
--------- ----------------
SDL_MCRC_channelReset ./mcrc_uesr_defined.o
SDL_MCRC_init ./mcrc_uesr_defined.o

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "empty_am64x-evm_r5fss0-0_freertos_ti-arm-clang.out" not built
tiarmclang: error: tiarmlnk command failed with exit code 1 (use -v to see invocation)
gmake[1]: *** [empty_am64x-evm_r5fss0-0_freertos_ti-arm-clang.out] Error 1
gmake: *** [all] Error 2
makefile:144: recipe for target 'all' failed

i have included the mcrc_sdl.h header file why i am getting this error?