• Willkommen im Linux Club - dem deutschsprachigen Supportforum für GNU/Linux. Registriere dich kostenlos, um alle Inhalte zu sehen und Fragen zu stellen.

Win32 Cross compiler

BeBu

Newbie
Hi

ich benutzt opensuse 10.1 und versuche, da ich hin und wieder was für win coden muss, gerade den cross compiler selber zu übersetzen, denn so weit ich es gesehen habe gibt es keine rpms für suse.

Bei mingw gibts es acuh ein build script dazu welches ich bneutzt habe. Zuerst habe ihc es mit den aktuellen versionen benutzt, da das fehl schlieg auch mit den alten. Aber das ging ebenfalls schief.

Falls jemand etwas dazu weiss, wäre ich froh sein wissen teilen zu dürfen.

EDIT::

make[3]: *** [/home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.info] Error 1
make[3]: Leaving directory `/home/benjamin/gccbuild/binutils-mingw32/bfd/doc'

das sit der fehler der mir leider gar nichts sagt
 
OP
B

BeBu

Newbie
direkt drüber steht:

if /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/missing makeinfo --split-size=5000000 --split-size=5000000 -I /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc \
-o /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.info /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.texinfo; \
then \
rc=0; \
cd /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc; \
else \
rc=$?; \
cd /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc && \
$restore $backupdir/* `echo ".//home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rcif /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/missing makeinfo --split-size=5000000 --split-size=5000000 -I /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc \
-o /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.info /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.texinfo; \
then \
rc=0; \
cd /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc; \
else \
rc=$?; \
cd /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc && \
$restore $backupdir/* `echo ".//home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.info" | sed 's|[^/]*$||'`; \
fi; \
rm -rf $backupdir; exit $rc
if /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/missing makeinfo --split-size=5000000 --split-size=5000000 -I /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc \
-o /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.info /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc/bfd.texinfo; \
then \
rc=0; \
cd /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc; \
else \
rc=$?; \
cd /home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/bfd/doc && \
$restore $backupdir/* `echo ".//home/benjamin/gccbuild/source/binutils-2.16.91-20060119-1/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 `GNU make' package.
Grab either from any GNU archive site.


na ja make ist ja installiert, das kanns also nich sein
 

bike

Hacker
BeBu schrieb:
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 `GNU make' package.
Grab either from any GNU archive site.


na ja make ist ja installiert, das kanns also nich sein

Da steht dass das makeinfo file nicht da ist.
Aber es ist eine Warnung kein Fehler.
Leider habe ich das Paket nicht hier um zu testen, jedoch deutet dies auf einen Configure Fehler hin, das Verzeichnis bzw die Datei wird nicht gefunden.

Hast du schon
make propper
configure
make
make install
versucht?


bike
 
Oben