projects
Build/Clean projects.
Syntax
projects [OPTIONS]
Build/Clean a bsp/application project or all projects in workspace.
Options
Option | Description |
---|---|
-build | -clean | Build / Clean projects. |
-type <project-type> | <project-type> can be "all", "bsp" or "app" Default type is all. |
-name <project-name> | Name of the project that should be built. |
Returns
Nothing, if the project is built successfully. Error string, if invalid options are used or if the project cannot be built.
Example(s)
projects -build -type bsp -name hello_bsp
Build the BSP project 'hello_bsp'.
projects -build
Build all the projects in the current workspace.
projects -clean -type app
Clean all the application projects in the current workspace.
projects -clean
Clean all the projects in the current workspace.