• 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...
  • ARM7 toolchain for Windows
    What is the correct toolchain for LPC2148 (ARM7-TDMI-S) and where can it be found.? I'm using Eclipse as the IDE on Windows but can only find Cortex GCC toolchains on ARM.
  • 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...
  • 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...