lwip-users
[Top][All Lists]
Advanced

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

Re: [lwip-users] hi, lwip porting, modifying the cc.h for the ARM device


From: Sraddha
Subject: Re: [lwip-users] hi, lwip porting, modifying the cc.h for the ARM device.
Date: Thu, 5 Jan 2012 14:10:44 +0530

Cortex-A8 is the ARM device..

Also I was thinking these errors have to do with the settings in the cc.h file . Now I am not very sure . Any idea.
1):tcpip_thread: API message 0x40938e7c Cortex-A8

x86 pc : tcpip_thread: API message 0x7ff49687adf0

2)pbuf_alloc(length=65535)
pbuf_alloc: allocated pbuf 0x470dc
memp_malloc: out of memory in pool PBUF_POOL
tcpip_thread: CALLBACK 0x435b8
pbuf_free(0x470dc)
pbuf_free: deallocating 0x470dc
pbuf_free: deallocating 0x4704c
pbuf_free: deallocating 0x46fbc

x86 pc:
pbuf_alloc(length=90)
pbuf_free(0x6354f0)
pbuf_free: deallocating 0x6354f0
pbuf_alloc(length=54)
pbuf_alloc: allocated pbuf 0x6354f0
pbuf_alloc(length=54) == 0x6354f0
tcpip_thread: PACKET 0x631640
pbuf_header: old 0x635508 new 0x635516 (-14)
ip_input: iphdr->dest 0x160000e0 netif->ip_addr 0x200a8c0 (0xe0, 0xa8c0, 0x16000000)
ip_input: packet not for us.
ip_forward: not bouncing packets back on incoming interface.



reply via email to

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