<html><head><meta http-equiv="Content-Type" content="text/html charset=us-ascii"></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space;" class="">I was able to build the RSB 4.12 Sparc toolchain including GDB on a new Ubuntu 16.04 64 bit virtual machine. <div class=""><br class=""></div><div class="">I followed the package suggestions from the latest version of the RSB doc here:</div><div class=""><a href="https://git.rtems.org/rtems-source-builder/tree/doc/source-builder.txt" class="">https://git.rtems.org/rtems-source-builder/tree/doc/source-builder.txt</a></div><div class="">Line 3121:</div><div class=""><pre style="padding: 0px; margin-top: 0px; margin-bottom: 0px; font-size: 13px;" class=""><code class="">-------------------------------------------------------------
$ sudo apt-get build-dep binutils gcc g++ gdb unzip git
$ sudo apt-get install python2.7-dev git
-------------------------------------------------------------</code></pre><div class=""><br class=""></div><div class="">I also was able to build an ARM toolchain on the Windows Subsystem for Linux, which is based on Ubuntu 14.04. </div><div class="">I needed the following packages:</div><div class=""><pre style="white-space: pre-wrap; background-color: rgb(255, 255, 255);" class="">-------------------------------------------------------------
$ sudo apt-get install autoconf automake bison flex binutils gcc \
g++ gdb texinfo unzip ncurses-dev python-dev git zlib1g-dev make
-------------------------------------------------------------</pre><div class="">I would imagine that Ubuntu or Debian variants such as Mint or Elementary OS might need another package or two. </div></div><div class=""><br class=""></div><div class="">hope this helps,</div><div class="">Alan</div><div class=""><br class=""></div><div class=""><br class=""></div><div class=""><br class=""><div><blockquote type="cite" class=""><div class="">On Oct 1, 2016, at 3:54 AM, Chris Johns <<a href="mailto:chrisj@rtems.org" class="">chrisj@rtems.org</a>> wrote:</div><br class="Apple-interchange-newline"><div class=""><div class="">On 1/10/16 4:09 am, D Peter Siddons wrote:<br class=""><blockquote type="cite" class="">Looking through the rsb output I saw a few things which got a "no"<br class="">answer, which might cause problems.<br class=""><br class="">checking for library containing kinfo_getvmmap... no<br class="">checking for libexpat... no<br class=""><br class=""></blockquote><br class="">Expat is always built by the RSB in the RTEMS build sets. I do not know<br class="">what is going on here. It is not needed as an host package.<br class=""><br class=""><blockquote type="cite" class="">checking libunwind-ia64.h usability... no<br class="">checking libunwind-ia64.h presence... no<br class="">checking for libunwind-ia64.h... no<br class=""><br class="">I'm not an rsb expert, but maybe you need the -dev versions, so try installing libunwind-dev and libexpat-dev. I couldn't find anything about kinfo_getvmmap, but maybe a little googling will uncover something.<br class=""><br class=""></blockquote><br class="">Is ia64 itanium?<br class=""><br class="">These are missing on OSX Serria as well. I installed tested the RSB on<br class="">Serria yesterday.<br class=""><br class="">Chris<br class="">_______________________________________________<br class="">users mailing list<br class=""><a href="mailto:users@rtems.org" class="">users@rtems.org</a><br class="">http://lists.rtems.org/mailman/listinfo/users<br class=""></div></div></blockquote></div><br class=""></div></div></body></html>