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.

_xdc_runtime_System_printf__E unresolved symbols remain in DM3730

Other Parts Discussed in Thread: DM3730

Hi,

I am working with DM3730 and SDK version ti-dvsdk_dm3730-evm_4_02_00_06, in order to print DSP cycles measurements to the debugger i have used in the DSP code the function system_printf. As far as i understand using this function requires #include <xdc/runtime/System.h>.
In linkage i receive following error

Undefined symbol
error _xdc_runtime_System_printf__E 

What may be the problem?
Gabi