Nios® II Software Developer Handbook

ID 683525
Date 8/28/2023
Public
Document Table of Contents

3.2.4. Building the Project

To build a Nios II project in the Nios II SBT for Eclipse, right-click the project name and click Build Project. A progress bar shows you the build status. The build process can take a minute or two for a simple project, depending on the speed of the host machine. Building a complex project takes longer.

During the build process, you view the build commands and command-line output in the Eclipse Console view.

When the build process is complete, the following message appears in the Console view, under the C-Build [ <project name> ] title:

[ <project name> build complete]

If the project has a dependency on another project, such as a BSP or a user library, the SBT builds the dependency project first. This feature allows you to build an application and its BSP with a single command.