Guest
#1172276
I am using lwip for my microcontroller (AT91SAM7x256). The webserver is running good. Now I like a communication by TCP sockets. When using lwip-1.1.0/src/api/sockets.c , I have to add this to my makefile. Where must I add this? I did the following: LWIP_THUMB_SRC= \ ................ lwip-1.1.0/src/api/sockets.c \ (I added this) ......... Now I get 152 compiler warnings and the OS hangs. How can I solve this? Regards, Rick