fatso83 / casio-wmp1

Software for file management on the classic Casio WMP-1 watch
7 stars 3 forks source link

libusb is unreliable on Mac #1

Open fatso83 opened 9 years ago

fatso83 commented 9 years ago

Like this discussion talks about on the libusb-dev mailing list, there are some troubles when compiling this for OS X. The transfers abort after a few hundred kilobytes with the return value -32.

Workaround: install any small linux distro in VirtualBox on Mac, compile and run the program through it. Works fine.

fatso83 commented 6 years ago

I don't remember if the compat lib works perfectly on Linux or if one needs to use the 0.1-4 old library.

fatso83 commented 6 years ago

The errors mentioned in issue #3 is essentially the same as the ones here, so fixing that might make this work on OS X.