From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 7349 invoked by alias); 23 Jan 2013 17:28:35 -0000 Received: (qmail 7335 invoked by uid 22791); 23 Jan 2013 17:28:33 -0000 X-SWARE-Spam-Status: No, hits=-2.8 required=5.0 tests=AWL,BAYES_00,KHOP_THREADED X-Spam-Check-By: sourceware.org Received: from tetra.codeconfidence.com (HELO tetra.codeconfidence.com) (94.229.66.225) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jan 2013 17:28:05 +0000 Received: from cog.dallaway.org.uk (cpc1-cmbg10-0-0-cust34.5-4.cable.virginmedia.com [81.102.132.35]) by tetra.codeconfidence.com (Postfix) with ESMTP id 1EBA81916992; Wed, 23 Jan 2013 17:28:04 +0000 (GMT) Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id r0NHS3Xx026181; Wed, 23 Jan 2013 17:28:03 GMT Message-ID: <51001DA3.9000501@dallaway.org.uk> Date: Wed, 23 Jan 2013 17:28:00 -0000 From: John Dallaway User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0.11) Gecko/20121120 Thunderbird/10.0.11 MIME-Version: 1.0 To: Bob Brusa CC: eCos Discussion References: <51001912.4000206@gmail.com> In-Reply-To: <51001912.4000206@gmail.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Re: : "recipe for target `arm.inc' failed" while building library X-SW-Source: 2013-01/txt/msg00023.txt.bz2 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