• Cannot build first stage gcc for a configured cross-compiler
    I'm trying to build a gcc cross-compiler from source, and whenever I try to build the first stage gcc it results in multiple errors. I'd appreciate any help! Ubuntu 18.04.3 LTS gcc-7.5.0 autoconf...
  • 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!
  • float-abi hard, linker error on CortexM4
    I am trying to build a bare metal CortexM4 code for LPC5410x microcontroller. While code builds and links fine using soft floating point option, as soon as I enable hard float-abi, I get linker errors...