Nios® V Processor Software Developer Handbook

ID 743810
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

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.