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]

ecos/redboot arm at91 problems


Hello,
I am trying to get a basic ecos and reboot built 
going.  Nothing fancy.  Here are the steps I am
taking right from the start.  I am running
on fedora core 6 and have installed ecos/redboot
today.  I have tried to make the build two ways,
without luck.  I can built without redboot, but I
really want redboot too.
Please help.
-Mike

1) wget && sh ecos-install.tcl 

2) Install arm-elf GNU tools

3) source ecosenv.sh

4) ecosconfig new at91 reboot

results:
U CYGSEM_HAL_USE_ROM_MONITOR, new inferred value 0

5) ecosconfig tree

6) results:
cos-2.0/packages/hal/arm/arch/v2_0
-I/home/mike/ecos/ecos-2.0/packages/hal/arm/arch/v2_0/src
-I/home/mike/ecos/ecos-2.0/packages/hal/arm/arch/v2_0/tests
-I.
-I/home/mike/ecos/ecos-2.0/packages/hal/arm/arch/v2_0/src/
-mcpu=arm7tdmi -mno-short-load-words -Wall
-Wpointer-arith -Wstrict-prototypes -Winline -Wundef
-Woverloaded-virtual -g -O2 -ffunction-sections
-fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
-finit-priority -Wp,-MD,src/redboot_linux_exec.tmp -o
src/hal_arm_arch_redboot_linux_exec.o
/home/mike/ecos/ecos-2.0/packages/hal/arm/arch/v2_0/src/redboot_linux_exec.c
/home/mike/ecos/ecos-2.0/packages/hal/arm/arch/v2_0/src/redboot_linux_exec.c:76:3:
#error 
make[1]: *** [src/redboot_linux_exec.o.d] Error 1
make[1]: Leaving directory
`/home/mike/ecos/at91-pass3/hal/arm/arch/v2_0'
make: *** [build] Error 2


7) Attempt #2

7.1) ecosconfig new at91
7.2) ecosconfig import  ecosconfig import
/home/mike/ecos/ecos-2.0/packages/hal/arm/at91/v2_0/misc/redboot_RAM.ecm

7.3) ecosconfig tree
7.4) make
7.5) results

ecos-2.0/packages/redboot/v2_0/src/ -mcpu=arm7tdmi
-mno-short-load-words -Wall -Wpointer-arith
-Wstrict-prototypes -Winline -Wundef
-Woverloaded-virtual -g -O2 -ffunction-sections
-fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
-finit-priority -Wp,-MD,src/main.tmp -o
src/redboot_main.o
/home/mike/ecos/ecos-2.0/packages/redboot/v2_0/src/main.c
In file included from
/home/mike/ecos/ecos-2.0/packages/redboot/v2_0/src/main.c:57:
/home/mike/ecos/at91-pass2/install/include/redboot.h:64:25:
cyg/crc/crc.h: No such file or directory
/home/mike/ecos/ecos-2.0/packages/redboot/v2_0/src/main.c:621:
warning: weak declaration of `bist' after first use
results in unspecified behavior
make[1]: *** [src/main.o.d] Error 1
make[1]: Leaving directory
`/home/mike/ecos/at91-pass2/redboot/v2_
 


-- 
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]