Nios® V Processor Software Developer Handbook

ID 743810
Date 4/01/2024
Public
Document Table of Contents

3.2.4.1. Build Commands

Run the commands below to generate the BSP library only:

#Generate BSP
niosv-bsp -c --quartus-project=top.qpf --qsys=sys.qsys --type=hal software/bsp/settings.bsp

cmake -B software/bsp/build -S software/bsp -G ”Unix Makefiles”
 
make -C software/bsp/build
Note: When BSP library file is built, it does not include _sw.tcl packages which defines pre-compiled libraries. The libraries are exposed only to the Nios® V processor application via the CMake variable and linked in during the .elf creation.