Re: [arm-gnu] How to build the GNU ARM tool chain?
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [arm-gnu] How to build the GNU ARM tool chain?



On Friday 18 June 2004 14:00, wujianjun wrote:
> Hi all,
> I downloaded the latest GNU ARM tool chain Source Packages from
> codesourcery.com (Release Q1 2004). But when I build the binutils-2004-q1a,
> I always meet the error:
>    creating po/Makefile.in
> make[3]: Leaving directory
> `/cygdrive/c/gnu_toolchains/build/binutils/bfd/po' make[3]: Entering
> directory `/cygdrive/c/gnu_toolchains/build/binutils/bfd/po'
> file=/cygdrive/c/gnu_toolchains/src/binutils-2004-q1a/bfd/po/`echo fr | sed
> 's,. */,,'`.gmo \
>   && rm -f $file && PATH=../src:$PATH msgfmt -o $file
> /cygdrive/c/gnu_toolchains /src/binutils-2004-q1a/bfd/po/fr.po
> msgfmt: not found

You probably need to install the gettext package. This is used to process the 
internationalization components when building gcc.

Paul