• Compiler and language features support documentation
    Hi everyone, I'm a bit confused about figuring out the right documentation to read. The doc available here seems to be only about the non GNU toolchain right ? : https://developer.arm.com/documentation...
  • 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...
  • How to generate ELF file from source files using cmd in windows
    Hi... I have some source files, i want to generate "elf" file for arm V8,A53 in AARCH 32 mode using command window in windows. I already installed the tool chain(Arm-none-eabi V6) can you tell me what...
  • 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...
  • Failed to debug CMSIS NN with stm32f4 discovery on gnu eclipse
    I am new to development on STM32F4 discovery and I am trying to execute cmsis nn example on stm32f407VG board. I am using GDB OpenOCDDebugging for debugging with configure option -f board/stm32f4discovery...