From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9030 invoked by alias); 8 Jun 2006 15:07:43 -0000 Received: (qmail 9011 invoked by uid 22791); 8 Jun 2006 15:07:41 -0000 X-Spam-Check-By: sourceware.org Received: from www.nabble.com (HELO talk.nabble.com) (72.21.53.35) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 08 Jun 2006 15:07:38 +0000 Received: from localhost ([127.0.0.1] helo=talk.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1FoM6i-0001dr-Ae for gcc-help@gcc.gnu.org; Thu, 08 Jun 2006 08:07:36 -0700 Message-ID: <4774141.post@talk.nabble.com> Date: Thu, 08 Jun 2006 15:07:00 -0000 From: Phildale To: gcc-help@gcc.gnu.org Subject: Constant at a defined address MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit X-Nabble-Sender: Pdale@activer.com X-Nabble-From: Phildale X-IsSubscribed: yes Mailing-List: contact gcc-help-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-help-owner@gcc.gnu.org X-SW-Source: 2006-06/txt/msg00075.txt.bz2 In other compilers this works #define Address const u8 Var[] @ Address = { 1,2,3 } so Var is alway at address, how can i do this with teh GCC compiler? thanks -- View this message in context: http://www.nabble.com/Constant-at-a-defined-address-t1755638.html#a4774141 Sent from the gcc - Help forum at Nabble.com.