This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision Last revision Both sides next revision | ||
|
digispark:tutorials:linuxtroubleshooting [2015/04/04 14:42] fab smll updates |
digispark:tutorials:linuxtroubleshooting [2016/06/09 12:03] 127.0.0.1 external edit |
||
|---|---|---|---|
| Line 5: | Line 5: | ||
| ====== libusb ====== | ====== libusb ====== | ||
| If your sketch uses DigiUSB to communicate with the PC, you need both the legacy 0.1 version of libusb and version 1.0(http://www.libusb.org/). For compiling the DigiUSB programs, also ensure the package libusb-compat-devel is installed. | If your sketch uses DigiUSB to communicate with the PC, you need both the legacy 0.1 version of libusb and version 1.0(http://www.libusb.org/). For compiling the DigiUSB programs, also ensure the package libusb-compat-devel is installed. | ||
| + | |||
| + | If you are getting an error (especially on ubuntu) when compiling or uploading sketches - try installing libusb and possibly lib32stdc on linux - (on ubuntu get it by issuing: apt-get install lib32stdc++6) | ||
| ====== Permissions ====== | ====== Permissions ====== | ||