Hello, I'm trying to build REDBoot on SPARC LEON2 processor (ATMEL AT697E) but Ive some issues during build with ConfigTool:
make -r -C hal/sparc/arch/v2_0 build make[1]: Entering directory `/ecos-z/Dev/REDBoot_LEON/REDBoot_Leon_AT697_build/hal/sparc/arch/v2_0' sparc-elf-gcc -c -I/ecos-z/Dev/REDBoot_LEON/REDBoot_Leon_AT697_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 -c -I/ecos-z/Dev/REDBoot_LEON/REDBoot_Leon_AT697_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: /ecos-z/Dev/ecos-2.0/packages/hal/sparc/arch/v2_0/src/vectors.S: No such file or directory sparc-elf-gcc.exe: no input files 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 sparc-elf-gcc.exe: no input files make[1]: Leaving directory `/ecos-z/Dev/REDBoot_LEON/REDBoot_Leon_AT697_build/hal/sparc/arch/v2_0' make[1]: *** [src/vectors.o.d] Error 1 make: Leaving directory `/ecos-z/Dev/REDBoot_LEON/REDBoot_Leon_AT697_build' make[1]: *** Waiting for unfinished jobs.... make[1]: *** [src/vec_ivsr.o.d] Error 1 make: *** [build] Error 2 Where do these 2 errors come from? "vectors.S" and "vec_ivsr.S" do exist in the specified folder. I've just changed sparc-rtems compiler to sparc-elf compiler. Doesn't it support .S files? What can I do to resolve these errors? Best regards, Guillaume MENANT Software Design Team Espace Performance La Fleuriaye Rue Allessandro Volta Bâtiment F4 BP 50785-44481 CARQUEFOU Cedex www.ayrtontechnology.com Tél : + 33 (0) 2 53 46 00 70 Fax : + 33 (0) 2 53 46 00 71 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
