These sizes (the array initializer) are #included by memp.c in memp_std.h. My memp_std.h has NO_SYS wrappers:
#if NO_SYS==0 LWIP_MEMPOOL(TCPIP_MSG_API, MEMP_NUM_TCPIP_MSG_API, sizeof(struct tcpip_msg), "TCPIP_MSG_API") LWIP_MEMPOOL(TCPIP_MSG_INPKT,MEMP_NUM_TCPIP_MSG_INPKT, sizeof(struct tcpip_msg), "TCPIP_MSG_INPKT") #endif /* NO_SYS==0 */ Bill > -----Original Message----- > From: [EMAIL PROTECTED] > [mailto:[EMAIL PROTECTED] On > Behalf Of [EMAIL PROTECTED] > Sent: Thursday, May 29, 2008 12:18 PM > To: Mailing list for lwIP users > Subject: RE: [lwip-users] memp.c with NO_SYS > > On Thu, 29 May 2008, Bill Auerbach wrote: > > What version of lwIP? I've been running NO_SYS=1 since day one (6 > months > > ago) and never have had errors compiling any RC3 builds. > > > Everything is the latest, memp.c is revision 1.55 (6 months old) > tcpip.h is revision 1.26 (2 months ago) > > -- > Best Regards, > Robert > > Fighting SPAM with Active Spam Filter, see: > http://a-s-k.sourceforge.net/ > > > _______________________________________________ > lwip-users mailing list > [email protected] > http://lists.nongnu.org/mailman/listinfo/lwip-users _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
