• ARM Compiler 6: Armclang
    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...
  • Interoperability for c++ between armclang and gcc(linaro)
    Hi; I have built 'Compute Library' as said in Bare Metal Building section of documentation by using Linaro toolchain on Ubuntu. I'm targetting bare-metal. On another machine, I want to use this library...
  • How to compile hello word code with aarch64 gcc
    Assembly code: .syntax unified @ -------------------------------- .global main main: @ Stack the return address (lr) in addition to a dummy register (ip) to @ keep the stack 8-byte aligned...
  • What is the difference between gcc-arm-aarch64-none-linux-gnu and gcc-arm-aarch64-none-elf tool-chains?
    In download section for cross-compilers I see 2 options that seem viable for AArch64 cross-compiler under x86-64 Linux: gcc-arm-9.2-2019.12-x86_64-aarch64-none-elf.tar.xz and gcc-arm-9.2-2019.12...
  • Versions of libraries used in armclang
    Hello, due to our software process we need to know which library versions are Included in ARMClang 6.10 Due to Arm® Compiler armclang Reference Guide ( https://developer.arm.com/docs/100067/0610 ...