<div dir="ltr"><div>I have attempted multiple times to build the SPARC toolchain on both CentOS 7 and Ubuntu 16.04.4 in VirtualBox, and I keep hitting a snag at this point:</div><div><br></div><div># ../source-builder/sb-set-builder --prefix=$HOME/development/rtems/5 5/rtems-sparc</div><div><br></div><div>The build always fails at </div><div><br></div><div>config: tools/rtems-gcc-7.3.0-newlib.3.0.0.cfg</div><div>package: sparc-rtems5-gcc-7.3.0-newlib-3.0.0-x86_64-linux-gnu-1</div><div>building: sparc-rtems5-gcc-7.3.0-newlib-3.0.0-x86_64-linux-gnu-1</div><div>_</div><div><br></div><div><br></div><div>And I'm ultimately forced to kill the process.</div><div><br></div><div><br></div><div>In CentOS, I have successfully installed the 4.13 version of texinfo.  (Ignoring Ubuntu for now)</div><div><br></div><div>I also installed ncurses-devel, and I successfully followed this instruction:</div><div><br></div><div><span class="gmail-cp"># yum install autoconf automake binutils gcc gcc-c++ gdb make patch \</span><span class="gmail-cp">bison flex xz unzip ncurses-devel texinfo zlib-devel python-devel git</span></div><div><br></div><div>which is listed under 3.1.2. CentOS on the RSB page.</div><div><br></div><div>(Most of which I covered earlier on by running #yum group install "Development Tools" and by installing texinfo separately).</div><div><br></div><div>Nada.</div><div><br></div><div>I have also looked into making this change, MAKEINFO=true, inside the .cfg files based on the information contained in the following link, but I have not yet done so.  (Found in a recent post in the user mailing list):</div><div><br></div><div><a href="https://github.com/mdavidsaver/rsb/commit/f0bf5876ad96417db07a876845fbf833b10ced65">https://github.com/mdavidsaver/rsb/commit/f0bf5876ad96417db07a876845fbf833b10ced65</a></div><div><br></div><div><br></div><div><br></div><div>To cover my bases and do this as neatly as possible, I have deleted CentOS 7, recreated it, and run the following commands in this order:</div><div><br></div><div>$ su</div><div># dhclient</div><div># yum install git</div><div># yum install wget</div><div># yum group install "Development Tools"</div><div># yum install autoconf automake binutils gcc gcc-c++ gdb make patch \ bison flex xz unzip ncurses-devel zlib-devel python-devel git</div><div><br></div><div>*/ I removed texinfo from the previous command and installed it separately following the instructions for 4.13 /*</div><div><br></div><div># cd ~</div><div># mkdir -p Downloads</div><div># cd Downloads</div><div># wget <a href="http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz">http://ftp.gnu.org/gnu/texinfo/texinfo-4.13.tar.gz</a></div><div># tar -xzf texinfo-4.13.tar.gz</div><div># cd texinfo-4.13</div><div># ./configure --prefix=$HOME/development/texinfo-4.13</div><div># make</div><div># make install</div><div># export PATH=$HOME/development/texinfo-4.13/bin:$PATH</div><div><br></div><div># cd </div><div># mkdir -p development/rtems/rsb</div><div># cd development/rtems/rsb</div><div># git clone git://<a href="http://git.rtems.org/rtems-source-builder.git">git.rtems.org/rtems-source-builder.git</a></div><div># cd rtems-source-builder</div><div># cd rtems</div><div>#../source-builder/sb-set-builder --prefix=$HOME/development/rtems/5 5/rtems-sparc</div><div><br></div><div><br></div><div>Aaaaannnd, fail....</div><div><br></div><div><br></div><div>The output is in a slightly different order this time, but it's still crashing at</div><div><br></div><div>building: sparc-rtems5-gcc-7.3.0-newlib-3.0.0-x86_64-linux-gnu-1</div><div><br></div><div><br></div><div>....At this point, I'm assuming I'm missing something completely asinine....</div><div><br></div><div><br></div><div>Thanks for the help!</div><div>-Chris<br></div></div>