Pages : 1
#1 Le 22/07/2013, à 14:40
- NBH
cross compiler PowerPC
Bonjour tout le monde,
je veux installer le compilateur croisé pour le cpu powerpc sous ubuntu 10.04.
pour ce faire je dois installer binutils, gcc et gdb.
j'ai commencé par binutils 2.20, la commande configure s'est bie passée : ../../../src/binutils-2.20/configure --prefix=/usr/local/Soclib/toolchain/powerpc --target=powerpc-unknown-elf --program-prefix=powerpc-unknown-elf --disable-nls --disable-werror.
mais en passant à la compilation avec make, je trouve cet erreur:
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]: *** [gprof.info] Erreur 1
make[4]: quittant le répertoire « /usr/local/Soclib/toolchain/build/powerpc/binutils/gprof »
make[3]: *** [all-recursive] Erreur 1
make[3]: quittant le répertoire « /usr/local/Soclib/toolchain/build/powerpc/binutils/gprof »
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire « /usr/local/Soclib/toolchain/build/powerpc/binutils/gprof »
make[1]: *** [all-gprof] Erreur 2
make[1]: quittant le répertoire « /usr/local/Soclib/toolchain/build/powerpc/binutils »
make: *** [all] Erreur 2.
merci d'avance pour votre aide
Hors ligne
#2 Le 24/07/2013, à 14:06
- Haleth
Re : cross compiler PowerPC
aptitude install texinfo
Ubuntu is an ancien African word which means "I can't configure Debian"
Because accessor & mutator are against encapsulation (one of OOP principles), good OOP-programmers do not use them. Obviously, procedural-devs do not. In fact, only ugly-devs are still using them.
Hors ligne
#3 Le 25/07/2013, à 04:07
- NBH
Re : cross compiler PowerPC
merci, c'est resolu
Hors ligne
Pages : 1