This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Re: cross compiling stage 1 libgcc fails
Andrew Haley <aph <at> redhat.com> writes:
> On 03/06/2013 06:05 PM, c522473 wrote:
> > gcc tries to include/link the target libc. I have not build that as I do not
> > have a working cross compiler. What am I missing?
>
> Bootstrapping, you need a target libc first. How you get one depends
> on the target. If the target is GNU/Linux, you can copy everything
> from a working system.
>
> So, what is your target?
GNU/Linux x86 or Amd64. I am not able to just copy working binaries/libraries. I
really have to build everything from source. Couldn't I just use xgcc to build a
suitable target libc?