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]

RedBoot compilation error


Hello,
I try to build RedBoot for stm3210e evaluation board.
I use ecoscentric-gnutools-arm-eabi-20081213-sw.cygwin (path to gcc executable /gnutools/arm-eabi/bin/arm-eabi-gcc.exe is added to PATH) and ecos-trunk-090215 snapshot.



$ ecosconfig new stm3210e_eval redboot
U CYGSEM_HAL_USE_ROM_MONITOR, new inferred value 0
U CYGBLD_REDBOOT_MAX_MEM_SEGMENTS, new inferred value 3
U CYGIMP_HAL_COMMON_INTERRUPTS_USE_INTERRUPT_STACK, new inferred value 0
U CYGNUM_REDBOOT_FLASH_BASE, new inferred value 0x64000000
$ ecosconfig import /ecos/packages/hal/cortexm/stm32/stm3210e_eval/current/misc/redboot_ROM.ecm
U CYGDBG_HAL_CRCTABLE_LOCATION, new inferred value ROM
$ ecosconfig tree
$ make


...
headers finished
make -r -C hal/cortexm/arch/current build
make[1]: Entering directory `/ecos-dev/hal/cortexm/arch/current'
arm-eabi-gcc -c -I/ecos-dev/install/include -I/ecos/packages/hal/cortexm/arch/current -I/ecos/packages/hal/cortexm/arch/current/src -I/ecos/packages/hal/cortexm/arch/current/tests -I. -I/ecos/packages/hal/cortexm/arch/current/src/ -finline-limit=7000 -Wall -Wpointer-arith -Wstrict-prototypes -Wundef -Wno-write-strings -mcpu=cortex-m3 -mthumb -g -O2 -ffunction-sections -fdata-sections -fno-exceptions -Wp,-MD,src/hal_misc.tmp -o src/hal_cortexm_arch_hal_misc.o /ecos/packages/hal/cortexm/arch/current/src/hal_misc.c
make[1]: *** [src/hal_misc.o.d] Error 1
make[1]: Leaving directory `/ecos-dev/hal/cortexm/arch/current'
make: *** [build] Error 2


I have never faced such error. May be additional configuration should be performed?

Best regards,
Max

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