ESP32 – aws

Sysprogs forums Forums VisualGDB ESP32 – aws

Tagged: , ,

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #9884
    karlmeier70
    Participant

    Could anybody make this esp32 project working in visualgdb:

    https://github.com/carsonmcdonald/esp32-aws-iot

    I tried to import it in the way explained in your blog:

    http://visualgdb.com/tutorials/esp32/

    but either include directories are missing or any tool configuration c99 or gnuxx11 are wrong.

    Is there any documentation how visualdbg is calling the esp32 tool. espressif explains in there documentation how to use  msys32….

    any additional information is very welcome. or a hint where to find 😉

    THANK YOU,

    #9892
    support
    Keymaster

    Hi,

    If the project relies on additional include directories, you need to specify them in your project properties (Project->VisualGDB Project Properties). With VisualGDB 5.2 it’s very simple, as it will search nearby directories for missing headers and suggest automatically adding discovered directories.

    If this does not help, please let us know the errors you are encountering and we will suggest the related settings.

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