--- On Tue, 6/23/09, Joerg Wunsch <j...@uriah.heep.sax.de> wrote:

>The only method to not have the linker reorder your variables is to
>just use a single variable (per memory section).  So, put some kind of
>an "embracing" struct around all your variables you'd like to have in
>a particular order, and you'll be done.

Thank you very much for your suggestion. In case I declare all the variables in 
a structure then accessing each variable will require using the structure 
name.variable name! However I would like to assign a memory to a variable also 
therefore can you suggest how I can do this? Thanks once again for your support.

Regards,
Nayani P





      
_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to