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.

CCSv5.5 linker issues

I have two computers running code composer 5 and am currently in the process of updating them from 5.3 to 5.5.  So far I have installed 5.5 on one of the computers but am having issues importing a project that was previously compiling prior to installing 5.5 (and still works on the computer running 5.3).  The issue arises when I try to build the projects which throws the error - cannot find file "Flash2811_API_V210.lib".  This error results from the following lines of my .cmd file

Flash28_API:
{
Flash2811_API_V210.lib(.econst)
Flash2811_API_V210.lib(.text)
} LOAD = PROG,
RUN = RAML0L1,
LOAD_START(_Flash28_API_LoadStart),
LOAD_END(_Flash28_API_LoadEnd),
RUN_START(_Flash28_API_RunStart),
PAGE = 0

I have made sure that "Flash2811_API_V210.lib" is located in my project directory (along with my source files).  Additionally, I have added ""${workspace_loc:/${ProjName}/Flash2811_API_V210.lib}"" to "Libraries" tab of the C/C++ General > Paths and Symbols page in the properties window.  I also added this to the "include  library file..." box of CCS Build > C2000 Linker > File Search Path page in properties. (I'm not sure what the difference between these is...)  Nevertheless, the error persists even though I have pretty much gone through all the properties, comparing them to those on my other PC with 5.3 still installed to make sure they were the same.