Intel® FPGA SDK for OpenCL™ Pro Edition: Programming Guide

ID 683846
Date 6/21/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

9.2.4. Building a Project

To build a project, perform these steps:

  1. In the Project Explorer view, select your project. For this tutorial, you can select the HelloWorld project you created earlier.
  2. To build the project, either click Project > Build Project or click the Build icon on the toolbar.
    In the Console view, you can view the output and results of the build command.
  3. Click the Console view's tab to bring the view forward if it is not currently visible.

    For some unknown reason, if you are unable to view the Console, then open it by selecting Window > Show View > Console.

    Figure 25. Eclipse Workspace
Tip:
  • The Console view displays the make output and build progress information.
  • The Make Targets view displays the makefile actions.
  • The Problems view displays compile warnings or errors.