• 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...
  • 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...
  • how do i install gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 in ubuntu 18
    how do i install gcc-arm-none-eabi-8-2018-q4-major-linux.tar.bz2 in ubuntu 18. I have unzipped it to a directory as explained but I couldn't use it. any help, thanks
  • __hardfp_xxx symbols not found by gcc linker
    I am working on a project where a static library is built with the ARM tool chain using the hard-float abi, and then is linked with other object files (generated with gcc). The linker is the gcc linker...
  • 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...