From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 5676 invoked by alias); 28 Jan 2013 19:29:06 -0000 Received: (qmail 5662 invoked by uid 22791); 28 Jan 2013 19:29:03 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,KHOP_SPAMHAUS_DROP,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; Mon, 28 Jan 2013 19:28:26 +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 72E1F1726005; Mon, 28 Jan 2013 19:28:24 +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 r0SJSOaw011126; Mon, 28 Jan 2013 19:28:24 GMT Message-ID: <5106D158.2050909@dallaway.org.uk> Date: Mon, 28 Jan 2013 19:29: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: <510697DE.5060505@gmail.com> In-Reply-To: <510697DE.5060505@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: library build error using arm-eabi tools 4.6.3-20120623 X-SW-Source: 2013-01/txt/msg00030.txt.bz2 Bob On 28/01/13 15:23, Bob Brusa wrote: > when building the library with Configtool I get an error: > > ...cut > make[1]: Entering directory > `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build/hal/arm/arch/current' > arm-eabi-gcc -finline-limit=7000 -Os -Wall -Wpointer-arith > -Wstrict-prototypes -Wundef -Wno-write-strings -mcpu=arm7tdmi -g > -ffunction-sections -fdata-sections -fno-exceptions > -mno-thumb-interwork > -I/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_install/include > -I/opt/ecos/packages/hal/arm/arch/current > -I/opt/ecos/packages/hal/arm/arch/current/src > -I/opt/ecos/packages/hal/arm/arch/current/tests -I. -Wp,-MD,arm.tmp -o > hal_mk_defs.tmp -S > /opt/ecos/packages/hal/arm/arch/current/src/hal_mk_defs.c > fgrep .equ hal_mk_defs.tmp | sed s/#// > arm.inc > fgrep: hal_mk_defs.tmp: No such file or directory > makefile:37: recipe for target `arm.inc' failed > tail: cannot open `arm.tmp' for reading: No such file or directory > make[1]: Leaving directory > `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build/hal/arm/arch/current' > make[1]: *** [arm.inc] Error 1 > makefile:15: recipe for target `build' failed > make: *** [build] Error 2 > make: Leaving directory `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build' > > When generating the library using the old toolchain that came with > eCos3.0, this problem does not exist. > > Does anyone have good advice? Make sure that you have the "libmpc1" Cygwin package installed. The older eCos toolchains are not dependent on this package. Ref: http://sourceware.org/ml/ecos-discuss/2012-06/msg00047.html 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