• 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 CMake Toolchain availability
    Hi, I'm currently using MDK ARM as IDE but I want to switch to Cmake / Eclipse Is there an official cmake toolchain for armcc to start with ? Regards.
  • 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...
  • CMake Assembler Errors: No such instruction
    Hello I am trying to build a FreeRTOS application for a Beaglebone black target which has a AM335X ARM Cortex-A8 processor. I am running windows but i am using a virtual machine that runs linux debian...