Searched refs:eabi (Results 1 – 25 of 34) sorted by relevance
12
/Zephyr-latest/doc/develop/toolchains/ |
D | other_x_compilers.rst | 21 For example, you might install the ``gcc-arm-none-eabi`` package on 22 Debian-based Linux systems, or ``arm-none-eabi-newlib`` on Fedora or Red 28 sudo apt-get install gcc-arm-none-eabi 30 sudo dnf install arm-none-eabi-newlib 49 /usr/bin/arm-none-eabi- 56 example above, the ``gcc-arm-none-eabi`` package installs binaries such as 57 ``arm-none-eabi-gcc`` and ``arm-none-eabi-ld`` in directory ``/usr/bin/``, so 58 the common prefix is ``/usr/bin/arm-none-eabi-`` (including the trailing dash,
|
/Zephyr-latest/cmake/compiler/iar/ |
D | generic.cmake | 6 …find_program(CMAKE_DTS_PREPROCESSOR arm-zephyr-eabi-gcc PATHS ${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr… 10 message(FATAL_ERROR "Zephyr was unable to find \`arm-zephyr-eabi-gcc\` for DTS preprocessing")
|
D | target.cmake | 36 arm-zephyr-eabi-gcc 37 PATHS ${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin
|
/Zephyr-latest/samples/subsys/llext/edk/ext1/ |
D | toolchain.cmake | 3 set(CMAKE_C_COMPILER arm-zephyr-eabi-gcc) 4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
|
/Zephyr-latest/samples/subsys/llext/edk/ext2/ |
D | toolchain.cmake | 3 set(CMAKE_C_COMPILER arm-zephyr-eabi-gcc) 4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
|
/Zephyr-latest/samples/subsys/llext/edk/ext3/ |
D | toolchain.cmake | 3 set(CMAKE_C_COMPILER arm-zephyr-eabi-gcc) 4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
|
/Zephyr-latest/samples/subsys/llext/edk/k-ext1/ |
D | toolchain.cmake | 3 set(CMAKE_C_COMPILER arm-zephyr-eabi-gcc) 4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
|
/Zephyr-latest/cmake/toolchain/llvm/ |
D | target.cmake | 12 set(triple armv8m.main-none-eabi) 15 set(triple armv8m.base-none-eabi) 19 set(triple armv7m-none-eabi) 23 set(triple armv6m-none-eabi) 26 set(triple arm-none-eabi)
|
/Zephyr-latest/cmake/toolchain/gnuarmemb/ |
D | generic.cmake | 16 set(CROSS_COMPILE_TARGET arm-none-eabi) 17 set(SYSROOT_TARGET arm-none-eabi)
|
/Zephyr-latest/cmake/bintools/iar/ |
D | target.cmake | 8 # Specifically choose arm-zephyr-eabi from the zephyr sdk for objcopy and friends 11 set(IAR_ZEPHYR_HOME ${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin) 12 set(IAR_GNU_PREFIX arm-zephyr-eabi-)
|
/Zephyr-latest/tests/misc/llext-edk/extension/ |
D | CMakeLists.txt | 3 set(CMAKE_C_COMPILER arm-zephyr-eabi-gcc) 4 set(CMAKE_FIND_ROOT_PATH $ENV{ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi)
|
/Zephyr-latest/boards/quicklogic/quick_feather/doc/ |
D | index.rst | 65 OpenOCD or JLink and use GDB distributed in Zephyr's SDK in *arm-zephyr-eabi/bin* 82 /path/to/zephyr-sdk/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb
|
/Zephyr-latest/cmake/compiler/armclang/ |
D | generic.cmake | 7 set(triple arm-arm-none-eabi)
|
/Zephyr-latest/samples/tfm_integration/tfm_ipc/ |
D | README.rst | 76 arm-none-eabi-gcc can not be found. Either put arm-none-eabi-gcc on the 80 folder to update the ``-DGNUARM_PATH=/opt/toolchain/arm-none-eabi`` path. 141 Note that ``arm-none-eabi-gcc`` should be available in the PATH variable and that
|
/Zephyr-latest/samples/subsys/llext/shell_loader/ |
D | README.rst | 48 On a host machine with the Zephyr SDK and the ``arm-zephyr-eabi`` toolchain in 53 …$ arm-zephyr-eabi-gcc -mlong-calls -mthumb -c -o build/hello_world.llext samples/subsys/llext/shel… 73 $ arm-zephyr-eabi-objdump -r -d -x build/hello_world.llext
|
/Zephyr-latest/cmake/sca/eclair/ECL/ |
D | toolchain.ecl | 6 # -file_tag+={GXX,"^/opt/zephyr-sdk-0\\.13\\.2/arm-zephyr-eabi/bin/arm-zephyr-eabi-g\\+\\+$"}
|
/Zephyr-latest/doc/services/llext/ |
D | debug.rst | 148 zephyr$ ${LLEXT_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb build/zephyr/zephyr.elf 316 …zephyr$ ${LLEXT_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin/arm-zephyr-eabi-objcopy -N test_detached_ext … 317 …zephyr$ ${LLEXT_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin/arm-zephyr-eabi-gdb build/zephyr/zephyr-edit.…
|
/Zephyr-latest/boards/digilent/zybo/doc/ |
D | index.rst | 72 export PATH=/path/to/zephyr-sdk/arm-zephyr-eabi/bin/:$PATH 73 export CROSS_COMPILE=arm-zephyr-eabi-
|
/Zephyr-latest/boards/96boards/carbon/doc/ |
D | nrf51822.rst | 101 ``arm-zephyr-eabi-gdb``. Other GDB binaries, such as the GDB from GCC 106 $ arm-zephyr-eabi-gdb -q zephyr.elf
|
/Zephyr-latest/boards/96boards/wistrio/doc/ |
D | 96b_wistrio.rst | 168 ``arm-zephyr-eabi-gdb``. Other GDB binaries, such as the GDB from GCC 173 $ arm-zephyr-eabi-gdb -q zephyr.elf
|
/Zephyr-latest/cmake/ |
D | target_toolchain_flags.cmake | 10 # signatures, as example: clang, gcc, arm-zephyr-eabi-gcc, links pointing to
|
/Zephyr-latest/boards/96boards/neonkey/doc/ |
D | index.rst | 190 ``arm-zephyr-eabi-gdb``. Other GDB binaries, such as the GDB from GCC 195 $ arm-zephyr-eabi-gdb -q zephyr.elf
|
/Zephyr-latest/doc/services/debugging/ |
D | debugmon.rst | 56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
|
/Zephyr-latest/modules/trusted-firmware-m/ |
D | CMakeLists.txt | 207 set(TFM_TOOLCHAIN_PREFIX "arm-zephyr-eabi") 208 set(TFM_TOOLCHAIN_PATH ${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin) 211 set(TFM_TOOLCHAIN_PREFIX "arm-none-eabi")
|
/Zephyr-latest/doc/develop/debug/ |
D | index.rst | 269 :file:`C:\\gcc-arm-none-eabi-6_2017-q2-update\\bin\\arm-none-eabi-gdb.exe`
|
12