removelib

Remove library from BSP.

Syntax

removelib [OPTIONS]

Remove specified library from BSP.

Options

Option Description
-bsp <bsp-proj | mss file> BSP project or mss file.
-lib <lib-name> Library name to be removed from BSP.

Returns

If successful, this command returns nothing. Otherwise it returns an error.

Example(s)

removelib -bsp hello_bsp -lib xilffs

Remove xilffs library from the BSP.