cross compilers

0001-01-01

A cross compiler is a compiler capable of creating objects for a target platform other than the one on which the compiler is running. For example, a developer’s workstation is x86_64 and they are developing software intended for use on systems with ARM processors.


Links to this note