From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 20602 invoked by alias); 3 Feb 2010 09:37:36 -0000 Received: (qmail 20589 invoked by uid 22791); 3 Feb 2010 09:37:36 -0000 X-SWARE-Spam-Status: No, hits=-1.2 required=5.0 tests=AWL,BAYES_05,UNPARSEABLE_RELAY X-Spam-Check-By: sourceware.org Received: from neomail.neotel.com.mk (HELO neomail.neotel.com.mk) (80.77.144.15) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Wed, 03 Feb 2010 09:37:31 +0000 Received: from dummy.name; Wed, 03 Feb 2010 10:37:24 +0100 Message-ID: <4B6943D5.9010903@siva.com.mk> Date: Wed, 03 Feb 2010 09:37:00 -0000 From: Ilija Stanislevik User-Agent: Thunderbird 2.0.0.23 (X11/20090817) MIME-Version: 1.0 To: eCos developers Subject: Ethernet over SPI driver for ENC424J600 Content-Type: text/plain; charset=UTF-8 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/msg00000.txt.bz2 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? Ilija Stanislevik