Problems with the linker command file
hi,
i created my own linker command file. then i am getting some errors an
warnings.
my linker command file:
-l unicod_dg3cfg.cmd
/*the memory is divided into different sections*/
SECTIONS
{
.text: {} > IPRAM
.switch: {} > IPRAM
.bss: {} > IDRAM
.far: {} > IDRAM
.cinit: {} > IPRAM
.pinit: {} > IPRAM
.const: {} > IPRAM
.data: {} > IDRAM
.cio: {} > IPRAM
}
>> Y:\SMU-UNICOD\DSP_SW\UnicodDSP\Src\CDMA\1xEVDO\unicod_dg3 cfg.cmd, lin
355: warning:
multiple definitions of SECTION named '.hwi'
>> Y:\SMU-UNICOD\DSP_SW\UnicodDSP\Src\CDMA\1xEVDO\unicod_dg3 cfg.cmd, lin
357: warning:
multiple definitions of SECTION named '.SDRAM0$heap'
>> error: memory types IPRAM and IPRAM on page 0 overlap
>> error: memory types SDRAM0 and SDRAM0 on page 0 overlap
>> error: memory types IDRAM and IDRAM on page 0 overlap
So, i don't understand why the problem is coming as i followed the synta
from the docs.
i appreciate your help in this case.
Thanks,
Regards,
Ramana.
|