lwip-users
[Top][All Lists]
Advanced

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

RE: [lwip-users] memp.c with NO_SYS


From: Bill Auerbach
Subject: RE: [lwip-users] memp.c with NO_SYS
Date: Thu, 29 May 2008 17:06:21 -0400

I pasted in a part of the latest memp_std.h with NO_SYS tests.  Any chance
you've got a stale one?

Bill

> Thanks Bill, my memp_std.h has NO_SYS wrappers as well, but memp.c does
> not.  So the structure that causes the compile to fail is this one, in
> memp.c
> 
> static const u16_t memp_sizes[MEMP_MAX] = {
>    sizeof(struct pbuf),
>    sizeof(struct raw_pcb),
>    sizeof(struct udp_pcb),
>    sizeof(struct tcp_pcb),
>    sizeof(struct tcp_pcb_listen),
>    sizeof(struct tcp_seg),
>    sizeof(struct netbuf),
>    sizeof(struct netconn),
>    sizeof(struct api_msg),
>    sizeof(struct tcpip_msg),
>    sizeof(struct sys_timeout)
> };
> 
> 
> Turning off LWIP_RAW causes a simpilar error for the "struct raw_pcb"
> entry.  Of course I could just be doing something silly here...:)
> 
> --
> Best Regards,
> Robert
> 





reply via email to

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