• 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...
  • ARM assembler does not recognize C header macro definitio
    Hello: Recently we added protection to constant defines in our C headers. These headers are shared by assembly code too. BUt when I compile the code, the assembler bails out with an error since it cannot...
  • 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...
  • gcov arm-none-eabi-ar: two different operation options specified
    Hi. I want to set up code coverage for my ARM gcc project. I am using the gcc toolchain that is being installed from this location: https://developer.arm.com/-/media/Files/downloads/gnu-rm/7-2017q4...
  • GNU Linker strange behavior!
    Hi guys, This is my first comment so, if I'm doing something wrong please point me in the right direction! Well, I'm currently working on a project using Nordic's Dev Kit PCA10040 which has an nRF52832...