| Embedded IDE Link™ MU | ![]() |
build(id)
build(id,timeout)
build(id,'all')
build(id,'all',timeout)
build(id) 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(id,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 timeout period, control returns toMATLAB immediately with a timeout error. Usually, build causes the processor to initiate a restart, even if it reaches the timeout limit. The timeout error in MATLAB indicates that confirmation was not received before the timeout period expired. The build action continues. Generally, the build and link process finishes successfully in spite of the timeout error.
build(id,'all') rebuilds all the files in the active project.
build(id,'all',timeout) rebuilds all the files in the active project applying the timeout limit on how long MATLAB waits for the build process to complete.
![]() | address | cd | ![]() |
| © 1984-2008- The MathWorks, Inc. - Site Help - Patents - Trademarks - Privacy Policy - Preventing Piracy - RSS |