Hi John, Thank you, Yes I could make with Simon's lwIP stack.
I know that I need to have ethernet interface for specific ethernet hardware. In /current/src/netif/ethernetif.c is the file which I need to change.to conncet stack with harware. with that I have some other .c and .h file which need to compile for ethernet daughter board. So can i directly replace the file ethernetif.c with my ethernetif.c ? and where should i add my ethernet hardware specific files and where should i compile all of them. I am using GDB gui. I do have ethernetif.c with the ethernet hardware specific files and they r working with FreeRTOS so I just need to use same files and connect them to ecos. I am almost there in getting my target run. Best regards Kishore On Thu, Aug 6, 2009 at 1:12 AM, John Dallaway<[email protected]> wrote: > Hi Kishore > > Kishore Srimat wrote: > >> Well I would like to know the way to add Simon's lwIP 1.3.0 which i >> downloaded. Is there a procedure to take out the old lwIP and add the >> new Simon's lwIP ? >> >> I see the lwIP folder and also a ecos database file. So I thought its >> a good idea to ask ecos experts here. > > cd /tmp > tar zxf lwip-20090722.tar.gz > cp -r lwip/packages/net/lwip_tcpip/current \ > /opt/ecos/ecos-3.0/packages/net/lwip_tcpip > > You will now have two versions of the lwIP TCP/IP stack in your > repository: "v3_0" and "current". You do not need to modify ecos.db. > > When you create new eCos configurations, the eCos host tools will use > the "current" version by default. > > John Dallaway > -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
