lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] LwIP and IAR Workbench


From: Akshat Bisht
Subject: Re: [lwip-users] LwIP and IAR Workbench
Date: Tue, 19 Aug 2008 12:01:19 +0530

@Richard: Yes there were errors in the PACK_STRUCT part,

 i changed:

 #define PACK_STRUCT_STRUCT __attribute__ ((__packed__))

 to

#define PACK_STRUCT_STRUCT

It compiles without errors now, but i seriously doubt if what was a solution. Can you provide more guidance?

Regards,

AB


On Tue, Aug 19, 2008 at 11:49 AM, FreeRTOS.org Info <address@hidden> wrote:
>
> I am new to LwIP and am trying to port it into IAR's
> Workbench.

Another thing to watch out for with IAR is the pragmas that are required to
pack and align structures.  These cannot be added in using the pack/align
macros so must be edited into the code manually - at least this is the only
way I have found of doing it.

Regards,
Richard.

+ http://www.FreeRTOS.org
17 official architecture ports, more than 6000 downloads per month.

+ http://www.SafeRTOS.com
Certified by TÜV as meeting the requirements for safety related systems.




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


reply via email to

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