-
-
Notifications
You must be signed in to change notification settings - Fork 75
Fails to build on Cygwin. #325
Comments
Likely the problem is in the libusb1-sys crate, but this project seems to use https://docs.rs/libusb1-sys/0.6.2/libusb1_sys/index.html |
I noticed that some of my cygwin packages were out of date, I upgraded them all and retried with the same result I also tried building the latest version of libusb1-sys after upgrading my packages but was greeted with a different error, reported here: a1ien/rusb#136 Cygwin packages:
|
Thanks for the report. Sadly, this is a problem in a dependency that we can't address. libusb1-sys is an indirect dependency and we have no means to bump its version; and as you have mentioned the git version of libusb1-sys does not compile on Cygwin either :-( |
Perhaps anyone reading this could add a +1 command or vote to the issue I raised (a1ien/rusb#136) so that a little extra pressure is applied to the maintainers of the dependency? |
Describe the bug
cargo install probe-run
fails with the following error on Cygwin.To Reproduce
Install Latest Cygwin x84_64 and the packages as below, then run the cargo command as above.
Expected and observed behavior
Build success, as
libusb1.0
, andlibusb1.0-devel
are installed. Other tools, such asdfu-util
build and run just fine, for example:Operating System:
Windows 10 x64 + Cygwin x86_64.
Additional context
GCC:
The text was updated successfully, but these errors were encountered: