lwip-users
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

RE: [lwip-users] sockets lwipopts.h problem


From: Mullanix, Todd
Subject: RE: [lwip-users] sockets lwipopts.h problem
Date: Sat, 26 Feb 2011 21:29:39 -0600

I turned off the LWIP_COMPAT_SOCKETS option and it built.  I verified that a 
tcp echo example worked. 

The way all the lwip files are included into app is via a file that includes 
all the lwip source files. This file had a #include "sockets.h" via another 
header file. So it looks like this is the problem.

What is the "standard" way to add all the lwip files into a project? Manually 
list them all in the project or #include them in a source file and include that 
file in your project.

Thanks,
Todd



reply via email to

[Prev in Thread] Current Thread [Next in Thread]