From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 408 invoked by alias); 23 Sep 2009 13:10:59 -0000 Received: (qmail 399 invoked by uid 22791); 23 Sep 2009 13:10:58 -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, 23 Sep 2009 13:10:53 +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 Yy-4lCmo7Ebh; Wed, 23 Sep 2009 13:10:46 +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 E1F454C854; Wed, 23 Sep 2009 13:10:25 +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 yT26lt7YS7tY; Wed, 23 Sep 2009 15:10:25 +0200 (CEST) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 36C70770107; Wed, 23 Sep 2009 15:10:25 +0200 (CEST) Message-ID: <4ABA1E60.7060009@intefo.ch> Date: Wed, 23 Sep 2009 13:10:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: Mandeep Sandhu CC: ecos-discuss References: <4AB87C82.3090901@intefo.ch> <4ABA192E.3020109@intefo.ch> In-Reply-To: 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 with lwip and 2 interfaces X-SW-Source: 2009-09/txt/msg00215.txt.bz2 Mandeep Sandhu wrote: > I observed another thing while debugging this issue. Even though my > Default interface is set to eth0, the option CYGDAT_LWIP_ETH0_DEFAULT > in the .ecc file is still not set! I'm using "configtool" to change my > config. Is this a GUI tool issue? Well, it is not set, but the default value for eth0 is '1' so it does not need to be overwritten by a user value. When creating the tree you will notice the proper #define in include/pkgconf/net_lwip.h: #define CYGPKG_LWIP_ETH0_CONF 1 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