Lines Matching refs:build
4 …build source code with hb or the **build.sh** script. This topic describes how to build source cod…
7 …ation and building module, see [Compilation and Building Guide](../subsystems/subsys-build-all.md).
23 Go to the root directory of the source code and run the build command.
25 1. Set the build path.
40 …> When adapting the development board to a specific use case, select an appropriate build form fac…
42 **Figure 1** Hi3516 build settings
44 
48 > - To build a component (for example, **hello**), run the **hb build -T *targetName*** command.
50 > - To build a product incrementally, run the **hb build** command.
52 > - To build a product from the scratch, run the **hb build -f** command.
58 hb build -f
61 5. Check the build result. If "build success" is displayed, the building is successful.