Hi
When I compile the LwIP 1.1 with the ADS 1.2, the compiler show some error :
'=' implicit cast of pointer loses '__packed' qualifier
it maked by code like : seg->p->payload = seg->tcphdr;
this is my define about pack:
#define PACK_STRUCT_FIELD(x) x//; #pragma STRUCT_ALIGN(x,1)
#define PACK_STRUCT_STRUCT
#define PACK_STRUCT_BEGIN __packed
#define PACK_STRUCT_END
#define PACK_STRUCT_STRUCT
#define PACK_STRUCT_BEGIN __packed
#define PACK_STRUCT_END
any body an solution?
thx
ChengMeng
DO YOU YAHOO!?
雅虎免费G邮箱-No.1的防毒防垃圾超大邮箱
_______________________________________________ lwip-users mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/lwip-users
