I've tried this:<div><br></div><div><div>MEMORY</div><div>{</div><div>    /* compal-loaded binary: our text, initialized data */</div><div>    LRAM (rw) : ORIGIN = 0x00800000, LENGTH = 0x00015000</div><div>    /* compal-loaded binary: our unitialized data, stacks, heap */</div>
<div>    IRAM (rw) : ORIGIN = 0x00815000, LENGTH = 0x0000c000</div><div>}</div><div><br></div><div>but</div><div><br></div><div><div>  LD     board/compal_e88/rssi.compalram.elf</div><div>  OBJ    board/compal_e88/rssi.compalram.bin</div>
<div>  LD     board/compal_e86/rssi.compalram.elf</div><div>  OBJ    board/compal_e86/rssi.compalram.bin</div><div>  LD     board/compal_e86/rssi.highram.elf</div><div>arm-elf-ld: region LRAM is full (board/compal_e86/rssi.highram.elf section .data)</div>
<div>arm-elf-ld: section .got [00820000 -> 00820013] overlaps section .text.start [00820000 -> 0082006b]</div><div>make: *** [board/compal_e86/rssi.highram.elf] Error 1</div></div><div><br></div><div>I have the same behaviour also with other values of length/origin.</div>
<div>Any other suggestion?</div><br><div class="gmail_quote">On Thu, Feb 9, 2012 at 1:44 PM, Steve Markgraf <span dir="ltr"><<a href="mailto:steve@steve-m.de">steve@steve-m.de</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
On <a href="tel:09.02.2012%2007" value="+390902201207">09.02.2012 07</a>:41, User wrote:<br>
<br>
>> Anyone experiencing the same issue?<br>
<br>
It seems your toolchain produces a binary larger than 80 kBytes<br>
(0x14000), which is the current limit for compalram images.<br>
<br>
What we need is a setting in the Makefile to blacklist certain apps<br>
from being built for certain environments, but what you can do for now<br>
is increase the LRAM length and adjust the IRAM ORIGIN in firmware/board<br>
/compal/ram.lds.<br>
<br>
Regards,<br>
Steve<br>
<br>
</blockquote></div><br></div>