I’ve just been looking in the edb.xml file and found this:
<string>target remote :3333</string>
Previously I’ve driven GDB from the command line using st-util.exe and arm-none-eabi-gdb.exe like this:
st-util.exe
arm-none-eabi-gdb output\output.elf -ex target extended-remote localhost:4242
Is it possible that the default port and host address is wrong?
-
This reply was modified 9 years, 6 months ago by hammerfet.