• Installing Arm GCC toolchain on ubuntu
    Hello, I am trying to learn with ARM, and I have downloaded the toolchain .tar and extracted it to my home directory on Ubuntu 16.04 64bit. As you know, GNU GCC is already on the system. I do not know...
  • Shifted binary produced by arm-none-eabi-objcopy
    Greetings, Im currently trying to fix a strange behavior of objcopy, which sometimes generates invalid output binary image with 0x4 byte shift. I found this issue because this shift was affecting...
  • Shifted binary generated by arm-none-eabi-objcopy
    Moved to: https://community.arm.com/developer/ip-products/processors/f/cortex-a-forum/43775/shifted-binary-produced-by-arm-none-eabi-objcopy
  • Want to try out stable GCC 7 on your ARM microcontroller?
    EDIT: Stable GCC 7.1.0 is already released - see first reply below for details! If you're very impatient waiting for the full GCC 7.1.0 release (expected this month), you can try experimental GCC...
  • How to compile with gcc toolchain that uses ARM neon instructions
    Hi, I would like to ask which version of gcc and with what flags , may I compile some c code to assembly code that uses arm neon coprocessor for ARMV7-A processor. Of course I want to use the processor...