Nios V® Embedded Processor Design Handbook

ID 726952
Date 2/14/2023
Public

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

Document Table of Contents

1.4.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 \
    sw/app_custom/debug -S sw/app_custom
    make -C sw/app_custom/debug