[gull] script ld

Marc SCHAEFER schaefer at alphanet.ch
Thu Aug 23 10:21:52 CEST 2007


On Wed, Aug 22, 2007 at 04:05:53PM +0200, Yann Sagon wrote:
> MEMORY
> {
>  ram     : org = 0x40000000, len = 16k
>  ram_ext : org = 0x82000000, len = 2M
> }
> 
> _eheap = ram_ext + len

info ld
   Index
     chercher MEMORY
        trouver l'exemple
           MEMORY
           {
              rom (rx)  : ORIGIN = 0, LENGTH = 256K
              ram (!rx) : org = 0x40000000, l = 4M
           }
           _fstack = ORIGIN(ram) + LENGTH(ram) - 4;

Les pages Info sont souvent utiles lorsque l'on cherche quelque chose de
complexe ou une introduction générale.



More information about the gull mailing list