• Is '--pch’ option incompatible with armclang, ARM compiler version 6?
    Hi, I tried to use compile option pch (Precompiled Header) for compile time optimization. But it seems like armclang (ARM compiler version 6) doesn't support --pch options. Is there any way to use...
  • ARMCLANG compile TensorflowLiteMicro
    I am developing a ML system based on Cortex-M4 in C language and combined tensorflow packages ( https://github.com/tensorflow/tflite-micro) to my C project. This package is writen in C++11. So, I use...
  • Installation of Armclang compiler
    Hello, i´m about to work with the STM32L476 using the Simulink Hardware package for it. The is while installing the Armclang Compiler for the Matlab Hardware Setup , i get the only Error message in the...
  • Installation of Armclang compiler
    Hello, i´m about to work with the STM32L476 using the Simulink Hardware package for it. The is while installing the Armclang Compiler for the Matlab Hardware Setup , i get the only Error message in the...
  • Is it possible disassemble an object compiled by armclang and re-compile it with arm-none-eabi-gcc
    I have a libray compiled with armclang, and I wan't to link the library to my project which compiled with arm-none-eabi-gcc. But when link it, following error happens: "Object has vendor-specific...