• 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...
  • more gnu toolchain for the A-profile architecture
    Is there any more gnu toolchain for the A-profile architecture? the version of glibc.so in my target platform is 2.27. However, all the gnu toolchains in this website have 2.28. Is there any previous...
  • 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...
  • Does the GNU Toolchain for Arm Processors support classic processors like the ARM11?
    Hello, I'm looking for a toolchain which I can use for bare-metal programming on the Raspberry Pi Zero (which uses an ARM11 processor) in native assembly language. According to this webpage https://developer...
  • GNU ARM Embedded Toolchain 64 bit
    Hello all, I recently installed GNU ARM Embedded Toolchain on windows plataform to use it with Eclispe Neon.3. I had to install 32 bit version because I did not find 64 bit one unless I start compiling...