Home
last modified time | relevance | path

Searched refs:eabi (Results 1 – 25 of 34) sorted by relevance

12

/Zephyr-latest/doc/develop/toolchains/
Dother_x_compilers.rst21 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/
Dgeneric.cmake6 …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")
Dtarget.cmake36 arm-zephyr-eabi-gcc
37 PATHS ${ZEPHYR_SDK_INSTALL_DIR}/arm-zephyr-eabi/bin
/Zephyr-latest/samples/subsys/llext/edk/ext1/
Dtoolchain.cmake3 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/
Dtoolchain.cmake3 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/
Dtoolchain.cmake3 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/
Dtoolchain.cmake3 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/
Dtarget.cmake12 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/
Dgeneric.cmake16 set(CROSS_COMPILE_TARGET arm-none-eabi)
17 set(SYSROOT_TARGET arm-none-eabi)
/Zephyr-latest/cmake/bintools/iar/
Dtarget.cmake8 # 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/
DCMakeLists.txt3 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/
Dindex.rst65 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/
Dgeneric.cmake7 set(triple arm-arm-none-eabi)
/Zephyr-latest/samples/tfm_integration/tfm_ipc/
DREADME.rst76 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/
DREADME.rst48 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/
Dtoolchain.ecl6 # -file_tag+={GXX,"^/opt/zephyr-sdk-0\\.13\\.2/arm-zephyr-eabi/bin/arm-zephyr-eabi-g\\+\\+$"}
/Zephyr-latest/doc/services/llext/
Ddebug.rst148 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/
Dindex.rst72 export PATH=/path/to/zephyr-sdk/arm-zephyr-eabi/bin/:$PATH
73 export CROSS_COMPILE=arm-zephyr-eabi-
/Zephyr-latest/boards/96boards/carbon/doc/
Dnrf51822.rst101 ``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/
D96b_wistrio.rst168 ``arm-zephyr-eabi-gdb``. Other GDB binaries, such as the GDB from GCC
173 $ arm-zephyr-eabi-gdb -q zephyr.elf
/Zephyr-latest/cmake/
Dtarget_toolchain_flags.cmake10 # signatures, as example: clang, gcc, arm-zephyr-eabi-gcc, links pointing to
/Zephyr-latest/boards/96boards/neonkey/doc/
Dindex.rst190 ``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/
Ddebugmon.rst56 …Example linux command: ``arm-none-eabi-gdb --ex="file build/zephyr.elf" --ex="target remote localh…
/Zephyr-latest/modules/trusted-firmware-m/
DCMakeLists.txt207 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/
Dindex.rst269 :file:`C:\\gcc-arm-none-eabi-6_2017-q2-update\\bin\\arm-none-eabi-gdb.exe`

12