From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30731 invoked by alias); 23 Jan 2013 17:08:44 -0000 Received: (qmail 30707 invoked by uid 22791); 23 Jan 2013 17:08:41 -0000 X-SWARE-Spam-Status: No, hits=-4.0 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-f177.google.com (HELO mail-lb0-f177.google.com) (209.85.217.177) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 23 Jan 2013 17:08:36 +0000 Received: by mail-lb0-f177.google.com with SMTP id go11so2387778lbb.36 for ; Wed, 23 Jan 2013 09:08:35 -0800 (PST) X-Received: by 10.112.43.3 with SMTP id s3mr991652lbl.132.1358960914833; Wed, 23 Jan 2013 09:08:34 -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 ee5sm8655678lbb.14.2013.01.23.09.08.33 (version=TLSv1 cipher=ECDHE-RSA-RC4-SHA bits=128/128); Wed, 23 Jan 2013 09:08:34 -0800 (PST) Message-ID: <51001912.4000206@gmail.com> Date: Wed, 23 Jan 2013 17:08: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]: "recipe for target `arm.inc' failed" while building library X-SW-Source: 2013-01/txt/msg00022.txt.bz2 Hi, when building a library, I get the following output: ...cut make[1]: Leaving directory `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build/services/crc/current' headers finished make -r -C hal/arm/arch/current arm.inc make[1]: Entering directory `/cygdrive/c/Projekte/TDSsw/libs/tds_lib_17_build/hal/arm/arch/current' arm-none-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 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 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss