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]

Porting REDBoot on LEON2 processor (AT697E)


Hello,

I'm currently working on porting REDBoot on AT697E (Leon2 processor). I'm
wondering if there is already some patches for eCos which allow to run
REDBoot on LEON2 ? 

I've already found
http://emsys.denayer.wenk.be/?project=empro&page=cases&id=14 this project
but it's for LEON_CYC and I have difficulties to compile these sources for
REDBoot in "configtool" :  

make -r -C hal/sparc/arch/v2_0 build
make[1]: Entering directory
`/ecos-z/Dev/REDBoot_LEON/RedBoot_Leon_cyc_build/hal/sparc/arch/v2_0'
sparc-elf-gcc -c
-I/ecos-z/Dev/REDBoot_LEON/RedBoot_Leon_cyc_install/include
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/tests -I.
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/ -msoft-float -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/vectors.tmp -o
src/hal_sparc_arch_vectors.o
/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/vectors.S
sparc-elf-gcc.exe:
/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/vectors.S: No such
file or directory
sparc-elf-gcc -c
-I/ecos-z/Dev/REDBoot_LEON/RedBoot_Leon_cyc_install/include
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/tests -I.
-I/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/ -msoft-float -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/vec_ivsr.tmp -o
src/hal_sparc_arch_vec_ivsr.o
/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/vec_ivsr.S
sparc-elf-gcc.exe: no input files
make[1]: Leaving directory
`/ecos-z/Dev/REDBoot_LEON/RedBoot_Leon_cyc_build/hal/sparc/arch/v2_0'
sparc-elf-gcc.exe:
/ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/vec_ivsr.S: No such
file or directory
make: Leaving directory `/ecos-z/Dev/REDBoot_LEON/RedBoot_Leon_cyc_build'
sparc-elf-gcc.exe: no input files
make[1]: *** [src/vectors.o.d] Error 1
make[1]: *** Waiting for unfinished jobs....
make[1]: *** [src/vec_ivsr.o.d] Error 1
make: *** [build] Error 2

Best regards,

Guillaume MENANT, FRANCE


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