• ARM assembler macro question
    Hi, Simple question, but very hard to find answer, maybe somebody here knows: I want to create a simple macro like I can in C: #define ALIGN_UP(addr, align) (((addr) + (align) - 1) & ~((align) ...
  • gcc-arm-none-eabi-7-2017-q4-major-win32 support NLS ?
    Hello, I want to make gcc-arm-none-eabi-7-2017-q4-major-win32 output message(warning or error) with chinese. First, i download gcc-arm-none-eabi-7-2017-q4-major sources. then build GUN Toolchain...
  • Downloads not working!
    Could someone fix the downloads on the download page please, just getting aan xml document!
  • 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...