User`s guide

build
passed. If you omit the timeout option in the syntax, build defaults to
the global timeout dened in
cc.
build(cc,'all') isthesameasbuild(cc,'all',timeout) except
that w h en you omit the
timeout option, build defaults to the timeout
set for
build only, 1000 s.
[result,numwarns]=build(...) returns two output values that report
the results of the build operation. For a successful build, the output
arguments are the following:
result equal to 1 for the build
numwarns reports the number of build warnings that occurred during
the build.
When the build is not successful,
build displays an error and a message
that contains the build string in the MATLAB software Command
Window.
Examples To demonstrate building a project from MATLAB software, use CCS
IDE to load a project from the Texas Instruments software tutorials.
For this example, open the project le
volume.pjt from the Tutorial
folder where you installed CCS IDE. (You can open any project you
have for this example.)
Now use
build to build the project:
cc=ticcs
TICCS Object:
API version : 1.2
Processor type : TMS320C64127
Processor name : CPU_1
Running? : No
Board number : 0
Processor number : 0
Default timeout : 10.00 secs
7-12