Code Composer Studio
Build Options
Project options direct the code generation tools (i.e. compiler, assembler, linker) to create code
according to your system’s needs. When you create a new project, CCS creates two sets of build
options – called Configurations: one called Debug, the other Release (you might think of as
Optimize).
To make it easier to choose build options, CCS provides a graphical user interface (GUI) for the
various compiler options. Here’s a sample of the Debug configuration options.
Build Options GUI
Build Options GUI
-
-
Compiler
Compiler
GUI has 8 pages of categories for code
GUI has 8 pages of categories for code
generation tools
generation tools
Controls many aspects of the build process,
Controls many aspects of the build process,
such as:
such as:
Optimization level
Optimization level
Target device
Target device
Compiler/assembly/link options
Compiler/assembly/link options
There is a one-to-one relationship between the items in the text box and the GUI check and drop-
down box selections. Once you have mastered the various options, you can probably find
yourself just typing in the options.
2 - 6 C28x - Programming Development Environment