| /Zephyr-latest/doc/develop/toolchains/ |
| D | index.rst | 3 Toolchains chapter 6 Guides on how to set up toolchains for Zephyr development.
|
| D | other_x_compilers.rst | 10 Examples of such "other cross compilers" are cross toolchains that your Linux 12 from the net. Unlike toolchains specifically listed in 13 :ref:`toolchains`, the Zephyr build system may not have been 17 Follow these steps to use one of these toolchains.
|
| D | host.rst | 3 Host Toolchains
|
| D | custom_cmake.rst | 3 Custom CMake Toolchains
|
| /Zephyr-latest/scripts/west_commands/ |
| D | sdk.py | 103 --interactive, --toolchains, --no-toolchains and --no-hosttools options 149 … "--toolchains, --no-toolchains and --no-hosttools will be ignored if this option is enabled.", 153 "--toolchains", 157 "If this option is not given, toolchains for all architectures will be installed.", 161 "--no-toolchains", 163 help="do not install toolchains. " 164 "--toolchains will be ignored if this option is enabled.", 405 if not args.toolchains: 408 for tc in args.toolchains: 458 # checking toolchains parameters [all …]
|
| /Zephyr-latest/cmake/linker/ |
| D | target_template.cmake | 7 # This file will define optional linker macros for toolchains that are not
|
| /Zephyr-latest/doc/develop/ |
| D | index.rst | 22 toolchains/index
|
| /Zephyr-latest/.github/workflows/ |
| D | errno.yml | 29 … echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
|
| D | hello_world_multiplatform.yaml | 62 toolchains: all
|
| D | twister_tests_blackbox.yml | 53 echo "ZEPHYR_SDK_INSTALL_DIR=/opt/toolchains/zephyr-sdk-$( cat SDK_VERSION )" >> $GITHUB_ENV
|
| /Zephyr-latest/cmake/toolchain/cross-compile/ |
| D | generic.cmake | 13 # toolchains.
|
| /Zephyr-latest/include/zephyr/toolchain/ |
| D | common.h | 18 * Macros to abstract compiler capabilities (common to all toolchains). 84 /* .align assembler directive is supposed by all ARC toolchains and it is 85 * implemented in a same way across ARC toolchains.
|
| /Zephyr-latest/boards/mediatek/ |
| D | index.rst | 93 Toolchains section in Mediatek Audio DSPs 101 toolchains in the SDK may not be. The overlay files for the device 155 toolchains. Support for those tools is beyond the scope of this
|
| /Zephyr-latest/lib/libc/newlib/ |
| D | CMakeLists.txt | 9 # Zephyr normally uses -ffreestanding, which with current GNU toolchains
|
| /Zephyr-latest/doc/develop/getting_started/ |
| D | installation_mac.rst | 30 is however relevant for most :ref:`toolchains`.
|
| D | installation_linux.rst | 210 The Zephyr Software Development Kit (SDK) contains toolchains for each of 300 toolchains for all Zephyr target architectures, and does not require any extra 304 toolchain as described in the :ref:`toolchains` section.
|
| /Zephyr-latest/boards/snps/nsim/arc_v/doc/ |
| D | index.rst | 39 Most board targets support building with both GNU and ARC MWDT toolchains, however 41 toolchains for the board targets in the corresponding ``.yaml`` file. 45 The supported toolchains are listed in ``toolchain:`` array in ``.yaml`` file, where we can find:
|
| /Zephyr-latest/cmake/ |
| D | target_toolchain_flags.cmake | 18 # Toolchains with the same signature will always support the same set of flags.
|
| /Zephyr-latest/cmake/compiler/xcc/ |
| D | target.cmake | 6 # GCC-based toolchains
|
| /Zephyr-latest/doc/develop/sca/ |
| D | gcc.rst | 62 <https://docs.zephyrproject.org/latest/develop/toolchains/gnu_arm_embedded.html>`__
|
| /Zephyr-latest/doc/develop/languages/c/ |
| D | minimal_libc.rst | 13 with a number of different toolchains.
|
| /Zephyr-latest/doc/develop/languages/cpp/ |
| D | index.rst | 139 limited number of toolchains. Zephyr does not. 146 files are exposed to a much larger variety of toolchains and project 201 toolchains and standards, designated initializers in Zephyr header files
|
| /Zephyr-latest/boards/amd/acp_6_0_adsp/doc/ |
| D | index.rst | 42 The Zephyr SDK provides GCC-based toolchains necessary to build Zephyr for
|
| /Zephyr-latest/samples/basic/blinky/ |
| D | README.rst | 54 On GCC-based toolchains, the error looks like this:
|
| /Zephyr-latest/include/zephyr/linker/ |
| D | linker-tool-mwdt.h | 78 * own parameter since it needs abstraction across the different toolchains.
|