From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20041 invoked by alias); 27 Aug 2009 14:04:45 -0000 Received: (qmail 19962 invoked by uid 22791); 27 Aug 2009 14:04:44 -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; Thu, 27 Aug 2009 14:04:39 +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 Nqy8SR364mnz; Thu, 27 Aug 2009 14:04:37 +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 E4B224ADEB; Thu, 27 Aug 2009 14:04:36 +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 aN2Ac0nlVyJs; Thu, 27 Aug 2009 16:04:36 +0200 (CEST) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 3E54D7702B5; Thu, 27 Aug 2009 16:04:36 +0200 (CEST) Message-ID: <4A969395.60107@intefo.ch> Date: Thu, 27 Aug 2009 14:04:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Sergei Gavrikov CC: Mandeep Sandhu , ecos-discuss References: <4A951A47.2020402@intefo.ch> <4A966C17.9040401@intefo.ch> <20090827134539.GA21906@ubuntu.local> In-Reply-To: <20090827134539.GA21906@ubuntu.local> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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] ecos + lwip X-SW-Source: 2009-08/txt/msg00092.txt.bz2 Sergei Gavrikov wrote: > On Thu, Aug 27, 2009 at 06:49:59PM +0530, Mandeep Sandhu wrote: >>>> 1.3.1 for eCos. Just copy all the files in the archive over the eCos >>>> repository. >>>> >>>> http://download.westlicht.ch/lwip-20090827.tar.gz >> Hi Simon, >> >> I tried building a new linux synth target with the lwip_sequential package >> selected (using the ecos supplied i386-elf GCC). >> >> I ran into some errors when I try ti build the target. > > Hi > > Beeing in testinf Simon's SLIP addons I noticed that. That happenes > because sio.c, slipif.c are compiled by default. I move those sources in > CDL slip section and it seems compile passes okay. See the attachment, I > think that Simon will quick fix this compile issue and may be more > elegant than me. I already fixed it in the new release. I only added conditional compilation in sio.c as it is depended on by both SLIP and PPP. I did not move slipif.c as there is already a big #ifdef preventing a compilation if SLIP is not selected in the lwip opts. Should all be OK now. Simon -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss