Intel® FPGA SDK for OpenCL™ Standard Edition: Getting Started Guide

ID 683678
Date 9/24/2018
Public
Document Table of Contents

3.6.3. Building the Host Application

Build the host executable with the <path_to_exm_opencl_hello_world_x64_linux_<version>>/hello_world/Makefile file.

To build the host application, perform the following tasks:

  1. Navigate to the hello_world directory.
  2. Invoke the $ make -f Makefile command. Alternatively, you can simply invoke the make command.
    The hello_world executable will be in the <path_to_exm_opencl_hello_world_x64_linux_<version>>/hello_world/bin directory.