I believe "Behave as a ROM Monitor" forces ROM setup. Mike
-----Original Message----- From: [EMAIL PROTECTED] on behalf of Andrew Lunn Sent: Thu 10/12/2006 10:16 AM To: David Luca Cc: [email protected]; [email protected] Subject: [ECOS] Re: CYGMEM_REGION_lcd undeclared 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 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
