SPRU514Z July 2001 – October 2023 SM320F28335-EP
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, C++, and assembly files in a single command. The compiler uses the filename extensions to distinguish between different file types. See Section 2.3.9 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 4.1.1 for details.
For a complete description of the assembler and the linker, see the TMS320C28x Assembly Language Tools User's Guide.