From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24158 invoked by alias); 2 Mar 2012 16:36:49 -0000 Received: (qmail 23958 invoked by uid 22791); 2 Mar 2012 16:36:47 -0000 X-SWARE-Spam-Status: No, hits=-1.7 required=5.0 tests=AWL,BAYES_00,T_RP_MATCHES_RCVD X-Spam-Check-By: sourceware.org Received: from hagrid.ecoscentric.com (HELO mail.ecoscentric.com) (212.13.207.197) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Fri, 02 Mar 2012 16:36:32 +0000 Received: from localhost (hagrid.ecoscentric.com [127.0.0.1]) by mail.ecoscentric.com (Postfix) with ESMTP id 91BAB2FB082B; Fri, 2 Mar 2012 16:36:30 +0000 (GMT) Received: from mail.ecoscentric.com ([127.0.0.1]) by localhost (hagrid.ecoscentric.com [127.0.0.1]) (amavisd-new, port 10024) with ESMTP id nObQwpU9zQXH; Fri, 2 Mar 2012 16:36:28 +0000 (GMT) Message-ID: <4F50F700.5080902@ecoscentric.com> Date: Fri, 02 Mar 2012 16:36:00 -0000 From: Alex Schuilenburg User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:10.0.2) Gecko/20120216 Thunderbird/10.0.2 MIME-Version: 1.0 To: Ilija Kocho 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> In-Reply-To: <4F39887A.5050905@siva.com.mk> Content-Type: text/plain; charset=windows-1252 Content-Transfer-Encoding: 7bit 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-03/txt/msg00000.txt.bz2 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 Thanks. I have taken a test snapshot of anoncvs on 2012-03-01 00:00:00:00 along with the toolchain above and thrown that to our test farm. Unfortunately the Embedded Artists LPC2468-32 anoncvs port appears to be either incompatible with our RedBoot or is broken in anoncvs. All the tests fail to hit a breakpoint set at cyg_test_init, or run without any breakpoints. I suspect this port appears to have suffered bitrot since the V3 as the board appears to have been run in our testfarm for the public eCos 3.0 release in 2009, and the RedBoot on the board is dated Apr 25 2008 which goes back to V2. I have just switched to using our eCosPro sources and the first couple of tests I checked passed, so at least this confirms this is not any issue with the toolchain. Using the same set of eCosPro sources with our ecospro tools and the anoncvs tools at least will tell us if there is any regression. Unfortunately though, if there is a regression we will only be able to report the test/s that failed along with the flags and configuration used to build the tests. Otherwise somebody is going to need to fix the anoncvs port for the Embedded Artists LPC2468-32 board. > 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. I have added the configuration you sent to our test farm, although obviously because the sources are eCosPro, there is no uSTL support testing for the Embedded Artists LPC2468-32. I'll let you know how we get on with the ST STM3210E-EVAL board testing. Cheers -- Alex Managing Director/CEO eCosCentric Limited www.ecoscentric.com Reg in England and Wales, Reg No 4422071 > > Cheers > Ilija > > > > On 25.01.2012 13:29, Alex Schuilenburg wrote: >> Hi Ilija >> >> eCosCentric are happy to make its eCos test farm available to you for >> automated testing of the new toolchains. >> >> Having gone through our list of ARM and Cortex hardware in our test farm >> and the hardware supported in the public eCos repository (i.e. the >> physical hardware we have and what is supported in the public eCos >> repository), we propose running tests for the Embedded Artists >> LPC2468-32 (to test ARM7 and thumb mode, as well as the network stacks >> with the newer toolchain since this board has ethernet support) and the >> ST STM3210E-EVAL evaluation board (to test Cortex-M3). >> >> The tests will take around 2 weeks to run after which I will post the >> results for you to examine. The results will be accessible through a >> web interface in three forms: >> >> 1. eCos build results >> eCos and its tests will be built in a number of different eCos >> configurations utilising a number of different compiler options. >> Each configuration is known as a perm (short for permutation). A >> build is a tuple consisting of target+source+toolchain+perm. The >> results of each build consist of the shell script used to configure >> and build eCos and the tests (so you can rebuild yourself), the eCos >> ecm export (so you can import the configuration without having to >> run the shell script), as well as the full compilation and link >> output of the build. >> 2. eCos test results >> Each test built against a tuple is executed on real hardware with >> the test result logged. If a test fails, the full output is >> preserved and made available along with the test binary, although >> the full output of special tests such as tm_basic are also always >> made available. >> 3. eCos test result summary >> The number of passes and number of each type of failure for each >> build is presented in table form to provide an overview of the test >> results for the build. >> >> All we need from you is a Linux hosted arm-eabi toolchain in tarball >> form and the eCos sources, also in tarball form, although we can use >> http://hg-pub.ecoscentric.com/ecos as the source base if you prefer. >> >> If you would like to make use of the test farm and agree with the >> selection of targets (or can propose alternatives), please let me know >> and provide me with the url where the toolchain can be downloaded from >> (and optionally the sources). I'll post the results as soon as the >> tests are completed. >> >> Cheers >> >> -- Alex Schuilenburg >> >> Managing Director/CEO eCosCentric Limited >> www.ecoscentric.com Reg in England and Wales, Reg No 4422071 >> >> >>