Skip to content

Commit

Permalink
README: latest rtems needs autoconf-2.69
Browse files Browse the repository at this point in the history
  • Loading branch information
Xiangfu Liu committed Oct 29, 2012
1 parent 553980b commit ef5a71c
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.html
Expand Up @@ -21,7 +21,7 @@ <h2>Contents</h2>
</li>
<li><a href="#secHost">Host Specific Requirements</a>
<ol>
<li><a href="#secUbuntu">Ubuntu 11.04 Desktop</a> </li>
<li><a href="#secUbuntu">Ubuntu 12.04 Desktop</a> </li>
<li><a href="#secOSX">Mac OS X 10.6 Snow Leopard</a> </li>
</ol>
</li>
Expand Down Expand Up @@ -94,13 +94,13 @@ <h3><a name="secReflash">Milkymist reflash script</a></h3>

<h2><a name="secHost">Host Specific Requirements</a></h2>
<ol>
<li><a href="#secUbuntu">Ubuntu 11.04 Desktop</a> </li>
<li><a href="#secUbuntu">Ubuntu 12.04 Desktop</a> </li>
<li><a href="#secOSX">Mac OS X 10.6 Snow Leopard</a> </li>
</ol>

<h3><a name="secUbuntu">Ubuntu 11.04 Desktop</a></h3>
<h3><a name="secUbuntu">Ubuntu 12.04 Desktop</a></h3>
<p>
Ubuntu 11.04 comes with autotools 2.67 but rtems needs autotools 2.68. Some of the autotools have hard coded paths so any existing installtion interfers with an installation done in an alternate path. (There's probably a way around this but I don't know what it is.) To get around this we remove the old autotools and install news ones.
Ubuntu 12.04 comes with autotools 2.68 but rtems needs autotools 2.69. Some of the autotools have hard coded paths so any existing installtion interfers with an installation done in an alternate path. (There's probably a way around this but I don't know what it is.) To get around this we remove the old autotools and install news ones.
<OL>
<LI>Remove the folowing packages (sudo apt-get remove `packagename`):
<UL>
Expand All @@ -113,9 +113,9 @@ <h3><a name="secUbuntu">Ubuntu 11.04 Desktop</a></h3>
</LI>
<LI>Install the latest autotools, M4, and libtool:
<pre>$ cd /tmp
$ wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.68.tar.gz
$ tar xzvf autoconf-2.68.tar.gz
$ cd ./autoconf-2.68/
$ wget http://ftp.gnu.org/gnu/autoconf/autoconf-2.69.tar.gz
$ tar xzvf autoconf-2.69.tar.gz
$ cd ./autoconf-2.69/
$ ./configure --prefix=/opt/autotools
$ make
$ sudo make install
Expand Down Expand Up @@ -269,4 +269,4 @@ <h3><a name="secOSX">Mac OS X 10.6 Snow Leopard</a></h3>
</pre>
</LI>
</OL>
</body>
</body>

0 comments on commit ef5a71c

Please sign in to comment.