public inbox for ecos-devel@sourceware.org
 help / color / mirror / Atom feed
* CYGMEM_REGION_lcd undeclared
@ 2006-10-12  7:49 David Luca
  2006-10-12 15:16 ` Andrew Lunn
  0 siblings, 1 reply; 2+ messages in thread
From: David Luca @ 2006-10-12  7:49 UTC (permalink / raw)
  To: ecos-devel, ecos-discuss


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. Thank you in advance, 
David Luca

make[1]: Entering directory
`/ecos-d/Projects/eCos/agilent_build/hal/arm/arm9/aaed2000/current'
arm-elf-gcc -c 
-I/ecos-d/Projects/eCos/agilent_install/include
-I/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current
-I/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src
-I/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/tests
-I.
-I/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/
-finline-limit=7000 -mcpu=arm9 -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef  -g -O2
-ffunction-sections -fdata-sections  -fno-exceptions  
-Wp,-MD,src/lcd_support.tmp -o
src/hal_arm_arm9_aaed2000_lcd_support.o
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c:
In function `lcd_init':
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c:146:
`CYGMEM_REGION_lcd' undeclared (first use in this
function)
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c:146:
(Each undeclared identifier is reported only once
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c:146:
for each function it appears in.)
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c:
In function `lcd_getinfo':
/opt/ecos/ecos-3.0/packages/hal/arm/arm9/aaed2000/current/src/lcd_support.c:186:
`CYGMEM_REGION_lcd' undeclared (first use in this
function)
make[1]: Leaving directory
`/ecos-d/Projects/eCos/agilent_build/hal/arm/arm9/aaed2000/current'
make[1]: *** [src/lcd_support.o.d] Error 1
make: Leaving directory
`/ecos-d/Projects/eCos/agilent_build'
make: *** [build] Error 2



__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

^ permalink raw reply	[flat|nested] 2+ messages in thread

* Re: CYGMEM_REGION_lcd undeclared
  2006-10-12  7:49 CYGMEM_REGION_lcd undeclared David Luca
@ 2006-10-12 15:16 ` Andrew Lunn
  0 siblings, 0 replies; 2+ messages in thread
From: Andrew Lunn @ 2006-10-12 15:16 UTC (permalink / raw)
  To: David Luca; +Cc: ecos-devel, ecos-discuss

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

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2006-10-12 15:16 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2006-10-12  7:49 CYGMEM_REGION_lcd undeclared David Luca
2006-10-12 15:16 ` Andrew Lunn

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).