bsp removelib - 2023.2 English

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

Document ID
UG1400
Release Date
2023-12-13
Version
2023.2 English

Remove library from BSP settings.

Syntax

bsp removelib -name <lib-name>

Remove the library from 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 removed from BSP settings. This is the default option, so lib-name can be directly specified as an argument without using this option.

Returns

Nothing, if the library is removed successfully. Error string, if the library cannot be removed.

Examples

bsp removelib -name xilffs

Remove xilffs library from BSP settings.