On Sat, May 5, 2012 at 10:14 AM, Sergio Campamá <scamp...@ing.puc.cl> wrote:
> That's weird, because I used the libusb version mentioned in the FAQ…
> And the majority of the people were indeed able to use mspdebug. It just 
> happened to
> 2 guys (I know I said 1 at first, but another one sent me an email).
>
> Using cygwin to build the git version, I wouldn't need mingw nor libusb?

You should use purely Cygwin or use MinGW and better not mixed both.

Cygwin has its own libusb-win32 package. So if you want to build
under Cygwin, you need to install that package (for the library and
header file). It also has its own compiler so you do not need MinGW.
But the resultant binary will be depend on Cygwin dll.

You can use MinGW/MSys directly. In that case, you can use
libusb-win32 package from the official Sourceforge.

You can also use Cygwin and the MinGW cross compiler under
Cygwin. In that case, you need the libusb-win32 package from
official Sourceforge download and put the relevant header file
and library in the correct directory.


-- 
Xiaofan

------------------------------------------------------------------------------
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
_______________________________________________
Mspgcc-users mailing list
Mspgcc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mspgcc-users

Reply via email to