• Compiling twice as fast in VM...
    I have a new Core2 WinXP SP3 machine (Dell E7400, 3GB RAM) with uVision2 installed on it. My new work has an application that needs to be built using a few batch scripts to compile the whole project...
  • compiler compile files twice
    hi, wierd problem, when compiling files one file is compiled twice. which throw later linker error becouse there are two indentical files. build output: *** Using Compiler 'V5.06 update 5...
  • __weak and CLANG
    In cmsis_armclang.h there is a macro #ifndef __WEAK #define __WEAK __attribute__((weak)) #endif That I guess is supposed to help migration... However, for example for STM32F4, the Keil...
  • Clang is adpoted by ARM
    Hi Experts, I could find that the recent compiler versions uses the Clang instead of GCC in the ARM compiler. Can I get few key points in using the Clang and getting much more benefit from it ? Regards...
  • ARM CLang v6.12: there is bug?
    Good day! I am use Keil uVision v5.28, CLang v6.12. I noticed an interesting feature on the '-Os balanced' and '-O1' optimization levels. My code static void Write(SPI_TypeDef *spi, u16 addr,...