Questions tagged [armclang]

Question related to ARM Compiler 6, which is based on LLVM.

armclang is LLVM based C/C++ compiler for ARM architecture, provided by ARM Ltd. This compiler is part of ARM Compiler 6 tool-chain suite.

More information can be found at http://ds.arm.com/ds-5/build/arm-compiler-6/

32 questions
0
votes
1 answer

ds-5 ultimate evaluation version supports 64bit neon ( arm_v8 neon)

I have installed the current "DS-5 Ultimate 64-bit evaluation " version but am not able to build for ARMv8 64-bit neon. In armclang am not able to find the cpu list it shows only option "Target: aarch64-arm-none-eabi". please help me to solve…
-1
votes
1 answer

armcc to armclang porting error: unknown register name 'cp15:0:c9:c12:0'

I am trying to migrate my source code compilation from armcc compiler v5.06 to armclang v6. And I see armclang errors out saying it can not recognize cp15 registers. It looks like there might be a change in armcc vs clang as how to declare the…
Zeta
  • 31
  • 1
  • 1
  • 4
1 2
3