AVR mac tutorial help

USB AVR Programmer and SPI interface. Adafruit's USBtinyISP.

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
cray5656
 
Posts: 1
Joined: Fri Jan 16, 2015 4:57 pm

AVR mac tutorial help

Post by cray5656 »

Hi

I am getting closer to the end now.

Step 5. Download and install avrdude (the software that loads programs from your machine onto the chips)

Download the current release of avrdude from : http://download.savannah.gnu.org/releases/avrdude/

Decompress the downloaded file and put the decompressed folder in your home directory

In a Terminal window, navigate to the avrdude directory. From your home directory type: cd avrdude-5.2 (or whatever you downloaded)
Configure avrdude. type: ./configure
Compile avrdude. type: make
Install avrdude. type: sudo make install

Yay all the software is installed!

I just entered ./configure and got this error so not sure aht to do now?


Configuration summary:
----------------------
DON'T HAVE libelf
DON'T HAVE libusb
DON'T HAVE libusb_1_0
DON'T HAVE libftdi1
DON'T HAVE libftdi
DON'T HAVE libhid
DO HAVE pthread
DISABLED doc
DISABLED parport
DISABLED linuxgpio

Locked
Please be positive and constructive with your questions and comments.

Return to “USBtinyISP”