How to upload a makefile on the Arduino Uno?

Post here about your Arduino projects, get help - for Adafruit customers!

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
oxkipo
 
Posts: 13
Joined: Fri Jun 29, 2012 7:39 am

How to upload a makefile on the Arduino Uno?

Post by oxkipo »

Hi,
Can you help me how to upload makefile to arduino uno?
I´m on Windows 8

Kristian

User avatar
adafruit_support_mike
 
Posts: 67446
Joined: Thu Feb 11, 2010 2:51 pm

Re: How to upload a makefile on the Arduino Uno?

Post by adafruit_support_mike »

You don't actually load a Makefile onto an Arduino. The Makefile is used to build the part that does go onto the Arduino: the 'firmware image' or 'hexfile'.

The easiest way to handle it all is to use the Arduino Development Environment, which you can get here: http://arduino.cc/en/Main/Software .

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

Return to “Arduino”