Build ESP32 project

Sysprogs forums Forums VisualGDB Build ESP32 project

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #24378
    Andrzej.T
    Participant

    Hi,

    Is possible to build ESP32 C-Make project without Visual Studio and VisualGDB?

    Regards,
    Andrzej Tatar

    #24380
    support
    Keymaster

    You should be able to do this by reusing the build command line shown in the VisualGDB build log (you can find the CMake parameters in View->Output->Advanced VisualGDB Project Output when opening the project), however you may need to setup some additional environment (e.g. cmake/ninja paths).

    #24383
    Andrzej.T
    Participant

    When I try build using C:\PROGRA~2\Sysprogs\VISUAL~1/ninja.exe command it work, but not work with downloaded ninja from https://ninja-build.org/.
    Do you have a special version of ninja ?

    Regards,
    Andrzej Tatar

    #24384
    support
    Keymaster

    The version shipped with VisualGDB was also downloaded from the official Ninja site, although it’s likely a different version.

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