From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 12711 invoked by alias); 4 Feb 2010 09:17:07 -0000 Received: (qmail 12702 invoked by uid 22791); 4 Feb 2010 09:17:05 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00 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; Thu, 04 Feb 2010 09:17:01 +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 <20100204091659.RYFI4474.mtaout02-winn.ispmail.ntl.com@aamtaout01-winn.ispmail.ntl.com>; Thu, 4 Feb 2010 09:16:59 +0000 Received: from cog.dallaway.org.uk ([213.106.80.48]) by aamtaout01-winn.ispmail.ntl.com (InterMail vG.2.02.00.01 201-2161-120-102-20060912) with ESMTP id <20100204091658.DHET13254.aamtaout01-winn.ispmail.ntl.com@cog.dallaway.org.uk>; Thu, 4 Feb 2010 09:16:58 +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 o149Gu1v010944; Thu, 4 Feb 2010 09:16:56 GMT Message-ID: <4B6A9088.3070204@dallaway.org.uk> Date: Thu, 04 Feb 2010 09:17:00 -0000 From: John Dallaway User-Agent: Thunderbird 2.0.0.22 (X11/20090625) MIME-Version: 1.0 To: Ilija Stanislevik CC: eCos developers Subject: Re: Ethernet over SPI driver for ENC424J600 References: <4B6943D5.9010903@siva.com.mk> In-Reply-To: <4B6943D5.9010903@siva.com.mk> Content-Type: text/plain; charset=UTF-8 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: 2010-02/txt/msg00002.txt.bz2 Hi Ilija Ilija Stanislevik wrote: > home/iko/current_ecos/ecos/packages/net/lwip_tcpip/current/src/ecos/simple.c:72:27: > error: netif/ppp/ppp.h: No such file or directory [ snip ] > Any suggestions how to get on track? net/lwip_tcpip/current/include/netif/ppp/ is a new directory. Does it exist in your local CVS checkout? For avoidance of doubt, you need the "-d" switch when updating: cd packages cvs -q update -d -P net/lwip_tcpip io/eth John Dallaway eCos maintainer