This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: memory map question


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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]