make toolchain funktioniert nicht - ds-0.2.7

Status
Für weitere Antworten geschlossen.

lord-of-linux

Mitglied
Mitglied seit
3 Dez 2005
Beiträge
568
Punkte für Reaktionen
1
Punkte
0
Hi,

ich will mir gerade die Toolchain erstellen, damit ich selbst mal ein bisschen compilen kann. Ich bekomme aber nach 1,3 GB folgende Meldung:
Code:
make -C /home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6 all
make[1]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6'
make[2]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6'
make[3]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/libiberty'
make[4]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/libiberty/testsuite'
make[4]: Für das Ziel »all« ist nichts zu tun.
make[4]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/libiberty/testsuite'
make[3]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/libiberty'
make[3]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/intl'
make[3]: Für das Ziel »all« ist nichts zu tun.
make[3]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/intl'
make[3]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd'
Making info in doc
make[4]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd/doc'
restore=: && backupdir=".am$$" && \
        am__cwd=`pwd` && cd ../.././bfd/doc && \
        rm -rf $backupdir && mkdir $backupdir && \
        for f in ../.././bfd/doc/bfd.info ../.././bfd/doc/bfd.info-[0-9] ../.././bfd/doc/bfd.info-[0-9][0-9] ../.././bfd/doc/bfd.i[0-9] ../.././bfd/doc/bfd.i[0-9][0-9]; do \
          if test -f $f; then mv $f $backupdir; restore=mv; else :; fi; \
        done; \
        cd "$am__cwd"; \
        if /home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/missing makeinfo --split-size=5000000 --split-size=5000000   -I ../.././bfd/doc \
         -o ../.././bfd/doc/bfd.info ../.././bfd/doc/bfd.texinfo; \
        then \
          rc=0; \
          cd ../.././bfd/doc; \
        else \
          rc=$?; \
          cd ../.././bfd/doc && \
          $restore $backupdir/* `echo "./../.././bfd/doc/bfd.info" | sed 's|[^/]*$||'`; \
        fi; \
        rm -rf $backupdir; exit $rc
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
make[4]: *** [../.././bfd/doc/bfd.info] Fehler 1
make[4]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd/doc'
Making info in po
make[4]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd/po'
make[4]: Für das Ziel »info« ist nichts zu tun.
make[4]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd/po'
make[4]: Entering directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd'
make[4]: Für das Ziel »info-am« ist nichts zu tun.
make[4]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd'
make[3]: *** [info-recursive] Fehler 1
make[3]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/bfd'
make[2]: *** [all-bfd] Fehler 2
make[2]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6'
make[1]: *** [all] Fehler 2
make[1]: Leaving directory `/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6'
make: *** [/home/ingmar/ds-mod/ds-0.2.7/source/toolchain/binutils-2.16.91.0.6/binutils/objdump] Fehler 2

Hat jemand eine Idee zum Lösen des Problems? Liegt dies an meinem Rechner oder an dem ds-mod?
 
lord-of-linux schrieb:
Code:
WARNING: `makeinfo' is missing on your system.  You should only need it if
         you modified a `.texi' or `.texinfo' file, or any other file
         indirectly affecting the aspect of the manual.  The spurious
         call might also be the consequence of using a buggy `make' (AIX,
         DU, IRIX).  You might want to install the `Texinfo' package or
         the `GNU make' package.  Grab either from any GNU archive site.
texinfo installiert?

Am besten nach der Installation von texinfo das Verzeichnis ./source/toolchain löschen und nochmal `make toolchain' starten.

Mfg,
danisahne
 
danisahne schrieb:
texinfo installiert?

Am besten nach der Installation von texinfo das Verzeichnis ./source/toolchain löschen und nochmal `make toolchain' starten.
Danke, manchmal seh ich doch den Wald vor lauter Bäumen nicht. Naja, kann geclosed werden.
 
Status
Für weitere Antworten geschlossen.
Holen Sie sich 3CX - völlig kostenlos!
Verbinden Sie Ihr Team und Ihre Kunden Telefonie Livechat Videokonferenzen

Gehostet oder selbst-verwaltet. Für bis zu 10 Nutzer dauerhaft kostenlos. Keine Kreditkartendetails erforderlich. Ohne Risiko testen.

3CX
Für diese E-Mail-Adresse besteht bereits ein 3CX-Konto. Sie werden zum Kundenportal weitergeleitet, wo Sie sich anmelden oder Ihr Passwort zurücksetzen können, falls Sie dieses vergessen haben.

IPPF im Überblick

Neueste Beiträge