From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17884 invoked by alias); 20 Feb 2012 20:45:45 -0000 Received: (qmail 17875 invoked by uid 22791); 20 Feb 2012 20:45:44 -0000 X-SWARE-Spam-Status: No, hits=-1.8 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from tirion.supremecenter202.com (HELO tirion.supremecenter202.com) (209.25.195.243) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 20 Feb 2012 20:45:18 +0000 Received: from [77.28.167.71] (port=34960 helo=[192.168.178.36]) by tirion.supremecenter202.com with esmtpsa (TLSv1:AES256-SHA:256) (Exim 4.69) (envelope-from ) id 1Rza6m-00083P-Mn; Mon, 20 Feb 2012 20:45:16 +0000 Message-ID: <4F42B0DA.1000601@siva.com.mk> Date: Mon, 20 Feb 2012 20:45:00 -0000 From: Ilija Kocho User-Agent: Mozilla/5.0 (X11; Linux i686; rv:10.0) Gecko/20120130 Thunderbird/10.0 MIME-Version: 1.0 To: Alex Schuilenburg CC: eCos developers Subject: Re: eCos GNU tools 4.6.2-20120125 ready for testing [Was Re: Gnutools: consideration for upgrade to GCC 4.6] References: <4F106345.4080902@siva.com.mk> <4F11574D.9070002@dallaway.org.uk> <4F11AC54.7000902@siva.com.mk> <4F1CB41C.90900@jifvik.org> <4F1DA9A0.5070702@siva.com.mk> <4F1FF5AD.4010901@ecoscentric.com> <4F39887A.5050905@siva.com.mk> <4F426DC4.6080400@ecoscentric.com> In-Reply-To: <4F426DC4.6080400@ecoscentric.com> Content-Type: multipart/mixed; boundary="------------020000020404050604000405" X-IsSubscribed: yes Mailing-List: contact ecos-devel-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: ecos-devel-owner@ecos.sourceware.org X-SW-Source: 2012-02/txt/msg00008.txt.bz2 This is a multi-part message in MIME format. --------------020000020404050604000405 Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit Content-length: 1016 On 20.02.2012 16:59, Alex Schuilenburg wrote: > Hi Ilija, > > On 2012-02-13 22:02, Ilija Kocho wrote: >> Hi Alex >> >> eCos GNU tools 4.6.2-20120125 (arm_eabi) binaries are ready for testing. >> John has placed them on FTP and by now most of the mirrors should have >> updated. >> >> I guess this one is closest to you: >> http://www.mirrorservice.org/sites/sourceware.org/pub/ecos/gnutools/i386linux/test/ecos-gnutools-arm-eabi-20120125.i386linux.tar.bz2 >> >> And here are the patches: >> http://www.mirrorservice.org/sites/sourceware.org/pub/ecos/gnutools/src/test/ecos-gnutools-20120125-patches.tar.bz2 >> >> The specific feature of public eCos is that it uses uSTL rather than >> stdlibc++. Would it be possible for you to add ustl with fileio tests? >> Should I be of any help please contact me. > Yes - should be no problem. Just send me a minimal config/export of the > configuration setting you want and I will add that to the perm list. > > -- Alex Thank you Alex. Please find attached ecm file. Ilija --------------020000020404050604000405 Content-Type: text/plain; name="ustl_with_fileio.ecm" Content-Transfer-Encoding: 7bit Content-Disposition: attachment; filename="ustl_with_fileio.ecm" Content-length: 124 cdl_configuration eCos { template default ; package CYGPKG_USTL current ; package CYGPKG_IO_FILEIO current ; }; --------------020000020404050604000405--