C++ - Cross Compilation
C++ - Cross Compilation
Terminology
Triplet
Triplet describes the platform. It consists of three components: ISA-OS-libc.
- ISA (Instruction Set Architecture)
- OS (Operating System)
- libc: the version of libc used on the given platform
Application Binray Interface (ABI)
TODO: ABI incompatibility?
See also
This post is licensed under
CC BY 4.0
by the author.