I'm migrating from DSP/BIOS to SYS/BIOS (CCSv5.2.2, BIOS 6.33.05.46, XDC Tools 3.23.03.53) and can't get the Log_printx(...) function to work. I am following the example in SPRAAS7G Migrating a DSPBIOS 5 Application to SYSBIOS 6.pdf. At the top of page 38, I have applied the example to my *.cfg file but I get the following error (11) in the Problems window wherever I have a Log_printx(...) function:
#20 identifier "diags_USER2" is undefined ContinuousSpi.cpp /VibrationMonitorSYSBIOS/Common/Drivers/Module line 47 C/C++ Problem
What am I doing wrong?