Using C++ visual studio Compiler(cl.exe) and visual studio debugger in VisualGDB

Sysprogs forums Forums VisualGDB Using C++ visual studio Compiler(cl.exe) and visual studio debugger in VisualGDB

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9854
    Maziar123
    Participant

    Hello,

    I am using VisualGDB with arm-none-eabi compiler and  cmake for micro controller  projects, but now, for testing  i want to use VisualGDB tools for creating windows project with cmake file. so my question is how can i customize VisualGDB  to write  windows GUI  project base on cmake in order to using C++ visual Compiler and visual studio debugger? in other word how can i set compiler and debugger to C++ visual studio Compiler(cl.exe) and visual studio debugger in VisualGDB?

     

    #9856
    support
    Keymaster

    Hi,

    Sorry, VisualGDB does not support this scenario as it is already supported by CMake itself. You can generate a Win32 Visual Studio project from Cmake by running cmake -G “Visual Studio <VERSION>” or you could use new CMake support from VS2017.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.