Nios® V Embedded Processor Design Handbook

ID 726952
Date 7/08/2024
Public

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

Visible to Intel only — GUID: czi1653536331360

Ixiasoft

Document Table of Contents

6.6.3.2. Generating the Application Project File

Generate the application file using the following steps:
  1. Launch the Nios V Command Shell.
  2. Execute the command below to generate an application CMakeLists.txt.
niosv-app --bsp-dir=software/bsp --app-dir=software/app \
--srcs=software/app/<source code 1> \
--srcs=software/app/<source code 2>