Re: [avr-gcc-list] FIXED - with Strings and Serial I/O

2005-07-28 Thread Jeff Barlow
User Tomdean [EMAIL PROTECTED] wrote: How do I eliminate copying strings from flash to SRAM until I need them? And still keep copying other initialized variables? Maybe if I create the string in .text with asm? Then use ldm to fetch bytes as needed. That would be reinventing the wheel. The

Re: [avr-gcc-list] FIXED - with Strings and Serial I/O

2005-07-28 Thread User Tomdean
RTFM is a lot of help. Where are the tools or the doc for the tools for preventing gcc from generating code to copy data segment to SRMA? tomdean ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org

Re: [avr-gcc-list] FIXED - with Strings and Serial I/O

2005-07-28 Thread User Tomdean
I found the doc, thanks to Dave, first, then several others who provided pointers. Thanks, tomdean ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Re: [avr-gcc-list] FIXED - with Strings and Serial I/O

2005-07-28 Thread Andy Warner
Christopher X. Candreva wrote: On Thu, 28 Jul 2005, User Tomdean wrote: Where are the tools or the doc for the tools for preventing gcc from generating code to copy data segment to SRMA? There aren't because that's not what you need to do. There are special print routines for printing

Re: [avr-gcc-list] FIXED - with Strings and Serial I/O

2005-07-28 Thread User Tomdean
Best I could do. I already know this stuff, so I haven't looked for the docs lately. Supporting newbies is not my job. Then, if you don't have anything constructive to add, stay out of this thread! tomdean ___ AVR-GCC-list mailing list