Page 1 of 1
compiler error
Posted: Fri Mar 20, 2015 3:59 am
by dhjun
compile to chip...
avrdude.exe: usbdev_open(): did not find any USB device "usb" (0x03eb:0x2104)
avrdude.exe done. Thank you.
How do I change the programmer of the compiler option?

Re: compiler error
Posted: Sun Mar 22, 2015 9:32 pm
by acestu
Hi jhjun,
Click on the build menu, then compiler options at the bottom, hope this helps
cheers
Stuart

- compiler.jpg (24.43 KiB) Viewed 3423 times
Re: compiler error
Posted: Sun Mar 22, 2015 9:35 pm
by acestu
Hi,
From there you can click on the programmer tab and change options.

- programmer.jpg (44.83 KiB) Viewed 3421 times
Cheers
Stuart
Re: compiler error
Posted: Sun Mar 22, 2015 11:20 pm
by medelec35
Hi,
Looks to me like the programmer drivers are not installed?
You have a choice of either installing AVR Studio which will then install drivers.
Or which worked with me:
Install automatically generated USB drives by downloading
libusb
I'm not an expert on this someone may suggest something different.
Martin