This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: cross compiling m68k ->ppc (again)
- To: luther at dpt-info dot u-strasbg dot fr
- Subject: Re: cross compiling m68k ->ppc (again)
- From: Franz Sirl <Franz dot Sirl-kernel at lauterbach dot com>
- Date: Thu, 18 Jun 1998 13:05:53 +0200
- Cc: egcs at cygnus dot com
At 09:12 18.06.98 , Sven LUTHER wrote:
>hello,
>
>i succedded in getting some includes for linux-ppc, tried to compile my
>cross compiler again yesterday.
>
>the good news is that this solved the previous problem with libgcc2 (at
>least i think, i let it running all night and didn't see all the logs).
>
>the bad new is that in file libio/iogetline.c libioh tries to include
>stdio-lock.h that is not part of the includes i am using.
>
>i am using some glibc 1.99.x includes, and stdio-lock.h is not part of
>it, but i found it in the glibc2.0.6 includes on the m68k side.
>
>Any idea what i should do now ? is this a problem or is egcs working
>only with glibc2.0.x (i already noticed egcs don't support 2.0.x kernel
>includes.).
Hmm, there's no glibc-2.0.x for PPC, you would have to use the glibc-2.1
snapshot glibc-2.0.94. But eventually you simply used the wrong target, for
glibc-1.99 you have to configure with
"--target=powerpc-unknown-linux-gnulibc1", gnulibc1 being the important part.
Franz.