インテル® FPGA SDK for OpenCL™: スタート・ガイド

ID 683188
日付 12/08/2017
Public
ドキュメント目次

3.6.3. ホスト・アプリケーションのビルド

<path_to_exm_opencl_hello_world_x64_linux_<version>>/hello_world/Makefileファイルにより、ホスト実行可能ファイルをビルドします。

ホスト・アプリケーションをビルドするには、以下のステップを行います。

  1. hello_worldディレクトリに移動します。
  2. $ make -f Makefileコマンドを呼び出します。あるいは、単に make コマンドを呼び出します。
    hello_world実行可能ファイルが <path_to_exm_opencl_hello_world_x64_linux_<version>>/hello_world/binディレクトリ内に作成されます。