Contents|Index|Previous|Next
Target selection


A target is an object file format. A given target may be supported for multiple architectures (see Architecture selection). A target selection may also have variations for different operating systems or architectures.

The command to list valid target values is �objdump -i� (the first column of output contains the relevant information).

Some sample values are: �a.out-hp300bsd�, �ecoff-littlemips�, �a.out-sunos-big�.

objdump target

Ways to specify:

objcopy and strip input target

Ways to specify:

objcopy and strip output target

Ways to specify:

nm, size, and strings target

Ways to specify:

Linker input target

Ways to specify:

Linker output target

Ways to specify:



Top|Contents|Index|Previous|Next