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