<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to BuildScript</title><link>https://sourceforge.net/p/avr-ada/wiki/BuildScript/</link><description>Recent changes to BuildScript</description><atom:link href="https://sourceforge.net/p/avr-ada/wiki/BuildScript/feed" rel="self"/><language>en</language><lastBuildDate>Wed, 17 Apr 2013 21:30:29 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/avr-ada/wiki/BuildScript/feed" rel="self" type="application/rss+xml"/><item><title>BuildScript modified by Brian Drummond</title><link>https://sourceforge.net/p/avr-ada/wiki/BuildScript/</link><description>&lt;div class="markdown_content"&gt;&lt;pre&gt;--- v4
+++ v5
@@ -1,6 +1,6 @@
 #Building and Installing an Ada Cross Compiler using the Build Script#

-The AVR-Ada build script is designed to make it as easy as possible for beginners and experts alike to build the cross compiler for AVR-Ada.
+The AVR-Ada build script is designed to make it as easy as possible for beginners and experts alike to build the cross compiler for AVR-Ada. In the source package, avr-ada-1.2.1.tar.bz2, it is found in the "tools/build" folder.

 With the default values the build script will download the required files using wget and cvs then prepare the files and build the cross compiler without any interaction from the user. To invoke this behaviour simply create an empty directory that the script can use to save files and create temporary files in. 

&lt;/pre&gt;
&lt;/div&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Brian Drummond</dc:creator><pubDate>Wed, 17 Apr 2013 21:30:29 -0000</pubDate><guid>https://sourceforge.netbe78e3be5fd1aa0a1ca4bcd85f18bd4616206e85</guid></item><item><title>WikiPage BuildScript modified by Rolf Ebert</title><link>https://sourceforge.net/p/avr-ada/wiki/BuildScript/</link><description>&lt;pre&gt;--- v3
+++ v4
@@ -29,7 +29,7 @@
 
 The script relies on some common tools available on most Unix systems such as wget, cvs, tar, flex, bison, regex, gettext, autoconf &amp; automake. Although these tools are available on most *nix systems they are not generally available on Windows. To build AVR-Ada on Windows you are going to need to install a Unix like environment such as MinGW/MSYS (www.mingw.org).
 
-This script has been tested on Windows XP with the following tools.
+This script has been tested on Windows XP with the following tools for AVR-Ada V1.1. (**Update required for V1.2!**)
 
   * [MinGW-5.1.4.exe (Windows installer)](http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe)
   * [MSYS-1.0.10.exe (Windows installer)](http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe)
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rolf Ebert</dc:creator><pubDate>Sun, 12 Aug 2012 13:30:41 -0000</pubDate><guid>https://sourceforge.netf70f5b7047faaf8e963d111014f787606a72348f</guid></item><item><title>WikiPage BuildScript modified by Rolf Ebert</title><link>https://sourceforge.net/p/avr-ada/wiki/BuildScript/</link><description>&lt;pre&gt;--- v2
+++ v3
@@ -18,13 +18,13 @@
 Simply invoke the script with:
 
 ~~~~~
-./build-avr-ada-gcc-4.3.x.sh
+./build-avr-ada.sh
 ~~~~~
 
 N.B. The build script is written for BASH, if you use another shell then invoke the script with:
 
 ~~~~~
-bash ./build-avr-ada-gcc-4.3.x.sh
+bash ./build-avr-ada.sh
 ~~~~~
 
 The script relies on some common tools available on most Unix systems such as wget, cvs, tar, flex, bison, regex, gettext, autoconf &amp; automake. Although these tools are available on most *nix systems they are not generally available on Windows. To build AVR-Ada on Windows you are going to need to install a Unix like environment such as MinGW/MSYS (www.mingw.org).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Rolf Ebert</dc:creator><pubDate>Sun, 12 Aug 2012 13:26:56 -0000</pubDate><guid>https://sourceforge.nete67a5e8b776caff34762234ca46dc2009a0ce3fb</guid></item><item><title>WikiPage BuildScript modified by Warren W. Gay VE3WWG</title><link>https://sourceforge.net/p/avr-ada/wiki/BuildScript/</link><description>&lt;pre&gt;--- v1
+++ v2
@@ -1,50 +1,53 @@
 #Building and Installing an Ada Cross Compiler using the Build Script#
 
-The AVR-Ada build script is designed to make it as easy as possible for beginners and and experts alike to build the cross compiler for AVR-Ada.
+The AVR-Ada build script is designed to make it as easy as possible for beginners and experts alike to build the cross compiler for AVR-Ada.
 
-With the default values the build script will download the required files using wget and cvs then prepare the files and build the cross compiler without any interaction from the user. To invoke this behaviour simply create an empty directory that the script can use to save files and create temporary files in.
+With the default values the build script will download the required files using wget and cvs then prepare the files and build the cross compiler without any interaction from the user. To invoke this behaviour simply create an empty directory that the script can use to save files and create temporary files in. 
+
+
+~~~~~
 mkdir AVR-ADA
+~~~~~
+
 Then save the script to the empty directory (in the example AVR-ADA) and change directories into it. (N.B. This step is important as the script automatically detects and uses the current directory)
+
+~~~~~
 cd AVR-ADA
-Simply invoke the script with
+~~~~~
+
+Simply invoke the script with:
+
+~~~~~
 ./build-avr-ada-gcc-4.3.x.sh
-N.B. The build script is written for BASH, if you use another shell then invoke the script with
+~~~~~
+
+N.B. The build script is written for BASH, if you use another shell then invoke the script with:
+
+~~~~~
 bash ./build-avr-ada-gcc-4.3.x.sh
+~~~~~
 
 The script relies on some common tools available on most Unix systems such as wget, cvs, tar, flex, bison, regex, gettext, autoconf &amp; automake. Although these tools are available on most *nix systems they are not generally available on Windows. To build AVR-Ada on Windows you are going to need to install a Unix like environment such as MinGW/MSYS (www.mingw.org).
 
 This script has been tested on Windows XP with the following tools.
 
-MinGW-5.1.4.exe (Windows installer)&lt;br&gt;
-http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe&lt;br&gt;
-MSYS-1.0.10.exe (Windows installer)&lt;br&gt;
-http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe&lt;br&gt;
-msysCORE-1.0.11-&lt;latestdate&gt;&lt;br&gt;
-http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-20080826.tar.gz&lt;br&gt;
-msysDTK-1.0.1.exe (Windows installer)&lt;br&gt;
-http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe&lt;br&gt;
-GCC-4.3.0-20080502-mingw32-alpha&lt;br&gt;
-http://downloads.sourceforge.net/mingw/gcc-4.3.0-20080502-mingw32-alpha-bin.7z&lt;br&gt;
-cvs-1.11.22-MSYS-1.0.11-1&lt;br&gt;
-http://downloads.sourceforge.net/mingw/cvs-1.11.22-MSYS-1.0.11-1-bin.tar.gz&lt;br&gt;
-flex-2.5.33-MSYS-1.0.11-1&lt;br&gt;
-http://downloads.sourceforge.net/mingw/flex-2.5.33-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
-bison-2.3-MSYS-1.0.11-1&lt;br&gt;
-http://downloads.sourceforge.net/mingw/bison-2.3-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
-regex-0.12-MSYS-1.0.11-1&lt;br&gt;
-http://downloads.sourceforge.net/mingw/regex-0.12-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
-gettext-0.16.1-MSYS-1.0.11-1&lt;br&gt;
-http://downloads.sourceforge.net/mingw/gettext-0.16.1-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
-texinfo-4.11-MSYS-1.0.11-1&lt;br&gt;
-http://downloads.sourceforge.net/mingw/texinfo-4.11-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
-tar-1.13.19-MSYS-2005.06.08&lt;br&gt;
-http://downloads.sourceforge.net/sourceforge/mingw/tar-1.13.19-MSYS-2005.06.08.tar.bz2&lt;br&gt;
-autoconf 2.59&lt;br&gt;
-http://downloads.sourceforge.net/mingw/msys-autoconf-2.59.tar.bz2&lt;br&gt;
-automake 1.8.2&lt;br&gt;
-http://downloads.sourceforge.net/mingw/msys-automake-1.8.2.tar.bz2
+  * [MinGW-5.1.4.exe (Windows installer)](http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe)
+  * [MSYS-1.0.10.exe (Windows installer)](http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe)
+  * [msysCORE-1.0.11-&lt;latestdate&gt;](http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-20080826.tar.gz)
+  * [msysDTK-1.0.1.exe (Windows installer)](http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe)
+  * [GCC-4.3.0-20080502-mingw32-alpha](http://downloads.sourceforge.net/mingw/gcc-4.3.0-20080502-mingw32-alpha-bin.7z)
+  * [cvs-1.11.22-MSYS-1.0.11-1](http://downloads.sourceforge.net/mingw/cvs-1.11.22-MSYS-1.0.11-1-bin.tar.gz)
+  * [flex-2.5.33-MSYS-1.0.11-1](http://downloads.sourceforge.net/mingw/flex-2.5.33-MSYS-1.0.11-1.tar.bz2)
+  * [bison-2.3-MSYS-1.0.11-1](http://downloads.sourceforge.net/mingw/bison-2.3-MSYS-1.0.11-1.tar.bz2)
+  * [regex-0.12-MSYS-1.0.11-1](http://downloads.sourceforge.net/mingw/regex-0.12-MSYS-1.0.11-1.tar.bz2)
+  * [gettext-0.16.1-MSYS-1.0.11-1](http://downloads.sourceforge.net/mingw/gettext-0.16.1-MSYS-1.0.11-1.tar.bz2)
+  * [texinfo-4.11-MSYS-1.0.11-1](http://downloads.sourceforge.net/mingw/texinfo-4.11-MSYS-1.0.11-1.tar.bz2)
+  * [tar-1.13.19-MSYS-2005.06.08](http://downloads.sourceforge.net/sourceforge/mingw/tar-1.13.19-MSYS-2005.06.08.tar.bz2)
+  * [autoconf 2.59](http://downloads.sourceforge.net/mingw/msys-autoconf-2.59.tar.bz2)
+  * [automake 1.8.2](http://downloads.sourceforge.net/mingw/msys-automake-1.8.2.tar.bz2)
 
-The installers should be run and installed (in the example in C:msys1.0) and the tarballs should be extracted (in the example they should be extracted to C:msys1.0).&lt;br&gt;
+The installers should be run and installed (in the example in C:msys1.0) and the tarballs should be extracted (in the example they should be extracted to C:msys1.0).
+
 N.B. The order is important so install/extract the files in order from first listed through to last.
 
-7-Zip (http://7-zip.org) is a great Windows utility to handle Unix style archives and is required to open 7z archives (eg. gcc-4.3.0).
+[7-Zip](http://7-zip.org) is a great Windows utility to handle Unix style archives and is required to open 7z archives (eg. gcc-4.3.0).
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Warren W. Gay VE3WWG</dc:creator><pubDate>Wed, 25 Jul 2012 20:59:39 -0000</pubDate><guid>https://sourceforge.net41eca9e2444e864e5c484dac89335583f7dbb8f1</guid></item><item><title>WikiPage BuildScript modified by Warren W. Gay VE3WWG</title><link>https://sourceforge.net/p/avr-ada/wiki/BuildScript/</link><description>#Building and Installing an Ada Cross Compiler using the Build Script#

The AVR-Ada build script is designed to make it as easy as possible for beginners and and experts alike to build the cross compiler for AVR-Ada.

With the default values the build script will download the required files using wget and cvs then prepare the files and build the cross compiler without any interaction from the user. To invoke this behaviour simply create an empty directory that the script can use to save files and create temporary files in.
mkdir AVR-ADA
Then save the script to the empty directory (in the example AVR-ADA) and change directories into it. (N.B. This step is important as the script automatically detects and uses the current directory)
cd AVR-ADA
Simply invoke the script with
./build-avr-ada-gcc-4.3.x.sh
N.B. The build script is written for BASH, if you use another shell then invoke the script with
bash ./build-avr-ada-gcc-4.3.x.sh

The script relies on some common tools available on most Unix systems such as wget, cvs, tar, flex, bison, regex, gettext, autoconf &amp; automake. Although these tools are available on most *nix systems they are not generally available on Windows. To build AVR-Ada on Windows you are going to need to install a Unix like environment such as MinGW/MSYS (www.mingw.org).

This script has been tested on Windows XP with the following tools.

MinGW-5.1.4.exe (Windows installer)&lt;br&gt;
http://downloads.sourceforge.net/mingw/MinGW-5.1.4.exe&lt;br&gt;
MSYS-1.0.10.exe (Windows installer)&lt;br&gt;
http://downloads.sourceforge.net/mingw/MSYS-1.0.10.exe&lt;br&gt;
msysCORE-1.0.11-&lt;latestdate&gt;&lt;br&gt;
http://downloads.sourceforge.net/mingw/msysCORE-1.0.11-20080826.tar.gz&lt;br&gt;
msysDTK-1.0.1.exe (Windows installer)&lt;br&gt;
http://downloads.sourceforge.net/mingw/msysDTK-1.0.1.exe&lt;br&gt;
GCC-4.3.0-20080502-mingw32-alpha&lt;br&gt;
http://downloads.sourceforge.net/mingw/gcc-4.3.0-20080502-mingw32-alpha-bin.7z&lt;br&gt;
cvs-1.11.22-MSYS-1.0.11-1&lt;br&gt;
http://downloads.sourceforge.net/mingw/cvs-1.11.22-MSYS-1.0.11-1-bin.tar.gz&lt;br&gt;
flex-2.5.33-MSYS-1.0.11-1&lt;br&gt;
http://downloads.sourceforge.net/mingw/flex-2.5.33-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
bison-2.3-MSYS-1.0.11-1&lt;br&gt;
http://downloads.sourceforge.net/mingw/bison-2.3-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
regex-0.12-MSYS-1.0.11-1&lt;br&gt;
http://downloads.sourceforge.net/mingw/regex-0.12-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
gettext-0.16.1-MSYS-1.0.11-1&lt;br&gt;
http://downloads.sourceforge.net/mingw/gettext-0.16.1-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
texinfo-4.11-MSYS-1.0.11-1&lt;br&gt;
http://downloads.sourceforge.net/mingw/texinfo-4.11-MSYS-1.0.11-1.tar.bz2&lt;br&gt;
tar-1.13.19-MSYS-2005.06.08&lt;br&gt;
http://downloads.sourceforge.net/sourceforge/mingw/tar-1.13.19-MSYS-2005.06.08.tar.bz2&lt;br&gt;
autoconf 2.59&lt;br&gt;
http://downloads.sourceforge.net/mingw/msys-autoconf-2.59.tar.bz2&lt;br&gt;
automake 1.8.2&lt;br&gt;
http://downloads.sourceforge.net/mingw/msys-automake-1.8.2.tar.bz2

The installers should be run and installed (in the example in C:msys1.0) and the tarballs should be extracted (in the example they should be extracted to C:msys1.0).&lt;br&gt;
N.B. The order is important so install/extract the files in order from first listed through to last.

7-Zip (http://7-zip.org) is a great Windows utility to handle Unix style archives and is required to open 7z archives (eg. gcc-4.3.0).
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Warren W. Gay VE3WWG</dc:creator><pubDate>Tue, 24 Jul 2012 03:54:55 -0000</pubDate><guid>https://sourceforge.net35225c2b574ce03631ffbab0805ca9b533f43ae7</guid></item></channel></rss>