Nios® V Embedded Processor Design Handbook

ID 726952
Date 12/04/2023
Public
Document Table of Contents

1.5.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