Other Parts Discussed in Thread: CONTROLSUITE, C2000WARE
Tool/software: Code Composer Studio
I have been working on updating an f28069 project that uses the F2806x_headers files from controlSUITE and the C2000 Code Generation Tools v6.2.10 compiler. I am trying to update the project to use the F2806x_headers files from C2000Ware and the C2000 Code Generation Tools v18.12.0.LTS compiler. I am able to get everything to compile except the linker file. The project uses the flashAPI for the f280069. I am getting this error when building with the v18 compiler:
"../Cmd/F28069_new.cmd", line 154: error #10099-D: program will not fit into available memory. placement with alignment/blocking fails for section ".text" size 0x10526 page 0. Available memory ranges: FLASH_DEFG size: 0xfdfc unused: 0x1 max hole: 0x1 FLASH_H size: 0x4000 unused: 0x0 max hole: 0x0
Also, I get a warning saying no matching section for this part of the linker file (the -lrts2800_fpu32.lib part):
appstart:
{
-lrts2800_fpu32.lib <boot.obj>(.text)
} LOAD = FLASH_STRAP,
PAGE = 0
When the project starts building, I get this message in the console twice:
'cp' is not recognized as an internal or external command,
operable program or batch file.
I am mostly wondering about the "'cp' not recognized as a command". Why would I get that in the console during building with the v18 compiler and not the v6 compiler? Also, why would I get the other errors described above when building with v18 compiler and not the v6?
