Nios® V Embedded Processor Design Handbook

ID 726952
Date 1/27/2025
Public

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

Visible to Intel only — GUID: xgn1690797660292

Ixiasoft

Document Table of Contents

7.3.3.5. Building the Application Projects

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

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

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

The user application .elf files (app.elf) is created in the build folder.