I'm seeing this problem in the Problems window of CCSv5.1.1 in my DSP/BIOS to SYS/BIOS migration when I clean and build my project:
Description Resource Path Location Type
#20 identifier "LgUns" is undefined VibrationMonitorSYSBIOS line 54, external location: C:\TI\bios_6_33_04_39\packages\ti\bios\include\clk.h C/C++ Problem
#20 identifier "LgUns" is undefined VibrationMonitorSYSBIOS line 80, external location: C:\TI\bios_6_33_04_39\packages\ti\bios\include\clk.h C/C++ Problem
#20 identifier "LgUns" is undefined VibrationMonitorSYSBIOS line 82, external location: C:\TI\bios_6_33_04_39\packages\ti\bios\include\clk.h C/C++ Problem
#20 identifier "LgUns" is undefined VibrationMonitorSYSBIOS line 85, external location: C:\TI\bios_6_33_04_39\packages\ti\bios\include\clk.h C/C++ Problem
#20 identifier "LgUns" is undefined VibrationMonitorSYSBIOS line 90, external location: C:\TI\bios_6_33_04_39\packages\ti\bios\include\clk.h C/C++ Problem
I'm also seeing CCSv5.1.1 complain about LOG_printf, MEM_alloc, and MEM_Free in SYSBIOS.
Much google-ing yields nothing. Is there a simple fix for these errors?