TI中文支持网
TI专业的中文技术问题搜集分享网站

CCS9运行demo,出现,安装的mcsdk是:bios_mcsdk_02_01_02_06_setupwin32。

Other Parts Discussed in Thread:TMS320C6678

请问出现以下出错怎么改?

Building target: "led_flash_noOS.out"
Invoking: C6000 Linker
"D:/CCS/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/bin/cl6x" -mv6600 -z -i"D:/CCS/ti/ccs930/ccs/tools/compiler/ti-cgt-c6000_8.3.5/lib" –reread_libs –warn_sections –rom_model -o "led_flash_noOS.out" "./led_flash.obj" "./driver/c66x_gpio.obj" "./system/platform.obj" "../C66x.cmd" -llibc.a
<Linking>
"../C66x.cmd", line 60: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 60: error: no valid memory range(null) available for
placement of ".stack"
"../C66x.cmd", line 60: error: program will not fit into available memory. run
placement with alignment fails for section ".stack" size 0x4000
"../C66x.cmd", line 63: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 63: error: no valid memory range(null) available for
placement of ".fardata"
"../C66x.cmd", line 63: error: program will not fit into available memory. run
placement with alignment fails for section ".fardata" size 0xc
"../C66x.cmd", line 55: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 55: error: no valid memory range(null) available for
placement of ".text:_c_int00"
"../C66x.cmd", line 55: error: program will not fit into available memory.
placement with alignment fails for section ".text:_c_int00" size 0x80
"../C66x.cmd", line 56: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 56: error: no valid memory range(null) available for
placement of ".text"
"../C66x.cmd", line 56: error: program will not fit into available memory.
placement with alignment fails for section ".text" size 0x16e0
"../C66x.cmd", line 58: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 58: error: program will not fit into available memory. run
placement with alignment fails for section ".const" size 0
"../C66x.cmd", line 59: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 59: error: program will not fit into available memory. run
placement with alignment fails for section ".switch" size 0
"../C66x.cmd", line 61: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 61: error: program will not fit into available memory. run
placement with alignment fails for section ".data" size 0
"../C66x.cmd", line 62: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 62: error: program will not fit into available memory. run
placement with alignment fails for section ".far" size 0
"../C66x.cmd", line 64: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 64: error: program will not fit into available memory. run
placement with alignment fails for section ".cio" size 0
"../C66x.cmd", line 65: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 65: error: program will not fit into available memory. run
placement with alignment fails for section ".sysmem" size 0
"../C66x.cmd", line 72: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 67: error: program will not fit into available memory. run
placement with alignment fails for section "GROUP_1" size 0
"../C66x.cmd", line 57: warning: memory range not found: L2SRAM on page 0
"../C66x.cmd", line 57: error: no valid memory range(null) available for
placement of ".cinit"
"../C66x.cmd", line 57: error: program will not fit into available memory.
placement with alignment fails for section ".cinit" size 0x1d

undefined first referenced
symbol in file
——— —————-
CSL_GPIO_open ./driver/c66x_gpio.obj
CSL_PLLC_open ./system/platform.obj
CSL_chipReadReg ./system/platform.obj

error: unresolved symbols remain
error: errors encountered during linking; "led_flash_noOS.out" not built

>> Compilation failure
make: *** [led_flash_noOS.out] Error 1

**** Build Finished ****

orchid Nan:

所用的开发板是 TMS320C6678

,

Nancy Wang:

使用的是哪个cmd文件?请使用ccs930\ccs\ccs_base\emulation\boards\evmc6678l试一下。
未定义symbol可能是csl头文件未添加。

赞(0)
未经允许不得转载:TI中文支持网 » CCS9运行demo,出现,安装的mcsdk是:bios_mcsdk_02_01_02_06_setupwin32。
分享到: 更多 (0)