Re: [Openocd-development] [PATCH] Overhaul time support API

2009-11-08 Thread Freddie Chopin
David Brownell pisze: > How about a utility to display KByte/second rates, > down to say one decimal point? IMHO 3 decimal poinst would do best (3 decimals ~ bytes per second) 4\/3!! ___ Openocd-development mailing list Openocd-development@lists.berlios

Re: [Openocd-development] [PATCH] Overhaul time support API

2009-11-08 Thread David Brownell
On Sunday 08 November 2009, Zachary T Welch wrote: > This patch changes the duration_* API in several ways.  First, it > updates the API to use better names.  Second, string formatting has > been removed from the API (with its associated malloc).  Finally, a > new function added to convert the time

[Openocd-development] [PATCH] Overhaul time support API

2009-11-08 Thread Zachary T Welch
This patch changes the duration_* API in several ways. First, it updates the API to use better names. Second, string formatting has been removed from the API (with its associated malloc). Finally, a new function added to convert the time into seconds, which can be used (or formatted) by the cal

Re: [Openocd-development] Increasing turnaround times for important decisions

2009-11-08 Thread David Brownell
On Sunday 08 November 2009, Øyvind Harboe wrote: > > So you mean slow down for *all* changes then?  Instead > > of just the "important" ones? > > We may decide that's what we want to do... I don't > like the idea of slowing down development, but OpenOCD > is getting more mature and not breaking st

Re: [Openocd-development] httpd missing include?

2009-11-08 Thread Øyvind Harboe
How about these bugfixes? (Not tested) -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer From ca31f07117f96880030e9e707fd7cdca87fdea00 Mon Sep 17 00:00:00 2001 From: =?utf-8?q?=C3=98yvind=20Harboe?= Date: Sun, 8 Nov 2009 19:50:35

Re: [Openocd-development] httpd missing include?

2009-11-08 Thread Michael Schwingen
Øyvind Harboe wrote: > On Sun, Nov 8, 2009 at 6:46 PM, Michael Schwingen > wrote: > >> Øyvind Harboe wrote: >> >>> You'll need to install libmicrohttpd if you want to toy around >>> with that code. It's very crude, but should at least put up >>> some basic pages at this point as a start. >

Re: [Openocd-development] httpd missing include?

2009-11-08 Thread David Brownell
On Sunday 08 November 2009, Michael Schwingen wrote: > httpd.c:31:24: error: microhttpd.h: No such file or directory Looks like configure is missing some checks for whether or not microhttpd is installed... ___ Openocd-development mailing list Openocd-d

Re: [Openocd-development] httpd missing include?

2009-11-08 Thread Øyvind Harboe
On Sun, Nov 8, 2009 at 6:46 PM, Michael Schwingen wrote: > Øyvind Harboe wrote: >> You'll need to install libmicrohttpd if you want to toy around >> with that code. It's very crude, but should at least put up >> some basic pages at this point as a start. >> > Thanks. > > I guess that should be men

Re: [Openocd-development] httpd missing include?

2009-11-08 Thread Michael Schwingen
Øyvind Harboe wrote: > You'll need to install libmicrohttpd if you want to toy around > with that code. It's very crude, but should at least put up > some basic pages at this point as a start. > Thanks. I guess that should be mentioned somewhere in the INSTALL documents? cu Michael _

Re: [Openocd-development] BUG: Configure needs installed(!) JTAG dongle drivers

2009-11-08 Thread David Brownell
On Sunday 08 November 2009, Thomas Kindler wrote: > After three hours of fiddling around, I found out, that the windows > drivers have to be _installed_ on the system - The script will fail on a > system that hasn't seen the dongle. OpenOCD compiles fine after > commenting out the configure chec

Re: [Openocd-development] httpd missing include?

2009-11-08 Thread Øyvind Harboe
You'll need to install libmicrohttpd if you want to toy around with that code. It's very crude, but should at least put up some basic pages at this point as a start. -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer ___

Re: [Openocd-development] Increasing turnaround times for important decisions

2009-11-08 Thread Øyvind Harboe
> So you mean slow down for *all* changes then?  Instead > of just the "important" ones? We may decide that's what we want to do... I don't like the idea of slowing down development, but OpenOCD is getting more mature and not breaking stuff will increasingly more important than adding new stuff...

[Openocd-development] [patch] target.cfg: remove "-work-area-virt 0"

2009-11-08 Thread David Brownell
The semantics of "-work-area-virt 0" (or phys) changed with the patch to require specifying physical or virtual work area addresses. Specifying zero was previously a NOP. Now it means that address zero is valid. This patch addresses three related issues: - MMU-less processors should never spe

[Openocd-development] httpd missing include?

2009-11-08 Thread Michael Schwingen
Hi, current head seems to be missing files when enabling the builtin http server: make[1]: Entering directory `/export/scratch/new_src/openocd/git/openocd/src/server' /bin/bash ../../libtool --tag=CC --mode=compile gcc -std=gnu99 -DHAVE_CONFIG_H -I. -I../.. -I../../src/helper -I../../src/targe

[Openocd-development] BUG: Configure needs installed(!) JTAG dongle drivers

2009-11-08 Thread Thomas Kindler
Hi! I'm building binaries for ftd2xx from git using cygwin (w/o MinGW, so it's not a cross-platform build). Everything worked fine on my main computer, but on my notebook the configure script fails with Cannot build & run test program using ftd2xx.lib Without any additional debugging out