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
