Hi,
To get used to Eclipse, CCS5 (5.1.0.09000) and the various tools, I am building the image processing demo for the EVM6670LE board in my workspace. I started with the Master, moving the files from the MCSDK demo folder to my workspace. I created an RTSC project and finally got everything to compile. However, during linking I get various warnings about essentially an undefined memory section call MSMCSRAM_MASTER. Here are a few lines from the linker output
./configPkg/linker.cmd", line 371: warning #10097: memory range not found:
MSMCSRAM_MASTER on page 0
"./configPkg/linker.cmd", line 371: error #10265: no valid memory range(NULL)
available for placement of ".far:NDK_PACKETMEM"
>> Compilation failure
"./configPkg/linker.cmd", line 371: error #10099-D: run placement fails for
object ".far:NDK_PACKETMEM", size 0x52b00 (page 0)
"./configPkg/linker.cmd", line 372: warning #10097: memory range not found:
MSMCSRAM_MASTER on page 0
I used ti.platforms.evm6670 as the platform type. I see that the demo uses a different platform. How do I change my memory map to match that expected by the cfg file (which I stole from the demo)? I see no memory section definition in the cfg file.
Thanks.
Kevin