Part Number: AM5728
Tool/software: Code Composer Studio
I've rebuilt PDK with this link http://processors.wiki.ti.com/index.php/Rebuilding_The_PDK#PDK_Example_and_Test_Project_Creation
I ran "./pdkProject Crate.sh AM572x all little vps all dsp"
I import "vps_loopbackExample-idkAM572x_C66ExampleProject", and compile it.
finally, I got following compile error.
>> Compilation failure
makefile:147: recipe for target 'vps_loopbackExample_idkAM572x_C66ExampleProject.out' failed
"configPkg/linker.cmd", line 190: warning #10097: memory range not found: APP_CACHED_DATA_BLK1_MEM on page 0
"configPkg/linker.cmd", line 190: error #10265: no valid memory range(null) available for placement of ".bss:frameBuffer"
"configPkg/linker.cmd", line 190: 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 189: warning #10097: memory range not found: APP_UNCACHED_DATA_BLK3_MEM on page 0
"configPkg/linker.cmd", line 189: error #10265: no valid memory range(null) available for placement of ".bss:extMemNonCache:vpdma"
"configPkg/linker.cmd", line 189: error #10099-D: program will not fit into available memory. run placement with alignment fails for section ".bss:extMemNonCache:vpdma" size 0x1ca40
"configPkg/linker.cmd", line 191: warning #10097: memory range not found: APP_CODE_MEM on page 0
"configPkg/linker.cmd", line 191: 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 ****
I did not change any source code and I got same error message both windows and linux environment.
Please let me know what was problem.
Thanks in advance.
Doug