Part Number: TMS320F28335
Tool/software: TI-RTOS
I am trying to compile RTOS example project as C++. I am using
prog.extern("task","C++") in tcf file. still compiler is not able to recognize task function.
If I build project with C it works fine. Refer attached project.
undefined first referenced
symbol in file
--------- ----------------
task ./tskcfg.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "RTOS_NGCB.out" not built
>> Compilation failure
makefile:141: recipe for target 'RTOS_NGCB.out' failed
gmake: *** [RTOS_NGCB.out] Error 1
gmake: Target 'all' not remade because of errors.
Please refer attached project.