Node:Cross-Compiler, Next:VMS Install, Previous:Configurations, Up:Installation
GNU CC can function as a cross-compiler for many machines, but not all.
mips-tdump.c and mips-tfile.c can't be compiled on
anything but a Mips. It does work to cross compile for a Mips
if you use the GNU assembler and linker.
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.