This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Contributing to cross-compiling


> It seems like the best place to start for someone new to GCC would be the
> beginners projects off from the GCC Projects webpage
> (http://gcc.gnu.org/projects/beginner.html). I think I will start from there
> and then try to move to the cross-compiling area.

Once you get into GCC in enough detail, you'll come to appreciate that
cross-compiling is not particularly special.  It's just the compiler
running on a different system type to the code being generated.  There
is certainly a bit of intricacy in building GCC for such an environment,
but conceptually, it's very straightforward.

Welcome, and thanks for joining up!

Ben



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