• xPack GNU Arm Embedded GCC v10.2.1-1.1 released
    The xPack GNU Arm Embedded GCC is an alternate binary distribution that complements the official GNU Arm Embedded Toolchain maintained by Arm. The latest release is 10.2.1-1.1 following Arm release...
  • xPack GNU Arm Embedded GCC v8.3.1-1.3 released
    The xPack GNU Arm Embedded GCC is an alternate binary distribution that complements the official GNU Arm Embedded Toolchain maintained by Arm. The latest release is v8.3.1-1.3 ( https://xpack.github...
  • repository for Gnu Arm Embedded Toolchain
    I found this repository https://github.com/ARM-software/toolchain-gnu-bare-metal that seems to contain the files I expected to find. However, it contains only one tag that refers to version 9-2019-q4...
  • is bash required by GNU Arm Embedded Toolchain?
    on ubuntu the default shell is dash. Usually when I install a new system (VM or container) I change the default shell to bash (using dpkg-reconfigure command) so that /bin/sh is a link to it. Is that...
  • GNU Arm Embedded ld with LTO support
    The current version 7-2018-q2-update of GNU Arm Embedded Toolchain contains arm-none-eabi-ld.bfd, so it does not support Link Time Optimization (LTO). Is there a problem if I try to compile the LTO version...