Hello everyone
Recently, I had migrated my C6455 DSP/BIOS project to C6678 SYS/BIOS project. I am using CCS 5.5. After I added the *.cfg files into new C6678 project, compiled it. It showed the following errors. Some people in the form tell me that I need to reference SYS/BIOS library files. Is that necessary? And where to find those SYS/BIOS library files? I think when I add *.cfg files into my project, it will automatic include those BIOS library files.
Thank You in advance.
Xining
unresolved symbol SEM_create, first referenced in C:\Users\yu5109\workspace_v5_5\...\CCS_PJT\Debug\common.lib<TI_platform.obj> C6678 C/C++ Problem
unresolved symbol LCK_pend, first referenced in C:\Users\yu5109\workspace_v5_5\...\CCS_PJT\Debug\common.lib<TI_platform.obj> C6678 C/C++ Problem
unresolved symbol LCK_post, first referenced in C:\Users\yu5109\workspace_v5_5\...\CCS_PJT\Debug\common.lib<TI_platform.obj> C6678 C/C++ Problem
unresolved symbol LCK_create, first referenced in C:\Users\yu5109\workspace_v5_5\...\Debug\common.lib<TI_platform.obj> C6678 C/C++ Problem
unresolved symbol LCK_delete, first referenced inC:\Users\yu5109\workspace_v5_5\...\CCS_PJT\Debug\common.lib<TI_platform.obj> C6678 C/C++ Problem