Re: [Libusbx-devel] winusb, can't open device

2013-04-18 Thread Daniel Goertzen
en() under cygwin, woohoo! Dan. On Thu, Apr 18, 2013 at 1:47 PM, Daniel Goertzen < d...@networkintegritysystems.com> wrote: > Thanks Tim. Descriptors below. I have no endpoints; I want to fool with > control transactions first(little steps). Total length is 18. >

Re: [Libusbx-devel] winusb, can't open device

2013-04-18 Thread Daniel Goertzen
, // bNumEndpoints 0xff, // bInterfaceClass 0xff, // bInterfaceSubClass 0xff, // bInterfaceProtocol 5 // iInterface }; On Thu, Apr 18, 2013 at 12:23 PM, Tim Roberts wrote: > Daniel Goertzen wrote: > > I have libusbx compiling under cygwin now and can look at the device > > descriptors f

[Libusbx-devel] winusb, can't open device

2013-04-18 Thread Daniel Goertzen
I have libusbx compiling under cygwin now and can look at the device descriptors for all attached devices, but I cannot libusb_open() my device. The error given is -12 (LIBUSB_ERROR_NOT_SUPPORTED). I ran zadig and bound my device to WinUSB, but still no luck (I have to admit, I don't exactly unde

Re: [Libusbx-devel] building libusbx on cygwin

2013-04-16 Thread Daniel Goertzen
That was it! After removing the Windows path to an old mingw installation and actually installing cygwin gcc, things went much better. Many thanks. :) Dan. On Tue, Apr 16, 2013 at 12:20 AM, Xiaofan Chen wrote: > On Tue, Apr 16, 2013 at 12:29 AM, Daniel Goertzen > wrote: > >

Re: [Libusbx-devel] building libusbx on cygwin

2013-04-15 Thread Daniel Goertzen
43 PM, Pete Batard wrote: > On 2013.04.15 17:29, Daniel Goertzen wrote: > >> Hello, I am struggling with libusbx on cygwin under Windows 8. >> > > You shouldn't be. I tested it and it works fine (see below). > > > When I >> "configure" and &

[Libusbx-devel] building libusbx on cygwin

2013-04-15 Thread Daniel Goertzen
Hello, I am struggling with libusbx on cygwin under Windows 8. When I "configure" and "V=1 make" I get the failed build output below. It looks like a pthread linkage issue and I normally know how to deal with that, but not when it is buried under automake and libtool. Any tips? details: - libus