SPRUIG8J January 2018 – March 2024
The compiler lets you compile, optimize, assemble, and optionally link in one step. The compiler performs the following steps on one or more source modules:
You can compile C and C++ files in a single command. The compiler uses the filename extensions to distinguish between different file types. See Section 3.3.10 for more information.
By default, the compiler does not invoke the linker. You can invoke the linker by using the --run_linker (-z) compiler option. See Section 11.1.1 for details.