• Generating .elf files with ARM toolchain
    Hello. I'm fairly new to embedded software development, and could use some clarification on how to generate .elf files from .c files. I've recently downloaded the following toolchain installation...
  • LD Scripts is the best approach for BitBanding with GCC?
    I have searched information on Bit-Banding in Cortex-M3 and M4 with the GNU GCC ARM EABI NONE, I have seen basic examples on the internet but none works with GNU GCC also seems that no intention to have...
  • Any suggestion on the best way to include all the paths for header files using GCC and Eclipse plugin for GNU GCC ARM?
    Hello all.. I've developed all my life using IAR and I was willing to give a try on GNU GCC for ARM. To start I have few folders and few files in a project which requires configuration to add the...
  • cannot use LENGTH() in memory definition in linker file for arm gcc 8-2018-q4-major
    Recently we have updated the armgcc toolchain version to 8-2018-q4-major, and we found that our previous memory definition way in linker file is invalid. Previously, we are using below LENGTH() way...
  • Linaro arm-eabi 5.3 Vs arm-linux-gnueabihf
    Hi Experts, I previously used arm-none-eabi 4.9 from Linaro for the bare metal arm compilation. I wonder whether the recent release from Linaro site on bare metal compiler is as in the following link...