From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 18795 invoked by alias); 25 Oct 2009 16:46:45 -0000 Received: (qmail 18786 invoked by uid 22791); 25 Oct 2009 16:46:44 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_05 X-Spam-Check-By: sourceware.org Received: from mtaout02-winn.ispmail.ntl.com (HELO mtaout02-winn.ispmail.ntl.com) (81.103.221.48) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Sun, 25 Oct 2009 16:46:40 +0000 Received: from aamtaout01-winn.ispmail.ntl.com ([81.103.221.35]) by mtaout02-winn.ispmail.ntl.com (InterMail vM.7.08.04.00 201-2186-134-20080326) with ESMTP id <20091025164634.SMWO27507.mtaout02-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Sun, 25 Oct 2009 16:46:34 +0000 Received: from cog.dallaway.org.uk ([213.106.93.52]) by aamtaout01-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20091025164634.XAVL13254.aamtaout01-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Sun, 25 Oct 2009 16:46:34 +0000 Received: from cog.dallaway.org.uk (cog.dallaway.org.uk [127.0.0.1]) by cog.dallaway.org.uk (8.13.8/8.13.8) with ESMTP id n9PGkVaA006832; Sun, 25 Oct 2009 16:46:32 GMT Message-ID: <4AE480E7.2010803@dallaway.org.uk> Date: Sun, 25 Oct 2009 16:46:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Simon Kallweit CC: ecos-devel@ecos.sourceware.org Subject: Re: lwip 1.3.1 testing References: <4A8E48C2.10802@intefo.ch> <20090821184336.GA24882@ubuntu.local> <20090824201853.GA10163@ubuntu.local> <4A938008.70909@intefo.ch> <4A939599.8040703@intefo.ch> In-Reply-To: <4A939599.8040703@intefo.ch> Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit 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: 2009-10/txt/msg00049.txt.bz2 Hi Simon Simon Kallweit wrote: > Testing on real hardware would be especially useful. Also testing on > big-endian targets might reveal some issues, as I've only been testing > on little-endian platforms. Using your sources from lwip-20090827.tar.gz, I was able to build and run the httpd_simple test on a PowerPC (big-endian) target OK. DHCP over ethernet was also OK. The lwIP CDL script currently builds ecos/sio.c unconditionally so CYGPKG_IO_SERIAL is required even when both PPP and SLIP are disabled. It would be good to compile ecos/sio.c via a CDL option which is "calculated { CYGPKG_LWIP_PPP || CYGPKG_LWIP_SLIP }" if other source code will permit this. Some other source code files which look like they might benefit from conditional compilation: ecos/ppp.c ecos/sequential.c ecos/simple.c netif/slipif.c How is you own testing of lwIP 1.3.1 progressing? John Dallaway