XGC Technology

sales@xgc.com
Fax +44 1483 433312


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.