Lines Matching full:phase
51 phase (driven by CMake) and a build phase (driven by Make or Ninja).
55 Configuration Phase
58 The configuration phase begins when the user invokes *CMake* to generate a
61 .. figure:: build-config-phase.svg
63 :alt: Zephyr's build configuration phase
131 Build Phase
134 The build phase begins when the user invokes ``make`` or ``ninja``. Its
137 :file:`zephyr.hex`, etc.) The build phase can be broken down, conceptually,
145 this phase header files used by the source files are generated.
158 .. figure:: build-build-phase-1.svg
169 decided during the configuration phase), and compiled into archives
171 generated during the configuration phase and the pre-build stage(s)).
173 .. figure:: build-build-phase-2.svg
180 phase.
203 .. figure:: build-build-phase-3.svg
216 .. figure:: build-build-phase-4.svg
297 .. figure:: build-build-phase-5.svg
310 .. figure:: build-build-phase-6.svg