| |||||
Building ProjectsµVision includes an integrated make facility that compiles, assembles, and links your program.
The assembler and compiler automatically generate file dependencies and add them to the project. File dependency information is used during the make process to build only those files that have changed or that include other files that have changed. As µVision compiles and assembles your source files, status information as well as errors and warnings appear in the Output Window.
You may double-click on an error or warning to immediately begin editing the file with the problem--even while µVision continues compiling your source files in the background. The line numbers for errors and warnings are synchronized even after you make changes to the source file(s). To get more information about a particular error message, select the message and press F1 for full help text. If you enable global optimizations, µVision re-compiles your source files to achieve the most optimal global use of registers. | |||||
| |||||