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.

LgUns, LOG-printf, MEM_alloc, MEM_Free in SYSBIOS

Other Parts Discussed in Thread: SYSBIOS

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?