This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Re: Variable in uninitialized part of ram


On Wed, 17 Dec 2008 21:37:23 +0100, Kurt Siedenburg <kurt.siedenburg@vicom.com> wrote:

Try replacing
   nvv_t nvv __attribute__ ((section ("sticky")));
with
   nvv_t nvv __attribute__ ((section (".sticky")));

i.e. add a dot before sticky.

Otherwise it looks quite similar to what I do to achieve this purpose.


Thank you Kurt - your dot did the job :-)

--
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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