Hi,
We have an existing embedded project(STM32L) that uses CMake as the build system. Usage of CMake is considered highly imperative in our case since we make many target builds, unit tests that run both on target and PC etc.
Do you have any support(may be cmake plugin support) that enables us to generate VisulaGDB solution from a CMake system ?
I have been using VisualGDB for debugging the same project by importing the entire project as a CMake project through VisualGDB, but currently facing several issues when compiling since it emits some errors related to external scripts used by the build system. I can post the errors if needed, but wondering whether if there’s any support to create VisualGDB solution out of the source code which will eliminate all the troubles that I’m facing right now.
Thank you in advance.
Amila Perera.