This is the mail archive of the ecos-discuss@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]

Keil MCB2100 Error from configtool


Hi colleagues

I'm trying to build RedBoot image for Keil MCB2100:
1. I have checked out latest (2-3 days ago) ecos repository from cvs
2. Have started ecos with this repository as command line argument.
3. With Build->Templates...
    - Selected Keil MCB 2100 eval. board
    - Selected redboot
4. Saved configuration.
5. Started Build->Libraries

Building stopped with an error message - see following extract from
configtool log:
(the arm-elf-gcc is broken by e-mail client so i inserted some newlines
to separate the error report line)
-----------extract from configtool log ---------------
arm-elf-gcc -c 
-I/home/vae/Proekti/ecos/arm/lpc2100/one/keil_rb_install/include
-I/opt/ecos_cvs_work/ecos/packages/hal/arm/arch/current
-I/opt/ecos_cvs_work/ecos/packages/hal/arm/arch/current/src
-I/opt/ecos_cvs_work/ecos/packages/hal/arm/arch/current/tests -I.
-I/opt/ecos_cvs_work/ecos/packages/hal/arm/arch/current/src/
-finline-limit=7000 -mthumb-interwork -mcpu=arm7tdmi
-mno-short-load-words -Wall -Wpointer-arith -Wstrict-prototypes -Winline
-Wundef  -g -O2 -ffunction-sections -fdata-sections  -fno-exceptions  
-Wp,-MD,src/redboot_linux_exec.tmp -o
src/hal_arm_arch_redboot_linux_exec.o
/opt/ecos_cvs_work/ecos/packages/hal/arm/arch/current/src/redboot_linux_exec.c

/opt/ecos_cvs_work/ecos/packages/hal/arm/arch/current/src/redboot_linux_exec.c:80:3:
#error

make[1]: Leaving directory
`/home/vae/Proekti/ecos/arm/lpc2100/one/keil_rb_build/hal/arm/arch/current'
make[1]: *** [src/redboot_linux_exec.o.d] Error 1
make: Leaving directory
`/home/vae/Proekti/ecos/arm/lpc2100/one/keil_rb_build'
make: *** [build] Error 2
-----------end extract from configtool log ---------------

6. I have checked /opt/ecos_cvs_work/...redboot_linux_exec.c
and found out it should occure if CYGARC_PHYSICAL_ADDRESS is not defined.

Please tell me where should it be defined, what am i missing?

best regards
Ilija


-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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