Other Parts Discussed in Thread: C2000WARE
Hi expert,
I am building below project and meet some error when I choose EABI as output format. I am not sure which compile document should I refer to to solve this issue.
I am use CCS 10.0 for below project and just change the output format before a build.
C:\ti\c2000\C2000Ware_3_01_00_00\device_support\f28004x\examples\launchxl
Error message shows:
warning #10440-D: creating output section ".bss" without a SECTIONS specification. For additional information on this section, please see the 'C28x EABI Migration' guide at processors.wiki.ti.com/.../C28x_EABI:C28x_EABI_Migration
warning #10440-D: creating output section ".const" without a SECTIONS specification. For additional information on this section, please see the 'C28x EABI Migration' guide at processors.wiki.ti.com/.../C28x_EABI:C28x_EABI_Migration
warning #10440-D: creating output section ".sysmem" without a SECTIONS specification. For additional information on this section, please see the 'C28x EABI Migration' guide at processors.wiki.ti.com/.../C28x_EABI:C28x_EABI_Migration
warning #10440-D: creating output section ".init_array" without a SECTIONS specification. For additional information on this section, please see the 'C28x EABI Migration' guide at processors.wiki.ti.com/.../C28x_EABI:C28x_EABI_Migration
warning #10247-D: creating output section ".data" without a SECTIONS specification
"../28004x_launchpad_demo_flash_lnk.cmd", line 78: error #10099-D: program will not fit into available memory, or the section contains a call site that requires a trampoline that can't be generated for this section. placement with alignment/blocking fails for section ".cinit" size 0xd4page 0. Available memory ranges:
FLASH_BANK0_SEC1 size: 0x1000 unused: 0x0 max hole: 0x0
undefined first referenced
symbol in file
--------- ----------------
F28x_usDelay ./f28004x_sysctrl.obj
RamfuncsLoadSize ./f28004x_sysctrl.obj
RamfuncsLoadStart ./f28004x_sysctrl.obj
RamfuncsRunStart ./f28004x_sysctrl.obj
error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "launchxl_ex1_f280049c_demo.out" not built
>> Compilation failure
makefile:152: recipe for target 'launchxl_ex1_f280049c_demo.out' failed
gmake[1]: *** [launchxl_ex1_f280049c_demo.out] Error 1
makefile:148: recipe for target 'all' failed
gmake: *** [all] Error 2
**** Build Finished ****
Thanks
Sheldon