 | MCB2900 User's Guide |  |
|
|
| Building a ProgramWhen the building a program function starts, you may watch the progress in µVision's Command window. The created executable files are placed in an output folder, ready for downloading. The steps and progress are: - Start the build
Click on the Build toolbar button to generate your application program. µVision translates all your source files and links the project.
- Monitor progress
The build activity progress (assembling, compiling, and linking) displays in the µVision's Command window. Any errors or warnings detected during the build process also display in this window. 
- Program Files
The build creates an Executable File in ELF Format in the Output folder you designated earlier. The ULINK USB-JTAG adapter requires this file for downloading to the MCB2900 board using the JTAG or other emulators.
The program is now built and ready for test. |
|