[Top][All Lists]
[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
pgppq6GM8etZh.pgp
Description: PGP signature
- [avr-gcc-list] big string into the ROM, drvdrv, 2006/04/10
- Re: [avr-gcc-list] big string into the ROM,
Daniel O'Connor <=
- Re: [avr-gcc-list] big string into the ROM, drvdrv, 2006/04/10
- Re: [avr-gcc-list] big string into the ROM, Keith Gudger, 2006/04/10
- Re: [avr-gcc-list] big string into the ROM, drvdrv, 2006/04/11
- Re: [avr-gcc-list] big string into the ROM, Ned Konz, 2006/04/11
- Re: [avr-gcc-list] big string into the ROM, Keith Gudger, 2006/04/11
- Re: [avr-gcc-list] big string into the ROM, drvdrv, 2006/04/13
- Re: [avr-gcc-list] big string into the ROM, Joerg Wunsch, 2006/04/13