On Wed, 17 Dec 2008 21:37:23 +0100, Kurt Siedenburg <[email protected]> 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

Reply via email to