From mboxrd@z Thu Jan 1 00:00:00 1970 From: "John Dallaway" To: Subject: Re: [ECOS] memory map question Date: Fri, 24 Aug 2001 08:40:00 -0000 Message-id: <036a01c12cb3$0a9c5430$851210ac@cambridge.redhat.com> References: X-SW-Source: 2001-08/msg00825.html On 24-Aug-2001 Simpkins, Andy wrote: > I have added the following to arm.ld > > #define SECTION_ivoryDataStore(_region_, _vma_, _lma_) \ > .ivoryDataStore _vma_ : _lma_ \ > { FORCE_OUTPUT; *(.ivoryDataStore) } \ > > _region_ > > And have attempted to define ivoryDataStore in my memory > map of the config tool (1.3.1) > I kind of hoped that the name would have shown up in the > drop down box for Linker-defined [ sections ] It should appear in the drop down box of linker-defined sections. Is the format of the #define statement identical to that of the other sections in arm.ld? Did you restart the config tool? John Dallaway