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

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

Re: [avr-gcc-list] big string into the ROM


From: Daniel O'Connor
Subject: Re: [avr-gcc-list] big string into the ROM
Date: Mon, 10 Apr 2006 20:34:15 +0930
User-agent: KMail/1.9.1

On Monday 10 April 2006 20:09, drvdrv wrote:
> (and one more question: is there any way to modify avr-gcc so that
> allows compile bigger string and gives only warning and  not error?
> Then I could decide this warning is important or not.)

How did you declare it?

If you don't declare it correctly then it will be copied into RAM at startup 
because the compiler doesn't know it is read only.

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

Attachment: pgppq6GM8etZh.pgp
Description: PGP signature


reply via email to

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