<div dir="ltr">I recently tried building an rtems 4.11 arm toolchain using RTEMS source builder on the just released Ubuntu 13.10 64 bit.<div><br></div><div>The build fails on binutils/bfd/doc/bfd.texinfo.</div><div><br></div>
<div>If I patch the bfd.texinfo file as follows, it will build successfully:</div><div><div>--------------------------</div><div>:~/Desktop$ diff binutils-2.23.2-orig/bfd/doc/bfd.texinfo binutils-2.23.2/bfd/doc/bfd.texinfo </div>
<div>325c325</div><div>< % I think something like @colophon should be in texinfo.  In the</div><div>---</div><div>> % I think something like @@colophon should be in texinfo.  In the</div><div>336c336</div><div>< % Blame: <a href="mailto:doc@cygnus.com">doc@cygnus.com</a>, 28mar91.</div>
<div>---</div><div>> % Blame: doc@@<a href="http://cygnus.com">cygnus.com</a>, 28mar91.</div></div><div>---------------------------------</div><div><br></div><div>I also had to make the following change to the rtems-gcc-4.8.1-newlib-cvs-1.cfg file in RSB:</div>
<div><div>:~/Desktop$ diff rtems-gcc-4.8.1-newlib-cvs-1-orig.cfg rtems-gcc-4.8.1-newlib-cvs-1.cfg </div><div>22,26d21</div><div>< # Incompatible with Texinfo 5</div><div>< %if %{__makeinfo_ver} >= 5.0</div><div><  %error Incomaptible version of makeinfo found!</div>
<div>< %endif</div><div>< </div></div><div><br>Essentially commenting out the check for Texinfo > version 5.0</div><div><br></div><div>----------</div><div><br></div><div>After these two changes I was able to get a clean build of the arm-rtems4.11 tools and build RTEMS for the Raspberry Pi. </div>
<div><br></div><div>Since I have it set up, I can try other toolchains as well, just let me know.</div><div><br></div><div>Alan</div><div><br></div><div><br></div><div><br></div></div>