SLAU132Y September 2004 – June 2021
Figure 2-1 illustrates the software development flow. The shaded portion of the figure highlights the most common path of software development for C language programs. The other portions are peripheral functions that enhance the development process.
The following list describes the tools that are shown in Figure 2-1:
The library-build utility automatically builds the run-time-support library if compiler and linker options require a custom version of the library. See Section 8.5. Source code for the standard run-time-support library functions for C and C++ is provided in the lib\src subdirectory of the directory where the compiler is installed.