Re: [ECOS] zcalloc: failed to allocate bytes error - RedBoot

2005-12-01 Thread Andrew Lunn
On Thu, Dec 01, 2005 at 03:25:17PM +1000, Benny Chen wrote: Hi there, My RedBoot application when trying to write 64 bytes to a file (via write() call) in the jffs2 partition result in the following message being printed out. zcalloc: failed to allocate 0x8000 items of 0x2 bytes == 0x10010

Re: [ECOS] Socket UDP

2005-12-01 Thread Andrew Lunn
On Thu, Dec 01, 2005 at 11:02:47AM +0100, Michele Da Meda wrote: Hi all, my application uses UDP socket, i have a problem with SOCK_DGRAM and SOCK_STREAM. I make a BIND with these paramethers : sin_family = AF_INET sin_addr = inet_addr(192.168.0.253) sin_port = (unsigned

Re: [ECOS] Socket UDP

2005-12-01 Thread Michele Da Meda
- Original Message - From: Andrew Lunn [EMAIL PROTECTED] To: Michele Da Meda [EMAIL PROTECTED] Cc: ecos-discuss ecos-discuss@ecos.sourceware.org Sent: Thursday, December 01, 2005 12:28 PM Subject: Re: [ECOS] Socket UDP On Thu, Dec 01, 2005 at 11:02:47AM +0100, Michele Da Meda wrote:

Re: [ECOS] Socket UDP

2005-12-01 Thread Andrew Lunn
On Thu, Dec 01, 2005 at 12:52:10PM +0100, Michele Da Meda wrote: - Original Message - From: Andrew Lunn [EMAIL PROTECTED] To: Michele Da Meda [EMAIL PROTECTED] Cc: ecos-discuss ecos-discuss@ecos.sourceware.org Sent: Thursday, December 01, 2005 12:28 PM Subject: Re: [ECOS] Socket