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]

Re: : "recipe for target `arm.inc' failed" while building library


Hi Bob

On 23/01/13 17:08, Bob Brusa wrote:

> makefile:37: recipe for target `arm.inc' failed
> arm-none-eabi-gcc.exe: error:
> /opt/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c: No error
> make[1]: Leaving directory
> `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build/hal/arm/arch/current'
> arm-none-eabi-gcc.exe: fatal error: no input files
> makefile:15: recipe for target `build' failed
> compilation terminated.
> make: Leaving directory `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build'
> make[1]: *** [arm.inc] Error 1
> make: *** [build] Error 2
> 
> This is when using the codesourcery lite 4.7.1 and eCos Configuration
> Tool3.net. When building the library using the toolchain that came with
> eCos3.0, it works.
> Thanks for help - Bob

The Sourcery build of the arm-none-eabi toolchain is a native Windows
build (not using Cygwin). It is likely that one of the POSIX-style file
paths used by the eCos build system is not being recognized.

I hope this helps...

John Dallaway
eCos maintainer
http://www.dallaway.org.uk/john

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