6758.all_x64Pcfg_cmd.txt5037.all_evm3530_tci.txtDear sir
I am using the codec examples environment. (one of the codec, e.g., image_copy). My environment is Linux/ARM/OMAP3530. I am tring to increase DDR2 segment size (on favour of the DDRALGHEAP section). So I edited the all_evm3530.tci file as in the attached file: DDRALGHEAP was reduced to 16M while the DDR2 was increased to 14M). While linking it keep saing: "run placemnt fails for object .far, size 0x756b28 (page 0). Available ranges:
DDR2 size:0x600000
that is the old (pre-edit) value (namely 6M). I looked at the all_x64PCfg.cmd and indeed the MEMORY {} looks OK (with DDR2 set as 14M)
what is the issue?
(I changed the name of the files slightly so I can attach them)1817.Link_Log.txt
also I add to the .tci file the following commands:
bios.setMemDataNoHeapSections(prog, bios.DDR2);
bios.setMemDataHeapSections(prog, bios.DDR2);
Thanks Ofer