Hi all<br><br>I'm trying to build a toolchain for my SH4-based board. It already has a version of uClinux installed, so I only want the compilation tool chain. I've  run make config, selecting 'No' for most of the non-toolchain related options (if you think this is causing me trouble, I can include the .config in a future post).<br><br>Eventually make exists with an error that I can't decipher (see below). There's a warning about makeinfo that doesn't make sense (I didn't alter any .texi of .texinfo files and reinstalled GNU make just to be on the safe side), but I don't know if it is the cause of the error. It appeards as if something has gone awry in the generated directory structure...<br><br>If anybody can help I would greatly appreciate it! Sorry if this is a newbie question; I did search the archives but found nothing similar.<br><br>Thanks<br>Izak<br><br>Here's the output:<br><br>izak@izak-desktop:~/buildroot$ make<br><br>Checking build system
 dependencies:<br>CC clean:                                       Ok<br>CXX clean:                                      Ok<br>CPP clean:                                      Ok<br>CFLAGS clean:                                   Ok<br>CXXFLAGS
 clean:                                 Ok<br>sed works:                                      Ok<br>which installed:                                Ok<br>GNU make version '3.81beta4':                   Ok<br>C compiler '/usr/bin/gcc'<br>C compiler version '4.0.3':                     Ok<br>bison
 installed:                                Ok<br>flex installed:                                 Ok<br>gettext installed:                              Ok<br>Build system dependencies:                      Ok<br><br>make -j1 -C /home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build all<br>make[1]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build'<br>make[2]: Entering directory
 `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build'<br>make[3]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/libiberty'<br>make[4]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/libiberty/testsuite'<br>make[4]: Nothing to be done for `all'.<br>make[4]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/libiberty/testsuite'<br>make[3]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/libiberty'<br>make[3]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/intl'<br>make[3]: Nothing to be done for `all'.<br>make[3]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/intl'<br>make[3]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd'<br>Making info in doc<br>make[4]: Entering directory
 `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd/doc'<br>restore=: && backupdir=".am$$" && \<br>        am__cwd=`pwd` && cd /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc && \<br>        rm -rf $backupdir && mkdir $backupdir && \<br>        for f in /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.info /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.info-[0-9] /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.info-[0-9][0-9] /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.i[0-9] /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.i[0-9][0-9]; do \<br>          if test -f $f; then mv $f $backupdir; restore=mv; else :; fi;
 \<br>        done; \<br>        cd "$am__cwd"; \<br>        if /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/missing makeinfo --split-size=5000000 --split-size=5000000   -I /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc \<br>         -o /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.info /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.texinfo; \<br>        then \<br>          rc=0; \<br>          cd /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc; \<br>        else \<br>          rc=$?;
 \<br>          cd /home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc && \<br>          $restore $backupdir/* `echo ".//home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.info" | sed 's|[^/]*$||'`; \<br>        fi; \<br>        rm -rf $backupdir; exit $rc<br>WARNING: `makeinfo' is missing on your system.  You should only need it if<br>         you modified a `.texi' or `.texinfo' file, or any other file<br>         indirectly affecting the aspect of the manual.  The spurious<br>         call might also be the consequence of using a buggy `make' (AIX,<br>         DU, IRIX).  You might want to install the
 `Texinfo' package or<br>         the `GNU make' package.  Grab either from any GNU archive site.<br>make[4]: *** [/home/izak/buildroot/toolchain_build_sh4/binutils-2.17/bfd/doc/bfd.info] Error 1<br>make[4]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd/doc'<br>Making info in po<br>make[4]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd/po'<br>make[4]: Nothing to be done for `info'.<br>make[4]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd/po'<br>make[4]: Entering directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd'<br>make[4]: Nothing to be done for `info-am'.<br>make[4]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd'<br>make[3]: *** [info-recursive] Error 1<br>make[3]: Leaving directory
 `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/bfd'<br>make[2]: *** [all-bfd] Error 2<br>make[2]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build'<br>make[1]: *** [all] Error 2<br>make[1]: Leaving directory `/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build'<br>make: *** [/home/izak/buildroot/toolchain_build_sh4/binutils-2.17-build/binutils/objdump] Error 2<br><br><p>

<hr size=1>
<a href="http://us.rd.yahoo.com/evt=49678/*http://smallbusiness.yahoo.com/domains/?p=BESTDEAL"> Get your own web address.</a><br> Have a HUGE year through <a href="
http://us.rd.yahoo.com/evt=49678/*http://smallbusiness.yahoo.com/domains/?p=BESTDEAL">Yahoo! Small Business.</a>