On January 28 2010, Matthew Fletcher wrote:
> Can anyone verify that this interface is still functional in 0.4 ? Out
> of 0.4-rc1, 0.3.1 and an old rev.131 fetch only the old rev.131 fetch
> works to a certain extent. In all cases the openocd was built from
> source on cygwin with only amt_jtagaccell and parport_give_io enabled
> in configure.

Since you have a test-case of sorts, could you do a git-bisect on it?
Just type the following:

git bisect start
git bisect good v0.3.1
git bisect bad v0.4.0-rc1

Then, repetitively:
./bootstrap
./configure --whatever-opts-you-use
make -j3
src/openocd -f /path/to/your/config.conf
git bisect <good|bad>

Once it says you're done, run "git describe" and report the output here.
_______________________________________________
Openocd-development mailing list
Openocd-development@lists.berlios.de
https://lists.berlios.de/mailman/listinfo/openocd-development

Reply via email to