Nios® V Embedded Processor Design Handbook

ID 726952
Date 5/13/2024
Public
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>