something wrong with VisualGDB while developing ESP8266

Sysprogs forums Forums VisualGDB something wrong with VisualGDB while developing ESP8266

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #29824
    AlphaSilicon
    Participant

    Hi,My Dev.Board is ESP8266 Launcher from Official,while I use VisualGDB 5.5r4 to developing the firmware,here is my problems:

    1. After I create the project here has a problem

    <u>[Clang IntelliSense] Warning: missing terminating ‘”‘ character                   1     </u>

    1. Befor compile the project here is an Error but nothing wrong

    <u>Advanced build logging is enabled for this project. Use View->VisualGDB Build Results to see the detailed build log.</u>

    <u>VisualGDB settings file is corrupt</u>

    And Build Results is:

    Loading cached code model from <u>D:\MyFiles\Documents\VisualGDB\WiFi66\.visualgdb\VisualGDBCache\WiFi66-Debug-VisualGDB\BuildCommandLines.txt…</u>

    <u>Checking if any source files need uploading…</u>

    <u>Checking for file modifications…</u>

    <u>SDK configuration changed (C:\SysGCC\esp8266;/rtos-sdk/v3.3 => C:\SysGCC\esp8266;/rtos-sdk/v3.3)</u>

    <u>No modifications found. Skipping code model query.</u>

    <u>========== Project Configuration Summary ==========</u>

    <u>    WiFi66  configured in 00:00</u>

    <u>========== Configuration: 1 Succeeded, 0 Failed, 0 Skipped ==========</u>

    I can’t find the options to Enable gdb stub esp8266-gcc5.2.0-r18.is there another way?

    #29825
    support
    Keymaster

    Hi,

    Unfortunately, it’s hard to suggest anything specific based on the description you provided. Most likely, some of the project settings contains an invalid path somewhere.

    If the problem occurs consistently, please share the steps to reproduce it per our problem reporting guidelines and we will look further into it.

    Based on our best knowledge, the ESP8266 GDB stub is not compatible with the v3.x SDK. You can try cloning the gdb stub project explicitly and add its source files to the project. If the stub doesn’t work, please double-check with Espressif whether there is a gdb stub version compatible with the SDK version you are using.

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