• Whether Can ARM compiler 5 project call library compiled by ARM compiler 6?
    To optimize an algorith performance, I compiled it with ARM compiler 6. But another problem appears that the library will be called by older ARM compiler 5 project. I want to know: Whether Can ARM...
  • ARM Compiler 6 compiles data only C file with SoftVFP attribute.
    I'm making XEN hypervisor being able to be built with ARM Compile 6 (6.6.3 in particular). During the work, it was discovered a weird armclang compiler beahviour. When compiling a C file with only a...
  • ARM compiler 6 availablity at 32 bit version
    Hi Experts, It seems like ARM compiler 6 available only in 64 bit version. As I am using 32 bit machine when it could be expected for 32 bit machine ?
  • How to migrate retarget.c from ARM Compiler 5 to ARM Compiler 6?
    I want to migrate an older project into the ARM Compiler 6, but I am getting errors in the retarget.c /* Short version of retarget.c - Minimum code to support simple printf in Keil MDK-ARM */ /**...
  • ARM Compiler 6.11 bug: weak variable debug info error
    Bug founded on the new ARM Compiler 6.11 release, not before. a.cpp: [[gnu::weak]] int var_a = 0; int main(int argc, char const *argv[]) { return var_a; } b.cpp: int var_a = 1; build...