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
> 



_______________________________________________
lwip-users mailing list
lwip-users@nongnu.org
http://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to