>From: Stephane Lesage [mailto:[email protected]] >Compiling with #pragma pack(2) works for me.
As did I and discussed it here: http://lists.nongnu.org/archive/html/lwip-users/2009-09/msg00027.html Nothing in lwIP that is byte aligned is accessed by casting to u16_t or u32_t. Packing by 2 works for me as well. Bill _______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
