Using and Porting GNU CC - Steps of Cross

Node: Steps of Cross Next: Configure Cross Up: Cross-Compiler

Steps of Cross-Compilation

To compile and run a program using a cross-compiler involves several steps:

It is most convenient to do all of these steps on the same host machine, since then you can do it all with a single invocation of GNU CC. This requires a suitable cross-assembler and cross-linker. For some targets, the GNU assembler and linker are available.


Next: Configure Cross Up: Cross-Compiler