Re: Fwd: [libusb] Announcing libusb v1.0.24

2020-12-11 Thread Paul Fertser
Congratulations with the release! On Fri, Dec 11, 2020 at 05:49:22PM +0800, Xiaofan Chen wrote: > * Windows: Drop support for Windows XP I wonder if it's essential for the OpenOCD userbase, heh. -- Be free, use free (http://www.gnu.org/philosophy/free-sw.html) software! mailto:fercer...@gmail.c

Re: MinGW toolchain warnings

2017-04-11 Thread Paul Fertser
Hello Yegor, On Wed, Apr 12, 2017 at 08:00:32AM +0200, Yegor Yefremov wrote: > compiling libftdi with mingw toolchain produces following warnings: > > [ 29%] Building C object examples/CMakeFiles/stream_test.dir/stream_test.c.obj > /home/user/Documents/versioned/libftdi/examples/stream_test.c: In

Re: Building libftdi under Windows with MSYS2

2017-01-01 Thread Paul Fertser
Hello, On Mon, Jan 02, 2017 at 09:51:34AM +0800, Xiaofan Chen wrote: > On Mon, Dec 14, 2015 at 10:09 PM, Xiaofan Chen wrote: > > Today I tried to build libftdi git under MSYS2 and it seems to be > > quite easy. Just need to install the necessary dependencies using > > MSYS2 pacman. > > Today I t

Re: Need information on libftdi installation

2015-03-06 Thread Paul Fertser
On Fri, Mar 06, 2015 at 08:53:51PM -0500, Forest Crossman wrote: > On Fri, Mar 6, 2015 at 4:01 PM, Paul Fertser wrote: > > Just for the reference, OpenOCD already has an SVF player and can use > > any common FTDI-based JTAG adapter for that. Many people are uploading > > bi

Re: Need information on libftdi installation

2015-03-06 Thread Paul Fertser
Hi, On Fri, Mar 06, 2015 at 03:51:32PM -0500, William Kolment wrote: > I am a hardware  test  engineer (working  for  IntroSpect Technology) and  we > would like  to make  use  of  libftdi library to implement a  svf player that >  would upload  firmware  onto a  fpga product. Just for the refere

Re: [PATCH] ftdi_eeprom: reliable device selection and flashing of new VID/PIDs

2015-01-27 Thread Paul Fertser
Hi, On Tue, Jan 27, 2015 at 11:21:17PM +0100, Robin Haberkorn wrote: > btw.: Hosting a Github mirror of the libftdi repository could boost free > software contributions to libftdi. With a Github repository, I could > create a fork and maintain my "patches" on a public branch, while > sending you p

Re: libftdi 1.1 release candidate (rc1)

2014-01-29 Thread Paul Fertser
On Wed, Jan 29, 2014 at 08:33:29PM +0800, Xiaofan Chen wrote: > I hear that MinGW-w64 has better C99 compliance than MinGW.org. MinGW doesn't aim at C99 compliance at all, it's in their official FAQ, they just provide support for the official MS CRT, and MS is not interested in C99. MinGW-w64 is a

[PATCH] Fix ftdi_get_library_version function prototype

2013-10-14 Thread Paul Fertser
This fixes /usr/include/libftdi1/ftdi.h:467:12: error: function declaration isn't a prototype [-Werror=strict-prototypes] Reported-by: Drasko DRASKOVIC Signed-off-by: Paul Fertser --- src/ftdi.h |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ftdi.h b/src/f

Re: Git OpenOCD + Git LibUSB + Git LibFTDI encountered problems in Debian Wheezy

2013-09-12 Thread Paul Fertser
Hi, On Thu, Sep 12, 2013 at 10:24:20AM +0200, Johannes Hampel wrote: > 1.Creation of symbolic links in /usr/local/lib was necessary (I > installed the libraries explicitly into /usr/local): > > # ln -s libftdi1.so libftdi.so > > I don't know if this is an issue that LibFTDI must handle or

[PATCHv2 3/3] Improve mingw cross-compiling instructions

2013-08-07 Thread Paul Fertser
This should make them less hackish and the outlined way seems to be what upstream is recommending. Signed-off-by: Paul Fertser --- v2: use $HOME, fix a typo README.mingw | 55 ++- 1 files changed, 18 insertions(+), 37 deletions(-) diff

[PATCH 3/3] Improve mingw cross-compiling instructions

2013-08-07 Thread Paul Fertser
This should make them less hackish and the outlined way seems to be what upstream is recommending. Signed-off-by: Paul Fertser --- README.mingw | 55 ++- 1 files changed, 18 insertions(+), 37 deletions(-) diff --git a/README.mingw b

[PATCH 2/3] cmake: allow to use pkg-config for windows builds as well

2013-08-07 Thread Paul Fertser
to be explicitly set. It still doesn't prevent pkg-config-less operation, i.e. the user can specify something like -DLIBUSB_INCLUDE_DIR=~/i686-w64-mingw32-root/usr/include/libusb-1.0 and the build will succeed even when no pkg-config executable is present. Signed-off-by: Paul Fertser ---

[PATCH 1/3] Fix mingw build issue caused by "interface" preprocessor definition

2013-08-07 Thread Paul Fertser
wed from libusb, fixes it. Signed-off-by: Paul Fertser --- src/ftdi.h | 12 1 files changed, 12 insertions(+), 0 deletions(-) diff --git a/src/ftdi.h b/src/ftdi.h index 15067c7..3d97dd9 100644 --- a/src/ftdi.h +++ b/src/ftdi.h @@ -20,6 +20,18 @@ #include #include +/* '