The Toolset

Home Products Sales Support Contacting Us Library Search

Platforms
The Toolset
GCC-1750
GCC-ERC32
ERC32 Ada
HOLD III Ada
HOLD V Ada
Coral66
M1750 Ada
APEX
PowerPC Ada
IMA
M68K Ada

 

The Toolset

The XGC tool chain comprises a set of tools to support programming in C, C++ and assembly language, and several libraries of run-time code.

The compilation process

The compilation process includes the following steps:

  1. The compiler translates the high level language into assembly language.
  2. The assembler translates assembly language into object code.
  3. The linker builds an executable program from object modules and any library modules required.

Usually the steps will be performed automatically under the control of the GCC main program.

The symbolic debugger may be used to investigate the run-time behavior of an executable program, and works at source code level.

 

Updated May 11, 2005
Copyright XGC Software