mcuee
mcuee
http://libusbx.1081486.n5.nabble.com/Libusbx-devel-Accessing-composite-devices-using-interface-association-tp1726p1737.html Nabble libusbx archive is dead. https://www.mail-archive.com/[email protected]/msg03070.html From Xiaofan: " I think there is a way to hack the inf-file generated by Zadig to install WinUSB driver for each interface....
> ``` > $ ninja > [1/31] Compiling C object libusb-1.0.dll.p/libusb_io.c.obj > FAILED: libusb-1.0.dll.p/libusb_io.c.obj > ``` What is the compiler used here? I have no issues built latest libusb git...
I tend to believe libusb does not work with MSYS2 clang64 yet. I just installed the MSYS2 clang64 toolchain environment and it does not work at all. ``` CLANG64 /c/work/libusb/libusb...
Anyway, I tried to use CMake and there is no issue. It seems to me you need to upgrad to the latets MSYS2 clang64. ``` git clone https://github.com/libusb/libusb.git libusb_cmake cd...
> sed -e "s/-mwin32//g" -e "s/-Wl,--add-stdcall-alias//g" -i configure.ac Thanks for the tip. Now I can build under MSYS2 clang64. MSYS2 clang64 build log ``` $ git clone https://github.com/libusb/libusb.git libusb_clang64 Cloning...
> Pass --disable-log > > I can't tell if I'm being trolled. Hmm, I never see you mentioned the option in the issue description...
> That's the third time I mention disabling logging in this PR. I see. Sorry about that. I missed the first one. But I already started the automake build when...
> ping @dickens as he authored the original commit. Unfortunately Chris has not touched libusb since March 2021. Hopefully he can come back soon.
> edit: here's a log from mingw32: https://gist.github.com/neheb/9233a359ee289448ac942437a4002f91 > > Makes no difference. Indeed MSYS2 mingw64 gcc build failed as well with the option `--disable-log` and it seems to me...
> > edit: here's a log from mingw32: https://gist.github.com/neheb/9233a359ee289448ac942437a4002f91 > > Makes no difference. > > Indeed MSYS2 mingw64 gcc build failed as well with the option `--disable-log` and it...