[arm-gnu] using arm-none-eabi-gcc in configtool of eCos
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[arm-gnu] using arm-none-eabi-gcc in configtool of eCos



High
I switched to the new 2010q1 version of the compiler. I was able to build a small app that was generated with the arm-eabi_q4.08 tools. However, when trying to build a new library using configtool and specifying therein the new compiler, I get the following error:

.....cut next is line 117
make[1]: Entering directory `/ecos-c/ecos/icb4/icb_lib_3_build/services/memalloc/common/current' tclsh /ecoscvs/ecos/packages/services/memalloc/common/current/src/heapgen.tcl "/ecos-c/ecos/icb4/icb_lib_3_install" "`pwd`" make[1]: Leaving directory `/ecos-c/ecos/icb4/icb_lib_3_build/services/memalloc/common/current'
arm.inc.deps:1: *** multiple target patterns.  Stop.
make -r -C hal/arm/arch/current build
make: *** [build] Error 2
make[1]: Entering directory `/ecos-c/ecos/icb4/icb_lib_3_build/hal/arm/arch/current' make[1]: Leaving directory `/ecos-c/ecos/icb4/icb_lib_3_build/hal/arm/arch/current'
make: Leaving directory `/ecos-c/ecos/icb4/icb_lib_3_build'

The previous compiler produced the same line 118, but did not rise an error. Actually, I do not understand the meaning of the error message. What does it try to tell me? Any advice?
Thanks and have a nice evening - Bob