After searching all over the interwebs I still cannot seem to get this to work.
I get this message from avrdude
Matts-MacBook:avrdude-5.9 matt$ avrdude -c usbtiny -p attiny2313 -U flash:w:test_leds.hex
avrdude: error: no usb support. Please compile again with libusb installed.
avrdude: programmer operation not supported
avrdude done. Thank you.
I have uninstalled avrdude and libusb.
then reinstalled (./configure, make, sudo make install) libusb
then
reinstall avrdude (./configure, make, sudo make install)
still getting this error message. Both install fine and bot are located in my home folder.
Any help would be greatly appreciated.
I know the Usbtiny works fine. because I can burn the arduino software onto a new '328 chip by plugging into the arduino board with the 6 pin cable and selecting burn bootloader in the menu.
any help would be greatly appreciated.
thanks in advance.

