jeffiedward writes:
> when i try to compile glibc, the following configuration error occurs:
>
> ../configure CFLAGS=" -march=i686 -O2" --host=i686-pc-linux-gnu
> --target=powerpc-linux-gnu --prefix=/home/tellabs/GNU/PPC
> --with-headers=/home/tellabs/GNU/include
> --with-binutils=/home/tellabs/G
Hi,
I'm new to the GNU tool building environment.
I'm trying to build cross GCC for powerpc-linux platform.
I could compile binutils and first-stage gcc.
These are my configuration options:
binutils:
../configure --prefix=/home/tellabs/GNU/PPC --target=powerpc-linux-gnu
make all
make i