[ECOS] idle_thread_loops with arm-eabi-gcc

2009-08-12 Thread Heidet, Christophe
Hello, I have a strange problem with arm-eabi-gcc. I use the version from ecos website : arm-eabi-gcc V4.3.2 If I build with the -O2 optimization flag, I can't use the cpuload package, because the idle_thread_loops never increase ... If I decrease the optimization (to -O0) I have no problem and

Re: [ECOS] Re: How to send UDP broadcast to 255.255.255.255?

2009-08-12 Thread Mandeep Sandhu
Hi All, I've managed to get UDP broadcasts working w/o making any changes to the FreeBSD stack of ecos. Just wanted to detail out here the steps I've taken and get a feedback from you guys on whether it's proper or not... I'm writing a DHCP server with limited-capability (which serves only 1

Re: [ECOS] Re: How to send UDP broadcast to 255.255.255.255?

2009-08-12 Thread Stanislav Meduna
Mandeep Sandhu wrote: I am able to send the broadcasts as I intended. Are you using UDP or RAW sockets? UDP I've also setup my default route to point to eth0. But when the UDP packet goes out, I see that it's corrupted. I did not inspect it carefully, but the receiver was able to

Re: [ECOS] Re: How to send UDP broadcast to 255.255.255.255?

2009-08-12 Thread Mandeep Sandhu
People! Any comments about the below mail? Thanks for your time. Regards, -mandeep On Wed, Aug 12, 2009 at 6:49 PM, Mandeep Sandhumandeepsandhu@gmail.com wrote: Hi All, I've managed to get UDP broadcasts working w/o making any changes to the FreeBSD stack of ecos. Just wanted to