• --C99 option
    what is this option?
  • C99 Error
    Hello, I am trying to build a previously made project in the KEIL environment using STM32F373RC. But I am getting the error "ArmClang: Error: unsupported option '--C99'"during the build phase. I am...
  • --C99 option
    what is this option?
  • Keil C99 & C++ mix
    Hello, I have a base project that uses C99. (compiler option --c99) Basically c99 was used so that an aggregate type could be initialized with non-constant data as such: #define WRITE_OP_CODE...
  • Keil C99 & C++ mix
    Hello, I have a base project that uses C99. (compiler option --c99) Basically c99 was used so that an aggregate type could be initialized with non-constant data as such: #define WRITE_OP_CODE...