Nios® V Embedded Processor Design Handbook

ID 726952
Date 7/16/2025
Public

Visible to Intel only — GUID: zmb1653536517645

Ixiasoft

Document Table of Contents

6.6.3.3. Building the Application Project

You can choose to build the application project using the RiscFree* IDE for Altera FPGAs, or through the command line interface (CLI).

If you prefer using CLI, you can build the application using the following command:

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

The application (.elf) file is created in software/app/build folder.