From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 29693 invoked by alias); 27 Aug 2009 13:51:44 -0000 Received: (qmail 29684 invoked by uid 22791); 27 Aug 2009 13:51:44 -0000 X-SWARE-Spam-Status: No, hits=-1.5 required=5.0 tests=AWL,BAYES_00,J_CHICKENPOX_43,SARE_MSGID_LONG40,SPF_PASS X-Spam-Check-By: sourceware.org Received: from mail-px0-f179.google.com (HELO mail-px0-f179.google.com) (209.85.216.179) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 27 Aug 2009 13:51:38 +0000 Received: by pxi9 with SMTP id 9so1117507pxi.14 for ; Thu, 27 Aug 2009 06:51:36 -0700 (PDT) MIME-Version: 1.0 Received: by 10.142.250.41 with SMTP id x41mr842679wfh.42.1251381096616; Thu, 27 Aug 2009 06:51:36 -0700 (PDT) In-Reply-To: <4A968E58.10204@intefo.ch> References: <4A951A47.2020402@intefo.ch> <4A966C17.9040401@intefo.ch> <4A968E58.10204@intefo.ch> Date: Thu, 27 Aug 2009 13:51:00 -0000 Message-ID: From: Mandeep Sandhu To: Simon Kallweit Cc: ecos-discuss Content-Type: text/plain; charset=ISO-8859-1 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/msg00089.txt.bz2 > > Well there was actually a mistake. I did compile sio.c even when serial > support is not needed (no SLIP or PPP). The warnings in socket.h should not > matter, but I'll look into them. > >> $ find packages/ -name serialio.h >> packages/io/serial/v3_0/include/serialio.h > > Headers in the eCos repository will not be found when compiling, only the > headers which are copied over to your build tree are recognized. > > Well I fixed the bug with sio.c > > Here is the fixed release: > http://download.westlicht.ch/lwip-20090827-1.tar.gz Thanks! > > Copy all the archives files over the existing files in your eCos repository. > Then use the following to build: > >> mkdir testbuild >> cd testbuild >> ecosconfig new linux lwip_eth_sequential > > Note: If you want to build with i386-elf toolchain you need to edit ecos.ecc > and change the user_value for CYGBLD_GLOBAL_COMMAND_PREFIX from "" to > "i386-elf" Yup. I'm doing that already. > >> ecosconfig tree >> make >> make -C net/lwip_tcpip/current tests > > If this does not compile without errors there is something wrong with your > setup. What is your environment? I'm running Ubuntu 9.04. Using the i386 toolchain that comes with ecos-3.0 Regards, -mandeep > > 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