User`s guide
MPLAB
®
IDE User’s Guide
DS51519B-page 34 © 2006 Microchip Technology Inc.
2.9 BUILDING THE PROJECT
From the Project menu, we can assemble and link the current files. They don’t have
any of our code in them yet, but this ensures that the project is set up correctly.
To build the project, select either:
•P
roject>Build All
• Right click on the project name in the project window and select Build All
• Click the Build All icon on the Project toolbar. Hover the mouse over icons to see
pop-up text of what they represent.
The Output window shows the result of the build process. There should be no errors
on any step.
The warnings listed in Figure 2-10 will not interfere with the operation of the tutorial pro-
gram. They are merely identifying a directive that has been deprecated, i.e., is being
discontinued in favor of another. To turn off the display of warnings, do the following:
•Select Project>Build Options>Project
and click on the MPASM Assembler tab.
• Select “Output” from the “Categories” drop-down list.
• Select “Errors only” from the “Diagnostic level” drop-down list.
•Click OK.
FIGURE 2-10: OUTPUT WINDOW