Nios® V Embedded Processor Design Handbook

ID 726952
Date 10/25/2022
Public

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

Document Table of Contents

1.3.3.3. Building the Application Project

You can build the application project using one of the following tools:
  • RiscFree* IDE for Intel FPGAs
  • Eclipse Embedded CDT

  • Command-line interface (CLI)

    cmake -G "Unix Makefiles" -DCMAKE_BUILD_TYPE=Debug -B \
    software/app/debug -S software/app 
    make -C software/app/debug