From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9774 invoked by alias); 26 Mar 2012 21:27:36 -0000 Received: (qmail 9762 invoked by uid 22791); 26 Mar 2012 21:27:35 -0000 X-SWARE-Spam-Status: No, hits=-2.7 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-wi0-f171.google.com (HELO mail-wi0-f171.google.com) (209.85.212.171) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 26 Mar 2012 21:27:21 +0000 Received: by wibhj13 with SMTP id hj13so3580290wib.12 for ; Mon, 26 Mar 2012 14:27:20 -0700 (PDT) Received: by 10.180.78.225 with SMTP id e1mr21760072wix.0.1332797240402; Mon, 26 Mar 2012 14:27:20 -0700 (PDT) Received: from [192.168.178.24] (217-75-16-186.pool.cyberlink.ch. [217.75.16.186]) by mx.google.com with ESMTPS id b3sm43995878wib.4.2012.03.26.14.27.19 (version=SSLv3 cipher=OTHER); Mon, 26 Mar 2012 14:27:20 -0700 (PDT) Message-ID: <4F70DF50.8020307@gmail.com> Date: Mon, 26 Mar 2012 21:27:00 -0000 From: Bob Brusa User-Agent: Mozilla/5.0 (Windows NT 5.1; rv:11.0) Gecko/20120312 Thunderbird/11.0 MIME-Version: 1.0 To: discuss ecos Content-Type: multipart/mixed; boundary="------------090605040409020709020905" 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] configtool - multiple target error when building library with codersourcery light X-SW-Source: 2012-03/txt/msg00087.txt.bz2 --------------090605040409020709020905 Content-Type: text/plain; charset=ISO-8859-15; format=flowed Content-Transfer-Encoding: 7bit Content-length: 378 Hi, I changed the build tools in configtool to Sourcery_CodeBench_Lite_for_ARM_EABI (4.6.1) and this then produces a multiple target error (see attachment). On the other hand: When running configtool with the GNU-tools arm-eabi_q4.08\bin the library builds succesfully. Does anyone have a hint what could be the cause of this problem with codesourcery light? Thanks - Bob --------------090605040409020709020905 Content-Type: text/plain; charset=windows-1252; name="build_error.txt" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="build_error.txt" Content-length: 1762 make[1]: Entering directory `/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_build/error/current' arm-none-eabi-gcc -c -I/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_install/include -I/ecoscvs/ecos/packages/error/current -I/ecoscvs/ecos/packages/error/current/src -I/ecoscvs/ecos/packages/error/current/tests -I. -I/ecoscvs/ecos/packages/error/current/src/ -finline-limit=7000 -Os -Wall -Wpointer-arith -Wundef -Woverloaded-virtual -Wno-write-strings -mcpu=arm7tdmi -g -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -mno-thumb-interwork -Wp,-MD,src/strerror.tmp -o src/error_strerror.o /ecoscvs/ecos/packages/error/current/src/strerror.cxx arm-none-eabi-gcc -c -I/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_install/include -I/ecoscvs/ecos/packages/error/current -I/ecoscvs/ecos/packages/error/current/src -I/ecoscvs/ecos/packages/error/current/tests -I. -I/ecoscvs/ecos/packages/error/current/src/ -finline-limit=7000 -Os -Wall -Wpointer-arith -Wundef -Woverloaded-virtual -Wno-write-strings -mcpu=arm7tdmi -g -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -mno-thumb-interwork -Wp,-MD,src/errno.tmp -o src/error_errno.o /ecoscvs/ecos/packages/error/current/src/errno.cxx arm-none-eabi-ar rcs /ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_install/lib/libtarget.a src/error_strerror.o src/error_errno.o make[1]: Leaving directory `/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_build/error/current' arm.inc.deps:1: *** multiple target patterns. Stop. make -r -C hal/arm/arch/current build make: *** [build] Error 2 make[1]: Entering directory `/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_build/hal/arm/arch/current' make[1]: Leaving directory `/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_build/hal/arm/arch/current' make: Leaving directory `/ecos-c/ProjDAc/TDSsw/libs/tds_lib_5_build' --------------090605040409020709020905 Content-Type: text/plain; charset=us-ascii Content-length: 148 -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss --------------090605040409020709020905--