Tool/software: TI-RTOS
I have created the vps_lookback projcet for the dsp, but there are many problems when build. The log is like follows:
makefile:147: recipe for target 'vps_loopbackExample_idkAM572x_C66ExampleProject.out' failed
"configPkg/linker.cmd", line 205: warning #10097: memory range not found: APP_CACHED_DATA_BLK1_MEM on page 0
"configPkg/linker.cmd", line 205: error #10265: no valid memory range(null) available for placement of ".bss:frameBuffer"
"configPkg/linker.cmd", line 205: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".bss:frameBuffer" size 0xf200000
"configPkg/linker.cmd", line 204: warning #10097: memory range not found: APP_UNCACHED_DATA_BLK3_MEM on page 0
"configPkg/linker.cmd", line 204: error #10265: no valid memory range(null) available for placement of ".bss:extMemNonCache:vpdma"
"configPkg/linker.cmd", line 204: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".bss:extMemNonCache:vpdma" size 0x1d4c0
"configPkg/linker.cmd", line 206: warning #10097: memory range not found: APP_CODE_MEM on page 0
"configPkg/linker.cmd", line 206: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".plt" size 0x0
error #10010: errors encountered during linking; "vps_loopbackExample_idkAM572x_C66ExampleProject.out" not built
gmake[1]: *** [vps_loopbackExample_idkAM572x_C66ExampleProject.out] Error 1
gmake: *** [all] Error 2
makefile:143: recipe for target 'all' failed
>> Compilation failure makefile:147: recipe for target 'vps_loopbackExample_idkAM572x_C66ExampleProject.out' failed "configPkg/linker.cmd", line 205: warning #10097: memory range not found: APP_CACHED_DATA_BLK1_MEM on page 0 "configPkg/linker.cmd", line 205: error #10265: no valid memory range(null) available for placement of ".bss:frameBuffer" "configPkg/linker.cmd", line 205: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".bss:frameBuffer" size 0xf200000 "configPkg/linker.cmd", line 204: warning #10097: memory range not found: APP_UNCACHED_DATA_BLK3_MEM on page 0 "configPkg/linker.cmd", line 204: error #10265: no valid memory range(null) available for placement of ".bss:extMemNonCache:vpdma" "configPkg/linker.cmd", line 204: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".bss:extMemNonCache:vpdma" size 0x1d4c0 "configPkg/linker.cmd", line 206: warning #10097: memory range not found: APP_CODE_MEM on page 0 "configPkg/linker.cmd", line 206: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".plt" size 0x0 error #10010: errors encountered during linking; "vps_loopbackExample_idkAM572x_C66ExampleProject.out" not built gmake[1]: *** [vps_loopbackExample_idkAM572x_C66ExampleProject.out] Error 1 gmake: *** [all] Error 2 makefile:143: recipe for target 'all' failed **** Build Finished ****
And the problem is following:
CCS:8.2
PDK:pdk_am57xx_1_0_13
BIOS:bios_6_73_01_01
So, what should i do to solve this?