Adds the library to the BSP settings.
Syntax
bsp setlib [options]
Add the library to the BSP settings of the active domain. The library settings will come into effect only when the platform is generated. Settings can also be saved by running 'bsp write' if the user wishes to exit xsct without generating platform and revisit later.
Options
Option | Description |
---|---|
-name <lib-name>
|
Library to be added to the BSP settings. This is the default option, so lib-name can be directly specified as an argument without using this option. |
-ver <version>
|
Library version. |
Returns
Nothing, if the library is set successfully. Error string, if the library cannot be set.
Examples
bsp setlib -name xilffs
Add the xilffs library to the BSP settings.