Updated Building on Windows 7 (markdown)

David Banks 2019-05-13 09:51:19 +01:00
parent 26c47a8464
commit 284a1fc91f

@ -1,11 +1,12 @@
This page contains some some notes that Phill Harvey Smith (prime) posted on Stardot covering building on Windows 7:
https://stardot.org.uk/forums/viewtopic.php?f=44&t=9655&start=570#p186385
This page contains some notes that Phill Harvey Smith (prime) posted on Stardot covering building on Windows 7:
You will need::
The original notes were posted [here](https://stardot.org.uk/forums/viewtopic.php?f=44&t=9655&start=570#p186385).
You will need:
* Cygwin installed and working.
* The Atmel AVR 8 command line gcc compiler available at : http://www.atmel.com/tools/atmelavrtoolchainforwindows.aspx
* Srecord for windows available at : https://sourceforge.net/projects/srecord/files/
* The windows version of Xilinx ISE 14.7 WebPack installed and licensed, pretty much the same procedure as for Linux.
* The Atmel AVR 8 command line gcc compiler, available [here](http://www.atmel.com/tools/atmelavrtoolchainforwindows.aspx)
* Srecord for windows, available [here](https://sourceforge.net/projects/srecord/files)
* The Windows version of Xilinx ISE 14.7 WebPack installed and licensed, pretty much the same procedure as for Linux.
You'll need to extract the AVR command line tools to a folder and add it's 'bin' directory to your windows search path. Likewise you'll need to extract srecord to a directory and add it's directory to your windows search path (you could drop it in the AVR compiler's bin folder).