• 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...
  • cmake with keil toolchain
    I'm looking into using Cmake with the keil c166 toolchain. Does anyone has experience with doing this? I think it should be possible to make it work, since we're now using gnu make to build our code...
  • 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...
  • 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.
  • CMake/CDash with Kiel?
    Has anyone had any luck with implementing CMake/Ctest/CDash with Kiel? In particular, with UV4.exe from the command line: C:\Keil\uv4\uv4.exe -b -j0 BUILD_foo.uvproj We are using the UI and NOT using...