• Static library links differently with gcc ld and armlink
    Hi, I've built a static library using arm-none-eabi-gcc and used the -fdata-sections, -ffunction-sections, and --gc-sections to reduce the library memory footprint. I've used that library successfully...
  • what library used on arm gcc none eabi ?
    1. Does arm-gcc-none-eabi and newlib is packed? 2. Why arm-gcc-none-eabi need glibc 2.14? I have a problem when I use arm gcc none eabi cross compiler. "version GLIBC_2.14 not found" Then...
  • ARM GCC 4.7 tool chain and lo power state
    Hi I am using a ARM GCC tool chain 4.7 My platform is a Cortex M3 based platform and we use a low power state In this low power state voltage of CM3 is reduced to 1.08 and all peripherals except RTC is...
  • arm-...-gcc 8.3.1 VS 4.9.3
    Dears, I have been compiling with arm-none-eabi-gcc version 4.9.3 for a while; and everything were just fine with a Cortex-M0 I recently have tried using version 8.3.1 and things are not going as well...
  • Cross-compiling for Cortex-A9 with GCC
    Arm offers 2 different GCC toolchains: one for Cortex-M/R devices and the other one for Cortex-A devices. However, in the Cortex-M/R toolchain documentation, it is specified that Cortex-A targets are...