From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 1476 invoked by alias); 28 Jan 2013 15:23:24 -0000 Received: (qmail 1466 invoked by uid 22791); 28 Jan 2013 15:23:22 -0000 X-SWARE-Spam-Status: No, hits=-4.1 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,KHOP_RCVD_TRUST,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE X-Spam-Check-By: sourceware.org Received: from mail-lb0-f169.google.com (HELO mail-lb0-f169.google.com) (209.85.217.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 28 Jan 2013 15:23:16 +0000 Received: by mail-lb0-f169.google.com with SMTP id m4so4069726lbo.28 for ; Mon, 28 Jan 2013 07:23:14 -0800 (PST) X-Received: by 10.112.9.104 with SMTP id y8mr3829723lba.132.1359386593949; Mon, 28 Jan 2013 07:23:13 -0800 (PST) Received: from [192.168.178.23] (217-75-21-200.pool.cyberlink.ch. [217.75.21.200]) by mx.google.com with ESMTPS id fh4sm3841879lbb.7.2013.01.28.07.23.12 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Mon, 28 Jan 2013 07:23:13 -0800 (PST) Message-ID: <510697DE.5060505@gmail.com> Date: Mon, 28 Jan 2013 15:23:00 -0000 From: Bob Brusa Reply-To: bob.brusa@gmail.com User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:17.0) Gecko/20130107 Thunderbird/17.0.2 MIME-Version: 1.0 To: ecos discuss Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit X-IsSubscribed: yes 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] library build error using arm-eabi tools 4.6.3-20120623 X-SW-Source: 2013-01/txt/msg00029.txt.bz2 Hi, 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? Thanks and best 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