Re: [lwip-users] lwIP without TCP

2010-07-29 Thread goldsi...@gmx.de
goldsi...@gmx.de wrote: This include was added after 1.3.2, so I suggest you try 1.4.0 RC1. However, there were still some problems compiling with LWIP_TCP==0 or LWIP_UDP==0, which I just fixed in CVS HEAD. Thanks for the hint. Simon ___ lwip-users

Re: [lwip-users] lwIP without TCP

2010-07-29 Thread goldsi...@gmx.de
Simon Goldschmidt wrote: Try adding an include to mem.h to tcpip.c, this is what might be missing. Any tips and hints on which version you are using would be much appreciated! :-) This include was added after 1.3.2, so I suggest you try 1.4.0 RC1. Simon __

Re: [lwip-users] lwIP without TCP

2010-07-29 Thread Simon Goldschmidt
Try adding an include to mem.h to tcpip.c, this is what might be missing. Any tips and hints on which version you are using would be much appreciated! :-) Simon Am 29.07.2010 um 15:39 schrieb Marco : > Hi, > > in the course of reducing RAM requirements for my system with lwIP, I > switched of

[lwip-users] lwIP without TCP

2010-07-29 Thread Marco
Hi, in the course of reducing RAM requirements for my system with lwIP, I switched off TCP (LWIP_TCP = 0) since I only need UDP. Unfortunately now I cannot compile anymore: ..\lwip-1.3.2\src\api\tcpip.c(593): error: #20: identifier "mem_free" is undefined I could not find any #if(n)def LWIP_TCP

Re: [lwip-users] Windows 7 Startup crashes LwIP and Free RTOS (SOLVED)

2010-07-29 Thread Marco Jakobs
Hi all, since i've fixed the routine, no crash happened on any device. This seemed to be the problem which was definitely not inside LwIP here. Thank you all for your great support and suggestions! Marco Am 20.07.2010 13:42, schrieb Marco Jakobs: Hi, i may have found a problem reviewing