Go to the first, previous, next, last section, table of contents.


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.


Go to the first, previous, next, last section, table of contents.