From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30191 invoked by alias); 3 Aug 2008 23:40:45 -0000 Received: (qmail 30183 invoked by uid 22791); 3 Aug 2008 23:40:44 -0000 X-Spam-Check-By: sourceware.org Received: from smtpauth11.prod.mesa1.secureserver.net (HELO smtpauth11.prod.mesa1.secureserver.net) (64.202.165.33) by sourceware.org (qpsmtpd/0.31) with SMTP; Sun, 03 Aug 2008 23:39:44 +0000 Received: (qmail 9677 invoked from network); 3 Aug 2008 23:39:42 -0000 Received: from unknown (64.202.165.33) by smtpauth11.prod.mesa1.secureserver.net (64.202.165.33) with ESMTP; 03 Aug 2008 23:39:41 -0000 Message-ID: <489641B0.8010408@duaneellis.com> Date: Sun, 03 Aug 2008 23:40:00 -0000 From: Duane Ellis Reply-To: duane-gcc-help@duaneellis.com User-Agent: Thunderbird 2.0.0.16 (Windows/20080708) MIME-Version: 1.0 To: gcc-help@gcc.gnu.org CC: Michael.Daiss@gmx.de Subject: Re: AW: Need Help - const - ROM-Area References: <1217779973.27241.ezmlm@gcc.gnu.org> In-Reply-To: <1217779973.27241.ezmlm@gcc.gnu.org> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Id: List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2008-08/txt/msg00026.txt.bz2 Michael daiss> I thought, that with the prefix "const" for instance an integer michael daiss> would be fix located in the ROM-Area... But in the map-File michael daiss> it is located in the data-area, means in the RAM... michael daiss> What must I do to locate values in the ROM-Area? micheal daiss> c:/winavr-20070525/bin/../lib/gcc/avr/4.1.2/ [snip] This is more of an AVR specific question, you should ask on an AVR specific forum. For example: http://www.avrfreaks.net See these two pages: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&t=38003 http://www.nongnu.org/avr-libc/user-manual/group__avr__pgmspace.html -Duane