Lines Matching full:directory
33 - If there is a Zephyr build directory named :file:`build` in your current
34 working directory, it is incrementally re-compiled. The same is true if you
35 run ``west build`` from a Zephyr build directory.
38 directory and no build directory is found, a new one is created and the
45 directory (i.e. the folder containing the application's :file:`CMakeLists.txt`)
59 A build directory named :file:`build` will be created, and the application will
61 that directory. If ``west build`` finds an existing build directory, the
66 build directory; ``west build`` can figure out the board from the CMake cache.
123 To set the application source directory explicitly, give its path as a
126 west build -b <BOARD> path/to/source/directory
128 To set the build directory explicitly, use ``--build-dir`` (or ``-d``)::
130 west build -b <BOARD> --build-dir path/to/build/directory
132 To change the default build directory from :file:`build`, use the
139 use build directory :file:`build/reel_board/hello_world`. See
158 all the files in the build directory::
167 A *pristine* build directory is essentially a new build directory. All
170 To force ``west build`` make the build directory pristine before re-running
180 By default, ``west build`` makes no attempt to detect if the build directory
182 try to reuse a build directory for a different ``--board``.
185 and make the build directory pristine before trying the build.
219 After using ``--`` once to generate the build directory, use ``west build -d
264 build system if one is present** in your build directory. Therefore, you need
399 - ``source_dir``: The relative path from the current working directory
400 to the source directory. If the current working directory is inside
401 the source directory this will be set to an empty string.
402 - ``app``: The name of the source directory.
427 directory).
444 From a Zephyr build directory, re-build the binary and flash it to
452 To specify the build directory, use ``--build-dir`` (or ``-d``)::
454 west flash --build-dir path/to/build/directory
456 If you don't specify the build directory, ``west flash`` searches for one in
457 :file:`build`, then the current working directory. If you set the
487 be obtained with ``west flash -H``; if run from a build directory or
495 as where the board directory is on the file system, the path to the
526 When running West outside of a build directory, ``west flash -H`` just
564 From a Zephyr build directory, to attach a debugger to your board and
577 To specify the build directory, use ``--build-dir`` (or ``-d``)::
579 west debug --build-dir path/to/build/directory
580 west debugserver --build-dir path/to/build/directory
582 If you don't specify the build directory, these commands search for one in
583 :file:`build`, then the current working directory. If you set the
601 be obtained with ``west debug -H``; if run from a build directory or
609 as where the board directory is on the file system, the path to the
643 When running West outside of a build directory, ``west debug -H`` just
661 The default domain will be the application given as the source directory.
664 west build --sysbuild path/to/source/directory
713 From a Zephyr build directory, to run a Robot test suite::
748 From a Zephyr build directory, to run the built binary::
815 inspect the build directory for the binaries output by the build