Searched full:toolchains (Results 1 – 25 of 88) sorted by relevance
1234
/Zephyr-latest/scripts/west_commands/ |
D | sdk.py | 101 --interactive, --toolchains, --no-toolchains and --no-hosttools options 147 … "--toolchains, --no-toolchains and --no-hosttools will be ignored if this option is enabled.", 151 "--toolchains", 155 "If this option is not given, toolchains for all architectures will be installed.", 159 "--no-toolchains", 161 help="do not install toolchains. " 162 "--toolchains will be ignored if this option is enabled.", 372 if not args.toolchains: 375 for tc in args.toolchains: 425 # checking toolchains parameters [all …]
|
/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 | crosstool_ng.rst | 12 You can build toolchains from source code using crosstool-NG. 19 build your toolchain. Repeat as necessary to build toolchains for multiple
|
D | host.rst | 3 Host Toolchains
|
D | custom_cmake.rst | 3 Custom CMake Toolchains
|
/Zephyr-latest/cmake/toolchain/xtools/ |
D | generic.cmake | 14 # Choose one of the toolchains in 'TOOLCHAIN_HOME' at random to use as 17 # toolchains because choosing between iamcu and non-iamcu is dependent
|
/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/cmake/toolchain/cross-compile/ |
D | generic.cmake | 13 # toolchains.
|
/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/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/doc/develop/languages/c/ |
D | minimal_libc.rst | 13 with a number of different toolchains.
|
/Zephyr-latest/cmake/compiler/xcc/ |
D | target.cmake | 6 # GCC-based 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/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.
|
1234