Lines Matching full:build
13 - specifying the locations of these repositories to the Zephyr build
27 Otherwise, Zephyr's build system will find it and may try to use
52 You can build a Zephyr application using CMake and Ninja (or make) directly
58 :goals: build
62 When building with west installed, the Zephyr build system will use it to set
63 :ref:`ZEPHYR_MODULES <important-build-vars>`.
66 these repositories, the build will still work.
81 Running build system targets like ``ninja flash``, ``ninja debug``,
83 <west-build-flash-debug>`. For example, ``ninja flash`` calls ``west
89 If you want to use these build system targets but do not want to
112 build directory.
118 Note that ``west build`` invokes ``ninja``, among other
120 ``ninja`` involved by default, however, as ``west build`` does not
122 specifically run one of these build system targets with a command
123 line like ``west build -t flash``. In that case, west is run twice:
124 once for ``west build``, and in a subprocess, again for ``west
126 flash``. This is because these build system targets depend on an
127 up to date build of the Zephyr application, so it's compiled before