• 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...
  • Strange behaviour of ld saving vma and lma infos into elf
    The question concerns the vma and lma that can be expressed in the linker script with the keyword AT . let’s take the following linker script: /* Entry Point */ ENTRY(main) /* Specify the memory...
  • How to build libcsp for STM32F429 MCU on keil MDK-ARM V5.22?
    Hello Everyone I am trying to build libcsp source code for STM32F429 Cortex-M4 MCU. I am using Keil MDK-ARM V5.22 IDE for my software development. Please tell me how to configure/change wscript (waf script...