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.

RTOS/TMS320F28335: RTOS/TMS320F28335: Undefined symbol errors when I try to compile DSP/BIOS example project as C++.

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.

RTOS_NGCB.zip

Please refer attached project.