User`s guide

build
Note C CS IDE opens a Save As dialog box when the requested project
build overwrites any les in the project. You must respond to the dialog
box before CCS IDE continues the build. The dialog box may be hidden
by open windows on your desktop and not visible. CCS IDE, MATLAB
software, and other applications may appear to be frozen until you
respond.
To limit the time that build spends performing the build, the optional
argument
timeout stops the proce ss after timeout seconds. timeout
denes the number of seconds allowed to complete the required compile,
build, and link operation. If the build process exceeds the timeout
period,
build returns an error in MA TLAB software. G enerally, build
causes the processor to initiate a restartevenwhentheperiodspecied
by
timeout passes. Exceeding the allotted time for the operation
usually indicates that conrmation that the build was nished was not
received before the timeout period passed. If you omit the
timeout
option in the syntax, build defaults to the g lobal timeout dened in cc.
build(cc) isthesameasbuild(cc,timeout) ex cept that when you
omit the
timeout option, build defaults to the timeout for build, 1000
s. This timeout value overrides the default timeout setting for
cc.
build(cc,'all',timeout) completely rebuilds all of the les in
the active project. This full build is identical to selecting Project >
Rebuild All from the CCS menu bar. After rebuilding all les in the
project,
build performs the link operation to create a new program le.
To limit the time that
build spends performing the build, optional
argument
timeout stops the proce ss after timeout seconds. timeout
denes the number of seconds allowed to complete the required compile,
build, and link operation.
If the build process exceeds the time out period,
build returns a n error
in MATLAB software. Generally,
build causes the processor to initiate
a restart even when the period specied by
timeout passes. Exceeding
the allotted time for the operation usually indicates that conrmation
that the build was nished was not received before the timeout period
7-11