This is the mail archive of the ecos-devel@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CYGMEM_REGION_lcd undeclared


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 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]