• Key difference between GCC arm-none-eabi and arm-eabi
    Hi Experts, For Cortex R and M processors Linaro has recommended the GCC arm-none-eabi 4.9 whereas for A series processors it is recommending normal GCC eabi. what is the key difference between the same...
  • where to find arm-none-eabi compiler documentation
    i can't find arm-none eabi-gcc documentation and all the possible commands and flags i can use !! if someone can guide me i would be thankful !
  • 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...
  • icc_sre_el2 register not recognised with arm-none-eabi
    I am trying to access the ARMV8 system register icc_sre_el2 but get an unknown or missing system register error. See below for the list of available registers for ARMV8 https://developer.arm.com...
  • Catching C++ Exceptions with GCC Arm None EABI
    I've been struggling to get exceptions to work properly on a Cortex-M4 project with the Arm's GCC distribution. The throw seems to work successfully but not the catch. class MyExc : public std::exception...