| Embedded IDE Link™ VS | ![]() |
build(vd)
build(vd,timeout)
build(vd,'all')
build(vd,'all',timeout)
build(vd) incrementally builds the active project. Incremental builds recompile only source files in your project that you changed or added after the most recent build. build uses the file time stamp to determine whether to recompile a file. After recompiling the source files, build links the files to make a new program file.
build(vd,timeout) incrementally builds the active project with a time limit for how long MATLAB waits for the build process to complete. timeout defines the upper limit in seconds for the period the build routine waits for confirmation that the build process is finished. If the build process exceeds the time-out period, control returns to MATLAB immediately with a time-out error. Usually, build causes the processor to initiate a restart, even if it reaches the time-out limit. The time-out error in MATLAB indicates that confirmation was not received before the time-out period expired. The build action continues. Generally, the build and link process finishes successfully in spite of the time-out error.
build(vd,'all') rebuilds all the files in the active project.
build(vd,'all',timeout) rebuilds all the files in the active project applying the time-out limit on how long MATLAB waits for the build process to complete.
![]() | adivdsp | cd | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |