This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

ccs9打开demo编译运行出现错误

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

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 ****