From b97a4697188e3a2cf3ad78ab296cb72c0a35f17a Mon Sep 17 00:00:00 2001 From: Mark Qvist Date: Sat, 17 May 2014 22:54:16 +0200 Subject: [PATCH] Updated build instructions --- COMPILING | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/COMPILING b/COMPILING index 621280d..ccbbb73 100644 --- a/COMPILING +++ b/COMPILING @@ -1,3 +1,5 @@ +-= Compiling with make =- + To compile you need a the gcc-avr toolchain and standard make utilities. On Ubuntu/Debian this can be installed with: @@ -10,3 +12,17 @@ You can use avrdude to flash to an Arduino compatible board. Have a look at the ./flash USB0 And avrdude should upload the firmware to the board. + + +-= Eclipse =- + +If you want to use the Eclipse IDE, follow these steps: + +- Install the AVR-eclipse plugin from http://avr-eclipse.sourceforge.net/wiki/index.php/Plugin_Download +- In eclipse, create a new project (File -> New -> Project…) +- In the new project box, select C/C++ -> “Makefile Project with Existing Code” +- Select a name, and locate the MicroModem folder for “Existing Code Location” +- Select “AVR-GCC Toolchain” in “Toolchain for indexer settings” +- Click “Finish” + +