Problem with black magic probe port to ESP8266
Trying to test the RAK811 lora board ( 4 boards ).
Wireless flashing the boards is very conveniant but it does not work from VisualGDB.
Target is STM32L151CB-A
——————————————————————————————————————————————————-
Debugging from arm-none-eabi-gdb.exe
Start: arm-none-eabi-gdb.exe C:\Users\Gebruiker\source\repos\EmbeddedProject15\VisualGDB\Debug\EmbeddedProject15
Responce: Reading symbols from C:\Users\Gebruiker\source\repos\EmbeddedProject15\VisualGDB\Debug\EmbeddedProject15…done.
command: target extended-remote 10.1.1.137:2000
This connects to the GDB server and i can continue to flash and debug without problems
————————————————————————————————————————————————————-
Debugging from visualgdb
Full custom settings:
command: C:\Program Files (x86)\GNU Tools ARM Embedded\7 2017-q4-major\bin\arm-none-eabi-gdb.exe
arguments: $(TargetPath)
target selection command: target extended-remote 10.1.1.137:2000
Responce:
Reading symbols from C:\Users\Gebruiker\source\repos\EmbeddedProject15\VisualGDB\Debug\EmbeddedProject15…done.
Undefined command: “-gdb-version”. Try “help”.
Quit
This never reaches the command “target extended-remote 10.1.1.137:2000”
Where is the command “-gdb-version” configured and can i disable it or do i have to change my
Black Magic Probe source.
Best regards, Pierre Roijen.