Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

3.3.4.1. Building the Nios® V Processor Software

After editing the BSP settings, and generating the BSP, you can build your project. Below is the CLI flow to build the project once the BSP is generated:

  1. Use niosv-app utility to generate and configure an application project.
  2. Based in user interface:
    1. CLI (Nios V Command Shell)
      1. Use cmake command to generate a project build-system.
      2. Use make command to generate the project .elf file.
    2. GUI (Ashling* RiscFree* IDE for Intel FPGAs)
      1. Import the project to Ashling* RiscFree* IDE for Intel FPGAs
      2. Use the Build option to build the project.
Note: You need to install the necessary open-source tools before running cmake and make. For more information, refer to Other Utilities Tools.