From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32566 invoked by alias); 7 Apr 2011 12:58:02 -0000 Received: (qmail 32548 invoked by uid 22791); 7 Apr 2011 12:58:01 -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; Thu, 07 Apr 2011 12:57:54 +0000 Received: from mikrom.com (mail.mikrom.local [192.168.0.225]) by mail.mikrom.com (Postfix) with ESMTP id 90CC213E78; Thu, 7 Apr 2011 14:57:52 +0200 (CEST) Received: from [IPv6:2001:6f8:11fc:70:f84d:f5d2:3c12:25e0] (unknown [IPv6:2001:6f8:11fc:70:f84d:f5d2:3c12:25e0]) (using TLSv1 with cipher AES256-SHA (256/256 bits)) (No client certificate requested) by mikrom.com (Postfix) with ESMTPSA id 285611BC09; Thu, 7 Apr 2011 14:57:51 +0200 (CEST) Message-ID: <4D9DB4D2.3010808@mikrom.de> Date: Thu, 07 Apr 2011 12:58: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> <4D9AD140.7080202@mikrom.de> <55E5231BD2EB004EB1E67397C33B3A3E39ECFA6F@ex004tcg> In-Reply-To: <55E5231BD2EB004EB1E67397C33B3A3E39ECFA6F@ex004tcg> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit 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/msg00025.txt.bz2 Hi Eigil, > Which version of the CodeSourcery tool chain do you use. I have "arm-none-eabi". When I use that chain to compile eCos + app. I have the problem, that e.g. printf doesn't call the eCos function and thus nothing is printed. > > Did you build the libraries youself? > I use arm-none-eabi and I like with: "-Ttarget.ld -nostdlib -L/ecos_install/lib" Which arm cpu do you use? Bye... > > -----Original Message----- > From: Stefan Sommerfeld [mailto:sommerfeld@mikrom.de] > Sent: 5. april 2011 10:22 > To: Eigil Krogh Sørensen > Cc: ecos-discuss@ecos.sourceware.org > Subject: Re: [ECOS] Questions about CodeSourcery g++ Lite tool chain and eCos > > 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