• Running code built for ARM in Eclipse on Windows?
    A beginner question, sorry. 1. I have a C floating point code. I build it and run it in Eclipse CDT using Cygwin GCC toolchain. 2. I would like to compile the same C code, but this time for ARM Cortex...
  • 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...
  • 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!
  • 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...