public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: "Michael Daiss" <daiss@gmx.de>
To: gcc-help@gcc.gnu.org
Subject: Need Help - const - ROM-Area
Date: Mon, 21 Jul 2008 21:01:00 -0000	[thread overview]
Message-ID: <20080721200314.270020@gmx.net> (raw)

Hello,

I thought, that with the prefix "const" it would be located in the ROM-Area...
But in the map-File it is located in the data-area, means in the RAM...
What must I do to locate it in the ROM-Area?

Thank you for help!!!
Michael Daiss

const char TEXT0_ROM[32][21]={  
"R0--MAIN            ",
"RO 01               ",
"RO 02               ",
"RO 03               ",
"RO 04               ",
"RO 05               ",
"RO 06               ",
"RO 07               ",
"RO 08               ",
"RO 09               ",
"RO 0A               ",
"RO 0B               ",
"RO 0C               ",
"RO 0D               ",
"RO 0E               ",
"RO 0F               ",
"RO 10               ",
"RO 11               ",
"RO 12               ",
"RO 13               ",
"RO 14               ",
"RO 15               ",
"RO 16               ",
"RO 17               ",
"RO 18               ",
"RO 19               ",
"RO 1A               ",
"RO 1B               ",
"RO 1C               ",
"RO 1D               ",
"RO 1E               ",
"RO 1F               "};



Memory Configuration

Name             Origin             Length             Attributes
text             0x00000000         0x00020000         xr
data             0x00800060         0x0000ffa0         rw !x
eeprom           0x00810000         0x00010000         rw !x
*default*        0x00000000         0xffffffff

.data          0x00800100        0x0 c:/winavr-20070525/bin/../lib/gcc/avr/4.1.2/../../../../avr/lib/avr5/crtcan128.o
 .data          0x00800100      0xd92 main.o
                0x00800412                TEXT1_ROM
                0x00800163                MENUE_MAX_ROM
                0x00800172                TEXT0_ROM

-- 
Der GMX SmartSurfer hilft bis zu 70% Ihrer Onlinekosten zu sparen! 
Ideal für Modem und ISDN: http://www.gmx.net/de/go/smartsurfer

             reply	other threads:[~2008-07-21 20:03 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-07-21 21:01 Michael Daiss [this message]
2008-08-03 16:12 ` AW: " Michael.Daiss

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20080721200314.270020@gmx.net \
    --to=daiss@gmx.de \
    --cc=gcc-help@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).