Lines Matching full:sdk

192 bundled in the :ref:`Zephyr SDK <toolchain_zephyr_sdk>` by installing it.
207 Install the Zephyr Software Development Kit (SDK)
210 The Zephyr Software Development Kit (SDK) contains toolchains for each of
214 Use of the Zephyr SDK is highly recommended and may even be required under
217 The Zephyr SDK supports the following target architectures:
227 Follow these steps to install the Zephyr SDK:
229 #. Download and verify the `Zephyr SDK bundle`_:
233 wget |sdk-url-linux|
234 wget -O - |sdk-url-linux-sha| | shasum --check --ignore-missing
236 You can change |sdk-version-literal| to another version if needed; the
237 `Zephyr SDK Releases`_ page contains all available SDK releases.
240 ``x86_64`` with ``aarch64`` in order to download the 64-bit ARM Linux SDK.
242 #. Extract the Zephyr SDK bundle archive:
246 cd <sdk download directory>
247 tar xvf zephyr-sdk- |sdk-version-trim| _linux-x86_64.tar.xz
249 #. Run the Zephyr SDK bundle setup script:
253 cd zephyr-sdk- |sdk-version-ltrim|
259 If you want to uninstall the SDK, remove the directory where you installed it.
260 If you relocate the SDK directory, you need to re-run the setup script.
263 It is recommended to extract the Zephyr SDK bundle at one of the following locations:
272 The Zephyr SDK bundle archive contains the ``zephyr-sdk-<version>``
274 path will be ``$HOME/zephyr-sdk-<version>``.
276 If you install the Zephyr SDK outside any of these locations, you must
277 register the Zephyr SDK in the CMake package registry by running the setup
278 script, or set :envvar:`ZEPHYR_SDK_INSTALL_DIR` to point to the Zephyr SDK
286 * ``/company/tools/zephyr-sdk-0.13.2``
287 * ``/company/tools/zephyr-sdk-a.b.c``
288 * ``/company/tools/zephyr-sdk-x.y.z``
291 SDK, while allowing multiple Zephyr SDKs to be grouped together at a
296 Building on Linux without the Zephyr SDK
299 The Zephyr SDK is provided for convenience and ease of use. It provides
302 cross-compilers, the Zephyr SDK also provides prebuilt host tools. It is,
303 however, possible to build without the SDK's toolchain by using another
306 As already noted above, the SDK also includes prebuilt host tools. To use the
307 SDK's prebuilt host tools with a toolchain from another source, you must set the
308 :envvar:`ZEPHYR_SDK_INSTALL_DIR` environment variable to the Zephyr SDK
309 installation directory. To build without the Zephyr SDK's prebuilt host tools,
318 .. _Zephyr SDK Releases: https://github.com/zephyrproject-rtos/sdk-ng/tags argument