• GCC/GDB questions

    I'm evaluating the ARM DS-5 and Linaro toolchains and the FVP model simulators. I'm starting with the DS-5 Community Edition and the Foundation Profile simulator before advancing to the commercial tools. So I have a few questions:

    • The hello.c example…
  • ARM Cortex-A53 - How to compile and run (Simulate) an hello world .c code on DS-5 Eclipse Environment?

    I would like to open a new project under DS-5. I want it to have the following code:

    int main() {

         int a = 7;

         int b = 3;

         for (int i=0; i < a*b; i++)

             a = b+i;…

  • Gcc compiler/toochain for ARMv8 ?

    In open source which is gcc cross toolchian available which can support AARCH32 and AARCH64 based on –mabi flag ?

    In gcc documentation, supported values for –mabi are ilp32 and lp64. But when I tried linaro released toolchain crosstool-NG linaro…

  • Compiler support for arch v7 & arch v8

    Hi all,

    How about the GCC compiler support of ARM arch v8 has been given. Is it full fledged, with all the options provided by ARMCC or it needs to be updated yet in future. I mean support for armcc Vs gcc