[OpenOCD-devel] [PATCH]: a1fbc9e tcl/drscan: handle invalid syntax with a conditional, not assert

2014-02-04 Thread gerrit
This is an automated email from Gerrit. Paul Fertser (fercer...@gmail.com) just uploaded a new patch set to Gerrit, which you can find at http://openocd.zylin.com/1927 -- gerrit commit a1fbc9e57698b845cabefc7a19935109d57d34c9 Author: Paul Fertser fercer...@gmail.com Date: Tue Feb 4 16:07:57

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Jahn
Paul, Thank you for your help. Now I can build the openOCD successfully but I am not able to run it successfully. It says C:\openocdbin1c:\openocdbin1\openocd -f interface/jtagkey.cfg -f target/mytest.cfg Open On-Chip Debugger 0.8.0-dev-g03d7da0 (2014-02-03-18:49) Licensed under GNU GPL v2 For

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Paul Fertser
On Tue, Feb 04, 2014 at 01:53:38PM +0100, Jahn wrote: Paul, Thank you for your help. Now I can build the openOCD successfully but I am not able to run it successfully. It says C:\openocdbin1c:\openocdbin1\openocd -f interface/jtagkey.cfg -f target/mytest.cfg You should be using

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Jahn
Paul Thank you for the reply. But it reports a different error now C:\openocdbin1c:\openocdbin1\openocd -f interface/ftdi/jtagkey.cfg -f target/mytest.cfg Open On-Chip Debugger 0.8.0-dev-g03d7da0 (2014-02-03-18:49) Licensed under GNU GPL v2 For bug reports, read

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Paul Fertser
On Tue, Feb 04, 2014 at 02:13:39PM +0100, Jahn wrote: Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND Error: no device found Error: unable to open ftdi device with vid 0403, pid cff8, description 'Amontec JTAGkey' and serial '*' If you're sure you have JTAGKey (and not JTAGKey 2 or

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Yegor Yefremov
On Tue, Feb 4, 2014 at 3:29 PM, Paul Fertser fercer...@gmail.com wrote: On Tue, Feb 04, 2014 at 02:13:39PM +0100, Jahn wrote: Error: libusb_open() failed with LIBUSB_ERROR_NOT_FOUND Error: no device found Error: unable to open ftdi device with vid 0403, pid cff8, description 'Amontec

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Paul Fertser
Hi Yegor, On Tue, Feb 04, 2014 at 05:05:51PM +0100, Yegor Yefremov wrote: I had to install libusb-win32 with Zadig for my JTAGkey-2. I used the precompiled binary: http://www.freddiechopin.info/en/download/category/4-openocd?download=99%3Aopenocd-0.7.0 I strongly advice you against using the

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Andreas Fritiofson
On Tue, Feb 4, 2014 at 5:26 PM, Paul Fertser fercer...@gmail.com wrote: Hi Yegor, On Tue, Feb 04, 2014 at 05:05:51PM +0100, Yegor Yefremov wrote: I had to install libusb-win32 with Zadig for my JTAGkey-2. I used the precompiled binary:

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Paul Fertser
On Tue, Feb 04, 2014 at 05:50:41PM +0100, Andreas Fritiofson wrote: On Tue, Feb 04, 2014 at 05:05:51PM +0100, Yegor Yefremov wrote: I had to install libusb-win32 with Zadig for my JTAGkey-2. I used the precompiled binary:

Re: [OpenOCD-devel] Building openOCD with ft2232 support

2014-02-04 Thread Xiaofan Chen
On Wed, Feb 5, 2014 at 12:50 AM, Andreas Fritiofson andreas.fritiof...@gmail.com wrote: Well, he only said he's using the libusb-win32 driver (libusb0.sys), which can be used as a backend for libusb-1.0, just like WinUSB or libusbK... Right now libusb (or libusbx) Windows backend does not work