This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: Error occurred in building newlib
- From: Dave Korn <dave dot korn dot cygwin at googlemail dot com>
- To: daniel tian <daniel dot xntian at gmail dot com>
- Cc: newlib at sources dot redhat dot com, peng dot zheng at mavrixtech dot com
- Date: Wed, 30 Sep 2009 12:27:41 +0100
- Subject: Re: Error occurred in building newlib
- References: <121fadb80909300404l3763cfa7sde301a49ae8a7999@mail.gmail.com>
daniel tian wrote:
> /home/daniel.tian/gcc_rice_dev/rice-binutils/newlib-1.15.0/missing
> makeinfo --split-size=5000000 --split-size=5000000 --no-split
> -I../../newlib-1.15.0/etc -o standards.info
> ../../newlib-1.15.0/etc/standards.texi
> 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.
Looks like makeinfo is missing on your system. You should only need it if...
Anyway, the point is, install the "texinfo" package on your build machine.
cheers,
DaveK