From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 10904 invoked by alias); 19 Aug 2009 12:11:27 -0000 Received: (qmail 10895 invoked by uid 22791); 19 Aug 2009 12:11:26 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 X-Spam-Check-By: sourceware.org Received: from mail01.solnet.ch (HELO mail01.solnet.ch) (212.101.4.135) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 19 Aug 2009 12:11:20 +0000 Received: from mail01.solnet.ch ([127.0.0.1]) by localhost (mail01.solnet.ch [127.0.0.1]) (SolNet-Check, port 10024) with LMTP id w+1I6P2-ngSy; Wed, 19 Aug 2009 12:11:17 +0000 (UTC) Received: from beta.intefo.ch (static-212-101-18-64.adsl.solnet.ch [212.101.18.64]) by mail01.solnet.ch (Postfix) with ESMTP id 1AAFD4BFD2; Wed, 19 Aug 2009 12:11:17 +0000 (UTC) Received: from beta.intefo.ch ([127.0.0.1]) by localhost (beta.intefo.ch [127.0.0.1]) (amavisd-new, port 10024) with LMTP id lRJQ2ZSJ7PVf; Wed, 19 Aug 2009 14:11:16 +0200 (CEST) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 751917701C7; Wed, 19 Aug 2009 14:11:16 +0200 (CEST) Message-ID: <4A8BEBFF.3050007@intefo.ch> Date: Wed, 19 Aug 2009 12:11:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.22 (X11/20090608) MIME-Version: 1.0 To: Sergei Gavrikov CC: John Dallaway , ecos-devel@ecos.sourceware.org Subject: Re: lwIP port status References: <4A1173B6.5000805@intefo.ch> <24603788.post@talk.nabble.com> <4A66F713.5030700@intefo.ch> <4A8ADDED.5010400@dallaway.org.uk> <4A8AE5D2.4050305@intefo.ch> <4A8BA58D.8020805@dallaway.org.uk> <20090819092259.GA16837@sg-ubuntu.local> In-Reply-To: <20090819092259.GA16837@sg-ubuntu.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed 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: 2009-08/txt/msg00029.txt.bz2 Sergei Gavrikov wrote: > On Wed, Aug 19, 2009 at 08:11:09AM +0100, John Dallaway wrote: >> I can certainly test on an x86 PC target. I think Sergei Gavrikov has >> also been experimenting with your port (probably on ARM). Are there any >> volunteers to perform a basic sanity check of the eCos port on a >> big-endian target? > > Hello John, Simon > > Unfortunately, I ran in some issues when I tried lwip-20090722 on ARM > http://ecos.sourceware.org/ml/ecos-discuss/2009-07/msg00223.html It was > not possible to build lwip tests because new package had not a few > interface functions are used by io/eth/lwip/current/src/eth_drv.c > lwip_set_addr(), lwip_dhcp_init(), lwip_dsr_stuff(). Old eCos lwip > package has those implementations. Perhaps, I missed something. May be I > have to implement those in HAL? AFAIR I tweaked something in simple.c to > compile lwip_tcpip itself. My "memory sticks" are at home. May be I had > installed/built the package/tests in a wrong way. I used eCos CVS. The > steps were > > rm -r $ECOS_REPOSITORY/net/lwip_tcpip > cp -a net/lwip_tcpip $ECOS_REPOSITORY/net > ecosconfig new lwip_eth > ... > > Well, I did stop my attempts then. Waiting for new Simon stuff. Simon, > if I missed some things, forgive my stupidity. Both, thank you for your > persistence and your efforts! Well, that's my fault. I have also changed the generic ethernet driver for my lwip port. I'll publish these sources with the lwip package tomorrow. Simon