• How to assign own glibc path to aarch64-elf-gcc
    1. aarch64-elf-gcc need use glibc2.14 while our central version up to glibc-2.12 only 2. I have downloaded glibc-2.14 in my local directory 3. There is a limitation in my environment that if I add glibc...
  • 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...
  • Compatibility between ARM GCC and ARM's ARMLINK tools
    Hello, I wonder if it is possible to build a static library using the ARM GCC tool chain(Sourcery CodeBench) for ARM9 and link it later with libraries built with ARM Keil compiler(armcc) and linker(armlink...
  • Setting up Environment on Ubuntu/Linux with arm-gcc for Cortex-M3
    Hi, i  program in windows using keil, but uVision isn't available for Ubuntu/Linux so i have to use arm-gcc , i got confused by google results, i got the package : gcc-arm-none-eabi but i don't know what...
  • Using Reentrant interrupt on Cortex M family and GCC
    Dear Friends,here they are few lines of GCC-Assembly code to make your interrupt in Cortex-M4 fully reentrant. Please read notes from Sippey   before proceeding to details of implementation of this page...