My issue is similar to the following post: http://e2e.ti.com/support/embedded/bios/f/355/t/184383.aspx
I recently upgraded a project from CCS 3.3 to CCS 5.1 and used the CDB2TCF conversion tool to update the configuration file. I encounter no errors during compilation, but when linking in the BIOS files I get the following error:
>> Compilation failure
undefined first referenced
symbol in file
--------- ----------------
CLK_F_itime C:/ti/bios_5_41_13_42/packages/ti/bios/lib/bios.a62<swi.o62>
error #10234-D: unresolved symbols remain
The CLK_F_itime symbol is defined in an assembly header among the BIOS package files, but the linker doesn't seem to find it. Based on a bit of research, my current guess is that the tcf file is missing some line that would point the linker in the right direction, but am too unfamiliar with tcf files to know what this might be.
Any ideas?