Skip to content

Commit b97a469

Browse files
author
Mark Qvist
committed
Updated build instructions
1 parent 48e7b37 commit b97a469

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

COMPILING

+16
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
-= Compiling with make =-
2+
13
To compile you need a the gcc-avr toolchain and standard make utilities.
24
On Ubuntu/Debian this can be installed with:
35

@@ -10,3 +12,17 @@ You can use avrdude to flash to an Arduino compatible board. Have a look at the
1012
./flash USB0
1113

1214
And avrdude should upload the firmware to the board.
15+
16+
17+
-= Eclipse =-
18+
19+
If you want to use the Eclipse IDE, follow these steps:
20+
21+
- Install the AVR-eclipse plugin from http://avr-eclipse.sourceforge.net/wiki/index.php/Plugin_Download
22+
- In eclipse, create a new project (File -> New -> Project…)
23+
- In the new project box, select C/C++ -> “Makefile Project with Existing Code”
24+
- Select a name, and locate the MicroModem folder for “Existing Code Location”
25+
- Select “AVR-GCC Toolchain” in “Toolchain for indexer settings”
26+
- Click “Finish”
27+
28+

0 commit comments

Comments
 (0)