avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] Array of strings in prog. mem.


From: Carl Wall
Subject: Re: [avr-gcc-list] Array of strings in prog. mem.
Date: Sat, 24 Feb 2001 08:00:04 -0500
User-agent: Mutt/1.2.5i

Hi Robert
  Another thing to check is the optimization level there are reports
that -O3 is giving some problems on the latest builds, try -O or -O2 
and see if that helps.
 Cheers
  Carl
> On Fri, Feb 23, 2001 at 01:51:08PM +0100, Robert Rozman wrote:
> > I'm having troubles with putting array of strings into program memory.
> > As long as I don't put progmem attribute in front of my array of days
> > ("days[]={"Mon","Tue", ...     ) program works, but it copies array to
> > RAM. I don't want that, I'd like to keep them in prog. mem.
> > But if I put them in prog.mem. with attribute command and interpret them
> > with PRG_RDB macro it doesn't work.
> > 
> 
> -- 
> Carl A. Wall    VE3APY                Toronto, Ontario, Canada
> "Created on DEBIAN 2.2,  an alternative to Microsoft Systems
>   and a GNU/Linux distribution of Open Source programming" 
> 
> _______________________________________________
> avr-gcc-list mailing list
> address@hidden
> http://avr.jpk.co.nz/mailman/listinfo/avr-gcc-list

-- 
Carl A. Wall    VE3APY                Toronto, Ontario, Canada
"Created on DEBIAN 2.2,  an alternative to Microsoft Systems
  and a GNU/Linux distribution of Open Source programming" 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]