public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] RedBoot compilation error
@ 2009-02-16 15:02 Max Salov
  2009-02-16 16:29 ` [ECOS] " John Dallaway
  0 siblings, 1 reply; 3+ messages in thread
From: Max Salov @ 2009-02-16 15:02 UTC (permalink / raw)
  To: ecos-discuss

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

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] Re: RedBoot compilation error
  2009-02-16 15:02 [ECOS] RedBoot compilation error Max Salov
@ 2009-02-16 16:29 ` John Dallaway
  2009-02-17  7:03   ` Max Salov
  0 siblings, 1 reply; 3+ messages in thread
From: John Dallaway @ 2009-02-16 16:29 UTC (permalink / raw)
  To: Max Salov; +Cc: ecos-discuss

Hi Max

Max Salov wrote:

> $ 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?

Please check that the Cygwin package "libmpfr1" is installed.

John Dallaway

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

* [ECOS] Re: RedBoot compilation error
  2009-02-16 16:29 ` [ECOS] " John Dallaway
@ 2009-02-17  7:03   ` Max Salov
  0 siblings, 0 replies; 3+ messages in thread
From: Max Salov @ 2009-02-17  7:03 UTC (permalink / raw)
  To: John Dallaway; +Cc: ecos-discuss

Hi John
Thank You, that helped.

Max

John Dallaway пишет:
> Hi Max
> 
> Max Salov wrote:
> 
>> $ 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?
> 
> Please check that the Cygwin package "libmpfr1" is installed.
> 
> John Dallaway
> 

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss

^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2009-02-17  7:03 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2009-02-16 15:02 [ECOS] RedBoot compilation error Max Salov
2009-02-16 16:29 ` [ECOS] " John Dallaway
2009-02-17  7:03   ` Max Salov

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).