• Beginner with uVision compiler error

    compiling this first try with uVision:

       AREA x,CODE,Readonly

       ENTRY

      

       mov r0,#1

      

       END

    results in:

    *** Using Compiler 'V5.05 update 2 (build 169)', folder: 'C:\Keil_v5\ARM\ARMCC\Bin'…

  • ARM Compiler 6: Armclang

    1. ARM Compiler 6 uses armclang, but armclang can't use the intrinsic functions(like __qadd) that has used in the previous compiler.How can I get the optimization code? (Does the intrinsic functions are better than the our codes,what are the codes in the…
  • Is it possible to compile the example of TrustZone for Cortex-A9 with a GNU compiler or the ARM is the only one usable?

    I'm trying to compile the VersatileExpress_TrustZone_Example with a GNU compiler and it's full of errors.

    I compiled the example with the ARM one ansd it worked perfectly but i only have a evaluation license to use it.

    So I would like to know if…

  • armcc compile c   error  under DS-5 tool

    The example about c++ progran under DS-5 CPP directory is compiled by me with the armcc ,not gcc.  But there is an error when compile。

    Error: C3321E: automatic configuration failed - could not determine configuration from GCC

    make: *** [arm_linux_config…

  • how to compile neon instruction on linux using gnu assembler and gnu compiler  ?

    how to compile neon instruction on linux using gnu assemler  and gnu comiler  ?