app build - 2022.2 English

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

Document ID
UG1400
Release Date
2023-01-02
Version
2022.2 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.

Examples

app build -name helloworld

Build Hello World application.

app build -all

Build all the application projects in the workspace.