This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CrossCompile PowerPC 603 and makeinfo problem


Hi everybody, I'm trying to compile a crossCompiler from x86 to PowerPC603.

I have this error :

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[3]: *** [fastjar.info] Erreur 1
make[3]: quittant le répertoire «
/home/ob/crosstool-0.43/build/powerpc-603-linux-gnu/gcc-4.1.0-glibc-2.3.6/build-gcc/fastjar


»
make[2]: *** [all] Erreur 2
make[2]: quittant le répertoire «
/home/ob/crosstool-0.43/build/powerpc-603-linux-gnu/gcc-4.1.0-glibc-2.3.6/build-gcc/fastjar


»
make[1]: *** [all-fastjar] Erreur 2
make[1]: quittant le répertoire «
/home/ob/crosstool-0.43/build/powerpc-603-linux-gnu/gcc-4.1.0-glibc-2.3.6/build-gcc


»
make: *** [all] Erreur 2


I installed texi2html to have makeinfo but after installation I haven't got a makeinfo bin :(

~$ sudo find / -name "*makeinfo*"
/usr/share/texi2html/makeinfo.init
~$


Thanks for your help


David


-- For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]