Move compiled AVRDUDE to another machine in MAc

For Adafruit customers who seek help with microcontrollers

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
arunkumaraymuo
 
Posts: 7
Joined: Fri Aug 03, 2012 1:44 am

Move compiled AVRDUDE to another machine in MAc

Post by arunkumaraymuo »

Hi,
I am not sure I am posting my question in rt place. apolgies me if I ask anything wrong

I comiled the AVRDUDE in Mac using the following method

Configure avrdude. type: ./configure
Compile avrdude. type: make
Install avrdude. type: sudo make install

then now how I can move this executable to another Mac machine. That machine doesn't contain any compiler to compile it.
basically I want to install compiled AVRDUDE commandline utility in another machine
how I can do this???

User avatar
adafruit_support_rick
 
Posts: 35092
Joined: Tue Mar 15, 2011 11:42 am

Re: Move compiled AVRDUDE to another machine in MAc

Post by adafruit_support_rick »

arunkumaraymuo wrote:I want to install compiled AVRDUDE commandline utility in another machine
how I can do this???
You should be able to simply copy the app from one machine to another. You'll also have to copy the avrdude.conf file.

What directory was the app installed into?

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

Return to “Microcontrollers”