User`s guide
build
Note C CS IDE opens a Save As dialog box when the requested project
build overwrites any files 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
defines 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 restartevenwhentheperiodspecified
by
timeout passes. Exceeding the allotted time for the operation
usually indicates that confirmation that the build was finished was not
received before the timeout period passed. If you omit the
timeout
option in the syntax, build defaults to the g lobal timeout defined 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 files in
the active project. This full build is identical to selecting Project >
Rebuild All from the CCS menu bar. After rebuilding all files in the
project,
build performs the link operation to create a new program file.
To limit the time that
build spends performing the build, optional
argument
timeout stops the proce ss after timeout seconds. timeout
defines 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 specified by
timeout passes. Exceeding
the allotted time for the operation usually indicates that confi rmation
that the build was finished was not received before the timeout period
7-11