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.

cannot find file "Flash2811_API_V210.lib" CCSv6

Other Parts Discussed in Thread: TMS320F2811

I have a project that I have been working on using a TMS320F2811 on Code Composer 5.3 for some time now.  I recently tried upgrading to Code Composer 6 but am running into linking issues with the flash library as mentioned in the title.  I have gone to "project properties->CCS Build->C2000 Linker->File Search Path" and made sure that "Flash2811_API_V210.lib" has been added to "Include library file or command file as input" (the actual file is in the project directory along with the rest of my source files).  The build fails in the following block of my linker 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

The build fails with: cannot find file "Flash2811_API_V210.lib" (even though I've included the file in the search path as mentioned above).  Again, this project builds fine as is in Code Composer 5.3, and in fact I have experienced this issue when trying to use Code Composer 5.5 and later.  I've seen other posts from people with issues similar to mine on this forum, but none with any useful resolution.  Any advice welcome, otherwise I must revert to CCSv5.3 to continue development.