Intel® FPGA SDK for OpenCL™: Stratix® V Network Reference Platform Porting Guide

ID 683645
Date 11/06/2017
Public
Document Table of Contents

2.4.1. Setting Up Software Development Environment for Windows

  1. Install the GNU make utility on your Windows development machine.
    Note: Intel® used the GNU make utility version 3.81a to build the software in the Stratix® V Network Reference Platform.
  2. Install Microsoft Visual Studio.
    Note: Microsoft Visual Studio 2008 (9.0) was used to build the software in s5_net.
  3. Set up the software development environment so that the Intel® FPGA SDK for OpenCL™ user can invoke SDK commands and utilities at a command prompt.
  4. Modify the <your_custom_platform_name>/source/Makefile.common file so that TOP_DEST_DIR points to the top-level directory of your Custom Platform.
  5. In the Makefile.common file, set the JUNGO_LICENSE variable to your Jungo WinDriver license.
    For information on how to acquire a Jungo Windriver license, visit the Jungo Connectivity Ltd. website.
  6. To check that you have set up the software development environment properly, invoke the gmake or gmake clean command.