Contents|Index|Previous|Next
Options controlling the kind of output  

The following documentation discusses types of output and source files. Compilation can involve up to four of the following stages, always in the following order. The first three stages apply to an individual source file: preprocessing establishes the type of source code to process, compiling produces an object file, assembling establishes the syntax that the compiler expects for symbols, constants, expressions and the general directives; linking completes the compilation process by combining all the object files (those newly compiled, and those specified as input) into an executable file.

For any given input file, the filename suffix determines what kind of compilation is done, as the following descriptions help to clarify.
 


Top|Contents|Index|Previous|Next