Go to the first, previous, next, last section, table of contents.

Target names

If you have a cross-development tape, the label also indicates the target for that configuration. The pattern for target names is

architecture[-vendor]-objfmt

Target names differ slightly from host names in that the last variable indicates the object format rather than the operating system, and the second variable is often left out (this practice is becoming obsolete; in the future, all configuration names will be made up of three parts).

In cross-development configurations, each tool in the Developer's Kit is installed with the configured name of the target as a prefix. For example, if the C compiler is configured to generate COFF format code for the Motorola 680x0 family, the compiler is installed as `m68k-coff-gcc'.

Warning: configure can represent a very large number of target name combinations of architecture, vendor, and object format. There is by no means support for all possible combinations!

This is a list of some of the more common targets supported by Cygnus Support. (Not all targets are supported on every host!) The list is not exhaustive; see section `Overview' in Release Notes, for an up-to-date matrix which shows the host/target combinations supported by Cygnus. Also, see the manual section `Embed with GNU' in Embedded Systems Programming.

Motorola 68000 family
m68k-aout                a.out object code format
m68k-coff                COFF object code format
m68k-vxworks             VxWorks environment
Motorola 88000 family
m88k-coff                COFF object code format
Intel 960 family
i960-vxworks5.0          VxWorks environment (b.out format)
i960-vxworks5.1          VxWorks environment (COFF format
i960-nindy-coff          Nindy monitor
AMD 29000 family
a29k-amd-udi             UDI monitor interface
 To use the MINIMON interface, use this configuration
 with the auxiliary program MONTIP, available from AMD.
a29k-vxworks5.1          VxWorks environment (COFF format)
SPARC family
sparc-vxworks            VxWorks environment
sparc-aout               a.out object code format
sparclite-aout           a.out object code format
sparclite-coff           COFF object code format
Intel 80X86 family
i386-aout                a.out object code format
i386-elf                 ELF object code format
IDT/MIPS R3000
mips-idt-ecoff           IDT R3000, ECOFF object code format
mips-elf                 IDT R3000, ELF object code format
mips64-elf               IDT R3000, ELF object code format
Hitachi H8300
h8300-hms                COFF object code format
Hitachi SH
sh-hms                   COFF object code format
Z8000
z8k-coff                 COFF object code format


Go to the first, previous, next, last section, table of contents.