We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
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 gcc. Doing a build in the UI, I created a BAT file and can see how I might (painfully) translate those armcc commands into using the typical Unix make commands.
I'd like to avoid all that unnecessary work as my ultimate goal is to simply run a build (as above) and post/submit the build results to CDash. Since I'm presently learning the CMake/CTest/CDash tool chain, I haven't yet figured out how to eliminate the CMake part.
If anyone has already gone through this pain, I'd appreciate your input. Comments from the peanut gallery are also welcome.
Bill