Nios® V Embedded Processor Design Handbook

ID 726952
Date 5/26/2023
Public

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

Document Table of Contents

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