From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30353 invoked by alias); 5 Apr 2011 08:22:34 -0000 Received: (qmail 30336 invoked by uid 22791); 5 Apr 2011 08:22:32 -0000 X-SWARE-Spam-Status: No, hits=-1.9 required=5.0 tests=BAYES_00 X-Spam-Check-By: sourceware.org Received: from mikrom.com (HELO mail.mikrom.com) (178.63.40.178) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Tue, 05 Apr 2011 08:22:26 +0000 Received: from mikrom.com (mail.mikrom.local [192.168.0.225]) by mail.mikrom.com (Postfix) with ESMTP id 04A0013E78; Tue, 5 Apr 2011 10:22:25 +0200 (CEST) Received: from [IPv6:2001:6f8:11fc:70:c8e4:72dd:7b68:cb3c] (unknown [IPv6:2001:6f8:11fc:70:c8e4:72dd:7b68:cb3c]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mikrom.com (Postfix) with ESMTPSA id AED791BC09; Tue, 5 Apr 2011 10:22:23 +0200 (CEST) Message-ID: <4D9AD140.7080202@mikrom.de> Date: Tue, 05 Apr 2011 08:22:00 -0000 From: Stefan Sommerfeld User-Agent: Mozilla/5.0 (Windows; U; Windows NT 6.1; en-US; rv:1.9.2.15) Gecko/20110303 Thunderbird/3.1.9 MIME-Version: 1.0 To: =?ISO-8859-1?Q?Eigil_Krogh_S=F8rensen?= CC: "ecos-discuss@ecos.sourceware.org" References: <55E5231BD2EB004EB1E67397C33B3A3E39ECF98D@ex004tcg> In-Reply-To: <55E5231BD2EB004EB1E67397C33B3A3E39ECF98D@ex004tcg> Content-Type: text/plain; charset=ISO-8859-1 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: Re: [ECOS] Questions about CodeSourcery g++ Lite tool chain and eCos X-SW-Source: 2011-04/txt/msg00013.txt.bz2 Hi Eigil, > > . Is it possible to use CodeSourcery g++ Lite toolchain for eCos? I would like to use that because the compiler is newer, gcc-4.5.1, than the gnutools for ARM, that comes with eCos, gcc-4.3. gcc-4.5. can make code ARM11 and Cortex-R/A. > > . Can CodeSourcery g++ Lite toolchain be used together with eCos config tool in Windows? > > . Which version of the CodeSourcery g++ Lite toolchain should be used with eCos? > I'm using latest CodeSourcery toolchain for eCos (the arm gcc). If you want to use cygwin you need make version 3.80, because the latest make doesn't work correctly with non-cygwin paths and a correctly set CYGPATH variable. Build directly in ecos config tool does not work, but creating a config and running make in the *_build dir does. I hope this helps you. Bye... -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss