This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: 2nd Stage of xGCC -- failure


> I am trying to create a cross-compiler for arm-linux with support of
> glibc as I need to get Linux running on an ARM -- something, that must
> have been done a thousand times, I suggest :-|

Yep. You should be able to find a pre-compiled package for i386-linux
hosts
from MontaVista, (www.mvista.com) I think RedHat has cross-compile stuff
too. The LART has a toolchain as well 
(http://www.lart.tudelft.nl/lartware/compile-tools/)

> - Do I really need C++ support to build the Linux kernel for ARM?

No. You don't even need Glibc at all. All you need to compile
the kernel is binutils and GCC for C.
Add to that Glibc and you can compile any C program for Linux.
Then you need to do the second stage of GCC for C++ programs,
but fortunately there aren't that many out there.

Y.

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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]