app build - 2022.1 English

Vitis Unified Software Platform Documentation: Embedded Software Development (UG1400)

Document ID
UG1400
Release Date
2022-04-26
Version
2022.1 English

Build application

Syntax

app build -name <app-name>

Build the application specified by <app-name> in the workspace. "-name" switch is optional, so <app-name> can be specified directly, without using -name.

Options

Option Description
-name <app-name> Name of the application to be built.
-all Option to Build all the application projects.

Returns

Nothing. Build log will be printed on the console.

Example(s)

app build -name helloworld

Build helloworld application.

app build -all

Build all the application projects in the workspace.