From 6246a13c65e7882f5cd8601f24392c2d617d6dac Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Sat, 8 Mar 2014 17:27:25 +0100 Subject: [PATCH] removed outdated compile instructions --- COMPILING.txt | 27 --------------------------- 1 file changed, 27 deletions(-) delete mode 100644 COMPILING.txt diff --git a/COMPILING.txt b/COMPILING.txt deleted file mode 100644 index 5a2b7ad..0000000 --- a/COMPILING.txt +++ /dev/null @@ -1,27 +0,0 @@ - -**** Ubuntu Linux ***** -To Compile for the AVR you'll need the packages gcc-avr and avr-libc. You'll -also need gcc and libncurses to be able to use menuconfig. To use the simulator -you'll also need libglut. - -Type -$ make menuconfig -and set your settings or load one of the default profiles. Then type -$ make -to compile for the avr. You can upload the image to a borg-16's serial -bootloader (foodloader) by typing -$ make sflash -. - - -****Windows XP**** -Under Windows you'll need to install the following things: --WinAVR --Cygwin with the following packages: ---gcc ---libncurses-devel ---make (the one that WinAVR delivers doesn't work right) ---opengl (for the simulator) - -now go to the cygwin bash shell and use the same commands as with Linux to -compile and flash.