From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17978 invoked by alias); 3 Feb 2010 13:13:19 -0000 Received: (qmail 17968 invoked by uid 22791); 3 Feb 2010 13:13:18 -0000 X-SWARE-Spam-Status: No, hits=-2.4 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, 03 Feb 2010 13:13:10 +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 6a+CdlwZHNN5; Wed, 3 Feb 2010 13:13:07 +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 1258C4F404; Wed, 3 Feb 2010 13:13:07 +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 wq6BRugc3ZHZ; Wed, 3 Feb 2010 14:12:55 +0100 (CET) Received: from [192.168.1.20] (simon.intefo.ch [192.168.1.20]) by beta.intefo.ch (Postfix) with ESMTP id 0FB9877032A; Wed, 3 Feb 2010 14:12:55 +0100 (CET) Message-ID: <4B697656.7000005@intefo.ch> Date: Wed, 03 Feb 2010 13:13:00 -0000 From: Simon Kallweit User-Agent: Thunderbird 2.0.0.23 (X11/20090817) 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; 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: 2010-02/txt/msg00001.txt.bz2 Ilija Stanislevik wrote: > Hi, > > I tested the driver at Ethernet level: sending and receiving Ethernet > packets, setting and getting ESA, etc. The tests have been done on > STM3210E evaluation board (ST cortex M3 processor). Now I am trying to > perform tests with lwip stack. > > First I did some initial testing with ecos3.0. Using configtool I chose > ecos3.0 repository, ST STM3210E EVAL board template and lwip_eth package > instead of default. I added my driver source and CDL files to my local > ecos3.0 repository. Everything builds fine. > > Then I decided to try the lwip from the CVS. Using configtool I chose > current ecos repository (taken from CVS on February 2. 2010), ST > STM3210E EVAL board template and lwip_eth package. I added my driver > source and CDL files to my local repository. Building library does not > yield: > > . > . > > 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 > > /home/iko/current_ecos/ecos/packages/net/lwip_tcpip/current/src/ecos/simple.c:73:28: > error: netif/ppp/chat.h: No such file or directory > > /home/iko/current_ecos/ecos/packages/net/lwip_tcpip/current/src/ecos/simple.c:190:8: > warning: multi-line comment > make[1]: Leaving directory > > `/home/iko/Agenda/Energ/Ramnenje/Dizajn/STM32/EVALB/ecos/test_current_ecos_build/net/lwip_tcpip/current' > make[1]: *** [src/ecos/simple.o.d] Error 1 > make: Leaving directory > > `/home/iko/Agenda/Energ/Ramnenje/Dizajn/STM32/EVALB/ecos/test_current_ecos_build' > make: *** [build] Error 2 > > Any suggestions how to get on track? Hmm, I just did the following, using the latest CVS repository: ecosconfig new stm3210e_eval lwip_eth ecosconfig tree make make -C net/lwip_tcpip/current/ tests Everything builds, as far as I can see. Try to recreate your tree, or start with a clean configuration again. Simon