error: can't allocate .far, size 00027540 (page 0) in DSP2RAM (avail:
00020000)
>> error: can't allocate .text, size 000082a0 (page 0) in L1PRAM (avail:
00007fff)
CMD文件如下:
-l rts64plus_eh.lib
-l C6747bsl.lib
-c
-stack 0x00002000 /* Stack Size */
-heap 0x00002000 /* Heap Size */
MEMORY
{
DSP1RAM: o = 0x11820000 l = 0x00020000
L1PRAM: o = 0x11E00000 l = 0x00007fff
L1DRAM: o = 0x00F00000 l = 0x00007fff
DSP2RAM: o = 0x00820000 l = 0x00020000
}
SECTIONS
{
.bss > DSP2RAM
.cinit > DSP2RAM
.cio > DSP2RAM
.const > DSP2RAM
.stack > DSP2RAM
.sysmem > DSP2RAM
.data > DSP2RAM
.switch > DSP2RAM
.far > DSP2RAM
.src_data > DSP2RAM
.vectors > L1PRAM
.text > L1PRAM
}