4.5.3 Build the Project

Right-click on the project name, “MyXC32Project,” in the project tree and select “Build” from the pop-up menu. The Output window displays the build results.

If the build did not complete successfully, check these items:

  1. Review the previous steps in this example. Make sure you have set up the language tools correctly and have all the correct project files and build options.
  2. If you modified the sample source code, examine the Build tab of the Output window for syntax errors in the source code. If you find any, click on the error to go to the source code line that contains that error. Correct the error, and then try to build again.