Re: [Openocd-development] HTTPD Build Error

2009-05-16 Thread Øyvind Harboe
On Sat, May 16, 2009 at 7:02 AM, Dean Glazeski wrote: > Howdy, > > I was playing around with OpenOCD's building process and I noticed the > embedded HTTP server option. Firstly, I was wondering what this was for. Duane Ellis has been working on target peripheral specific scripts to view & manipul

Re: [Openocd-development] HTTPD Build Error

2009-05-15 Thread Martin Panter
> > - LOG_DEBUG("Serving %s length=%u", url, len); > > + LOG_DEBUG("Serving %s length=%u", url, (unsigned int) > len); On 16/05/2009, Rick Altherr wrote: > As for the patch, the correct format string for size_t is %zu. I'll commit > that fix in the morning if no one

Re: [Openocd-development] HTTPD Build Error

2009-05-15 Thread Rick Altherr
The embedded HTTPD is only used for the ZY1000 sold by Zylin. Personally, I don't think it should be part of OpenOCD proper. As for the patch, the correct format string for size_t is %zu. I'll commit that fix in the morning if no one beats me to it. -- Rick Altherr kc8...@kc8apf.net "He s

[Openocd-development] HTTPD Build Error

2009-05-15 Thread Dean Glazeski
Howdy, I was playing around with OpenOCD's building process and I noticed the embedded HTTP server option. Firstly, I was wondering what this was for. The HTTPD option is only listed in the texi, but I couldn't find anything that talked about what it was for. Anyway, during the build I hit a