Hello,

I would like to add that I did the same porting with latest release
2.0.3, yet I get the same problem (get stuck  in
ip_addr_copy_from_ip4)

Best Regards,
Ran

On Sun, Sep 24, 2017 at 3:47 PM, Ran Shalit <[email protected]> wrote:
> Hello,
>
> I get stuck in ip_addr_copy when called by ip_input.
> I am using MEM_ALIGNMENT 4, and packed structs.
> I tried many stuff, but nothing yet helped.
> If I try MEM_ALIGNMENT 1, I get stuck in much earlier phase.
> I'm using lwip 1.4.1 , which is a stable release as I understand.
>
> Is there any idea how this issue can be fixed ?
>
> This is the code for ip_addr_copy
> #define ip_addr_copy(dest, src) ((dest).addr = (src).addr)
>
> Best Regards,
> Ran

_______________________________________________
lwip-users mailing list
[email protected]
https://lists.nongnu.org/mailman/listinfo/lwip-users

Reply via email to