On Tue, Oct 20, 2009 at 8:24 AM, michal smulski <michal.smul...@ooma.com> wrote: > Here is a set of commands that reproduces my problem. > While I agree with David about -c and -f bug, this is a different one. > > # Ubuntu 9.04 > git clone git://openocd.git.sourceforge.net/gitroot/openocd/openocd > cd ./openocd > ./bootstrap > ./configure --enable-maintainer-mode --enable-dummy > make > cd src > # The line does not fail > ./openocd -s ../tcl/target/ -f ../tcl/target/telo.cfg -c 'interface > dummy' --debug 3 -c "proc jtag_init {} {jtag arp_init-reset}" > # This line does fail > ./openocd -s ../tcl/target/ -f ../tcl/target/telo.cfg -c 'interface > dummy' --debug 3 -c "proc jtag_init {} {jtag arp_init-reset if { [info > exists RESET_ME] } {jtag arp_init-reset}}"
Describe "fail". It doesn't "fail", it just dumps target.c:860 event 4 messages continously... -- Øyvind Harboe http://www.zylin.com/zy1000.html ARM7 ARM9 ARM11 XScale Cortex JTAG debugger and flash programmer _______________________________________________ Openocd-development mailing list Openocd-development@lists.berlios.de https://lists.berlios.de/mailman/listinfo/openocd-development