• float-abi hard, linker error on CortexM4
    I am trying to build a bare metal CortexM4 code for LPC5410x microcontroller. While code builds and links fine using soft floating point option, as soon as I enable hard float-abi, I get linker errors...
  • Altera Baremetal GCC toolchain supported on ARM DS Gold Edition?
    I am working on Cyclone V device with Altera baremetal GCC toolchain in DS-5. Can I continue my work in latest DS Gold Edition with the same toolchain?
  • __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...
  • multiple definition of `__stack_chk_fail'
    Hi, I am trying to migrate GCC from 7.2.1 to 8.3. To do so, I took the prebuilt binaries from your website developer.arm.com/.../downloads I used to take the packages from Linaro in the past. I am using...
  • 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...