I have updated my project from CCSv5.3 to CCSv5.5 with the same CGT version but the compiler generate a new error:
"Description Resource Path Location Type #10008-D cannot find file F2809.cmd /Projects/cmd line 119 C/C++ Problem" it means it cannot find the file "Flash2809_API_V100.lib" which is in my project.
Related CMD file is
.text: ram
{ Flash2809_API_V100.lib (.text, .econst)
Flash_API.obj(.text, .econst) ...... }
LOAD = FLASHA,
RUN = L03SARAM, PAGE = 0
table(BINIT),
For which I want to link the .lib to the group of copy to ram.
I also update the file search path --library and --search_path option but it doesn't works.
CCSv5.x before v5.5 has no this issue.
Who can help to answer or solve this issue? Thanks a lot.
Best Regards
Xiaoming