• 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...
  • what is  bare-metal GCC toolchain
    Hello Friends, the Development board which i have is Altera SoC Cyclone V , and license which come along with this is entitled DS-5 altera Edition toolkit. Altera ppl inform me that This toolkit doesn...
  • Linker problem with gcc toolchain and optimisation
    Hi, i'm using a an lpc2119 device with gcc toolchain. everything works fine, except when i set the optimisation level to anything other than -O0 (ie i try to apply any form of optimisation) then...
  • Issues in Porting RVCT library to gcc toolchain(arm-none-gnueabi-gcc)
    Note: This was originally posted on 18th May 2010 at http://forums.arm.com Hi, I am currently porting RVCT generated static library into arm gcc toolchain(arm-none-gnueabi-gcc). I am currently getting...
  • 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...