Hi,My Dev.Board is ESP8266 Launcher from Official,while I use VisualGDB 5.5r4 to developing the firmware,here is my problems:
- After I create the project here has a problem
<u>[Clang IntelliSense] Warning: missing terminating ‘”‘ character 1 </u>
- 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?