Re: building native cross compiler

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Michael Zintakis <michael.zintakis@xxxxxxxxxxxxxx> writes:

> I see ar, ranlib and strip have been picked up from the binutils
> directory though the error is exactly the same as before - line 83
> exec not found (what exec id doesn't say). So, I presume I have to
> build binutils first and place the executables in prefix/target/bin,
> right?

Yes, which should happen automatically if you configure the binutils
with the identical --target and --prefix options that you use when you
configure gcc.  When you run "make; make install" the binutils should be
installed where gcc expects to find them.

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux