Build system project
Syntax
sysproj build -name <sysproj-name>
Build the application specified by <sysproj-name>
in the workspace. "-name" switch is optional, so <sysproj-name>
can be specified directly, without using -name.
Options
Option | Description |
---|---|
-name <sysproj-name>
|
Name of the system project to be built. |
-all
|
Option to build all the system projects. |
Example(s)
sysproj build -name helloworld_system
Build the system project specified.
sysproj build -all
Build all the system projects in the workspace.