Cross-compilers _without_ copying all of include & lib

Dara Hazeghi dhazeghi@yahoo.com
Fri Nov 14 18:07:00 GMT 2003


Hello,

the easiest way to do this is problem using
--with-sysroot (see
<http://gcc.gnu.org/install/configure.html>).

You'll need current 3.3 branch cvs, or mainline, but
this should allow you to install gcc without needing
to copy that stuff. For instance, if you NFS mount
your powerpc-linux / at /mnt/ppc-cross, you should be
able to just do --with-sysroot=/mnt/ppc-cross (and
avoid all the --with-libs, --with-headers nastiness).
Nothing should be copied, save a some headers which
fixincludes changes. 

Hope that helps,

Dara

__________________________________
Do you Yahoo!?
Protect your identity with Yahoo! Mail AddressGuard
http://antispam.yahoo.com/whatsnewfree

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com



More information about the crossgcc mailing list