From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27949 invoked by alias); 12 Oct 2006 15:16:58 -0000 Received: (qmail 27930 invoked by uid 22791); 12 Oct 2006 15:16:57 -0000 X-Spam-Status: No, hits=-2.6 required=5.0 tests=AWL,BAYES_00,SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: sourceware.org Received: from londo.lunn.ch (HELO londo.lunn.ch) (80.238.139.98) by sourceware.org (qpsmtpd/0.31) with ESMTP; Thu, 12 Oct 2006 15:16:54 +0000 Received: from lunn by londo.lunn.ch with local (Exim 3.36 #1 (Debian)) id 1GY2Ik-0000D1-00; Thu, 12 Oct 2006 17:16:50 +0200 Date: Thu, 12 Oct 2006 15:16:00 -0000 To: David Luca Cc: ecos-devel@ecos.sourceware.org, ecos-discuss@ecos.sourceware.org Subject: Re: CYGMEM_REGION_lcd undeclared Message-ID: <20061012151650.GF13027@lunn.ch> Mail-Followup-To: David Luca , ecos-devel@ecos.sourceware.org, ecos-discuss@ecos.sourceware.org References: <20061012074937.73607.qmail@web38712.mail.mud.yahoo.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <20061012074937.73607.qmail@web38712.mail.mud.yahoo.com> User-Agent: Mutt/1.5.13 (2006-08-11) From: Andrew Lunn X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2006-10/txt/msg00005.txt.bz2 On Thu, Oct 12, 2006 at 12:49:37AM -0700, David Luca wrote: > > Hello, > When I try to compile Agilent AAED2000 eCos port, and > set in eCos Hal->ROM Monitor Support->Behave as a ROM > Monitor, I receive the following errors, can anyone > tell me how this problem can be solved? I searched for > the missing directive, I found it in > mlt_arm_arm9_aaed2000_ram.h file, so the problem is > elsewhere. Are you using ROM startup? With a ROM build it uses mlt_arm_arm9_aaed2000_rom.{h|ldi} which does not contain these macros. Try adding them and see if it then compiles and runs. Andrew