Nios® V Embedded Processor Design Handbook

ID 726952
Date 4/04/2022
Public

A newer version of this document is available. Customers should click here to go to the newest version.

Document Table of Contents

2.3.3.3.2. Building the Application Project using the Command-Line Interface

You can also build the “Hello World” application using the CLI command:

  1. Setup the PATH variable.
  2. Enter the CLI Command:
cmake -S software/app -G "Unix Makefiles" -B software/app/build
make -C software/app/build

This step creates the "Hello World" application in the form of a .elf file inside the <Project directory>/software/app/build folder.