User`s guide
Compiling and Linking Programs
2-14
2.4 Compiling and Linking Programs
You can build your DSP/BIOS executables using a Code Composer Studio
project or using your own makefile. The Code Composer Studio software
includes gmake.exe, the GNU make utility, and sample makefiles for gmake
to build the tutorial examples.
2.4.1 Building With a Code Composer Studio Project
When building a DSP/BIOS application using a Code Composer Studio
project, you must add the following files to the project in addition to your own
source code files:
❏ program.cdb. The configuration file.
❏ programcfg.cmd. The linker command file.
Code Composer Studio software adds programcfg.s54 automatically.
In a DSP/BIOS application, programcfg.cmd is your project's linker command
file. This file already includes directives for the linker to use the appropriate
libraries (e.g., bios.a54, rtdx.lib, rts5401.lib), so you do not need to add any
of these library files to your project.
Code Composer Studio software automatically scans all dependencies in
your project files, adding the necessary DSP/BIOS and RTDX header files for
your configuration to your project's include folder. Figure 2-3 shows a sample
project files list.
Figure 2-3. Sample Code Composer Project Files List










