Nios® V Processor Software Developer Handbook

ID 743810
Date 7/08/2024
Public
Document Table of Contents

16.2.1.1. niosv-shell

Description

Launch the Nios® V Command Shell to run Nios® V processor command line utilities tools.

Usage

# Launch Nios V Command Shell
niosv-shell

# Run CMake inside Nios V Command Shell
niosv-shell -r “<Absolute path>/cmake -S software/app -G "Unix Makefiles" 
-DCMAKE_BUILD_TYPE="Debug" -B software/app/build”

# Run Make inside Nios V Command Shell
niosv-shell -r “<Absolute path>/make -C software/app/build”

# Run a TCL script inside Nios V Command Shell
niosv-shell < example.tcl