Other Parts Discussed in Thread: SYSBIOS
Tool/software: Code Composer Studio
I am having an interesting issue that I have never seen before. I recently got a new PC and reinstalled CCS v6.1. I went to grab the released version of our project that has worked continually in the past. But this time, I am getting a load of errors when linking files. It seems to not be finding a couple of files within my RTOS installation directory. I noticed that those files are not in a directory called .libraries but rather the "lib" directory within those folders. I tried including C:\TI\tirtos_c2000_2_12_01_33 in my include directories but that did not fix my issue nor have I needed to use that in the past.
error #10008-D: cannot find file "C:\TI\tirtos_c2000_2_12_01_33\products\bios_6_41_04_54\packages\ti\catalog\c2800\init\.libraries\Boot.a28FP"
error #10008-D: cannot find file "C:\TI\tirtos_c2000_2_12_01_33\products\bios_6_41_04_54\packages\ti\targets\rts2800\.libraries\ti.targets.rts2800.a28FP"
error #10008-D: cannot find file "C:\TI\tirtos_c2000_2_12_01_33\products\bios_6_41_04_54\packages\ti\targets\rts2800\.libraries\boot.a28FP"
error #10008-D: cannot find file "C:\TI\tirtos_c2000_2_12_01_33\products\bios_6_41_04_54\packages\ti\catalog\c2800\initF2837x\.libraries\Boot.a28FP"
Following that I get a host of warnings about my cmd file about the program not fitting into memory space. I am guessing this is an artifact of those missing files as we spent a large amount of time developing a working linker CMD file that I know has worked previously.
"../F2837xD_Internal_Flash_cpu1.cmd", line 337: warning #10068-D: no matching section
"./configPkg/linker.cmd", line 72: warning #10199-D: copy table operator (BINIT) ignored for ".ti_catalog_c2800_initF2837x_flashfuncs": copy table operator cannot be associated with empty output section
warning #10247-D: creating output section ".reset" without a SECTIONS specification
"./configPkg/linker.cmd", line 137: warning #10097: memory range not found: BEGIN on page 1
Does anyone have any ideas on what could cause this issue and know how to fix this?