August 2014
Beginner to intermediate
314 pages
7h 57m
English
We will start by presenting three important definitions as follows:
In a standard cross-compiler, the build and host platforms are the same. You define the build, host, and target via target triples. These triples uniquely identify a target variation with information about the processor architecture, operating system flavor and version, C library kind, and object file type.
There is no strict format for triples. GNU tools, for instance, may accept triples composed of two, three, or even four fields in the
Read now
Unlock full access