• LTO linker error with GNU Arm 10.3-2021.07
    I have attempted to upgrade the toolchain on a project for a Cortex-M0+ that requires LTO to fit in flash. The project has built just fine up until now, but after upgrading to the latest 10.3-2021.07...
  • LTO linker error with GNU Arm 10.3-2021.07
    I have attempted to upgrade the toolchain on a project for a Cortex-M0+ that requires LTO to fit in flash. The project has built just fine up until now, but after upgrading to the latest 10.3-2021.07...
  • Eliminating _memset$wrapper?
    Hello, I am at the very edge of code space and so I changed my memset calls to use __aeabi_memset directly. It seems, however, that _memset$wrapper is still sitting there taking 20 bytes. Is there...
  • Eliminating _memset$wrapper?
    Hello, I am at the very edge of code space and so I changed my memset calls to use __aeabi_memset directly. It seems, however, that _memset$wrapper is still sitting there taking 20 bytes. Is there...
  • GNU Arm Embedded ld with LTO support
    The current version 7-2018-q2-update of GNU Arm Embedded Toolchain contains arm-none-eabi-ld.bfd, so it does not support Link Time Optimization (LTO). Is there a problem if I try to compile the LTO version...