From: Frans S. <fra...@gm...> - 2010-02-10 15:36:00
|
Hi Francesco, I have merged anyway, because at least mingw32 and linux are building fine. I have also included the libusb-1.dll and pthreadGC2.dll in the svn tree (32 bit). I think it is good to include the 64 bit versions as well, but I don't have a way to build them. I don't really know how to use these bakefile scripts etc... I have also never used the ms compiler, but I guess we will have to use it for the 64-bit version. Cheers, Frans Francesco wrote: > Hi Frans, > > 2010/2/8 Frans Schreuder <fra...@gm...>: > >> Wow, it is working now perfectly!!! >> Only for the bootloader I needed to make a small fix in usb initialization, >> that one uses bulk in stead of interrupt: >> >> if(m_hwCurrent==HW_UPP) >> m_modeReadEndpoint = m_modeWriteEndpoint = >> LIBUSB_TRANSFER_TYPE_INTERRUPT; >> else >> m_modeReadEndpoint = m_modeWriteEndpoint = LIBUSB_TRANSFER_TYPE_BULK; >> > good point ;) > > > >> But I think we can merge back now. (in fact there is nothing to merge since >> nothing has changed in the trunk) >> > for me it's ok to merge. However I must say that I've been following > the libusb mailing list closely in the last two months and I'm not > sure when the new version of the libusb (with also the windows > backend) is going to be released. > It may take 2 weeks or perhaps 1 month. This means that if we merge > the upp_wx_libusb1 branch into the trunk users on Windows will have > some troubles compiling it (unless we upload the pthread-win32 and > libusb precompiled libs somewhere ;)). > Also I'm still figuring out how to install the drivers directly from > the Windows installer and also the build system (the one based on > bakefile) needs some tweaks for supporting the 64bit build mode... > > Francesco > > ------------------------------------------------------------------------------ > The Planet: dedicated and managed hosting, cloud storage, colocation > Stay online with enterprise data centers and the best network in the business > Choose flexible plans and management services without long-term contracts > Personal 24x7 support from experience hosting pros just a phone call away. > http://p.sf.net/sfu/theplanet-com > _______________________________________________ > Usbpicprog-technical mailing list > Usb...@li... > https://lists.sourceforge.net/lists/listinfo/usbpicprog-technical > |