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


Am 23.01.2013 18:28, schrieb John Dallaway:
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

Hi John,
Unfortunately it did not help. When deleting c:\cygwin\bin from my PATH, the configtool produces a "can not find cygwin1.dll"-error. The config-tool has an entry Tools>Path>usertools where I specified the cygwin-path. Obviously this is not enough.....


The funny thing is: I once succeeded in building a lib with this cs-lite-toolchain - but later I always just got build errors and no lib. No idea how I did this earlier. Do you have any further advice?
Thanks and regards - Bob


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