• C51 CMake
    Has anyone been successful using CMake to build your projects? I'm trying to using Conan.io; all our other projects use it. Conan integrates well with CMake. Thanks.
  • error: C3900U: Unrecognized option '---'.
    I just Started to work with CMSIS but when I Build a sample Code in my keil the following Error come up: core_cm3.c: error: C3900U: Unrecognized option '---'. I should mention that I have added the...
  • armcc and appending to log with '--errors' for CMake
    armcc, armasm, armlink etc has command line option "--errors=file" to redirect diagnostic output messages to a file instead of stdout. This always overwrites the logfile. Other compilers have the possibility...
  • adding unsupported instructions
    Im developping my own version of a 8051 in VHDL. and Im using Keil software to make test programes. I know how to added my own SFR's, but the problem is If I Want to added a special instructions not supported...
  • Using ARM toolchain in CMake
    Hi, I use CLion to write my code, and uVision to compile and flash the device. I want to integrate the compiling and flashing process to CLion (CMake). I integrated ARMclang successfully in CMake...