919 Building and Installing a Cross-Compiler Contents|Index|Previous|Next
 

Building and installing a cross-compiler 

GNU CC can function as a cross-compiler for many machines, but not all.

Since GNU CC generates assembler code, you probably need a cross-assembler that GNU CC can run, in order to produce object files. If you want to link on other than the target machine, you need a cross-linker as well. You also need header files and libraries suitable for the target machine that you can install on the host machine. 0