You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I am exploring stm32-emacs, encounter a problem.
Try: M-x stm32-start-gdb-elf then select cfg file and elf file. "stm32-gdb-server" starts successfully,
then Emacs ask "Enable querying debuginfod servers for this session? (y or n) ",
then I enter "y" and hit "Enter" to comfirm.
But "gud-target extended-remote localhost:3333" thow a error:
gdb-done-or-error("1" error "msg=\"Support for debuginfod is not compiled into G..." t)
Try enter "n" when Emacs asks about debuginfod. Or try to set (gdb-debuginfod-enable-setting nil), e. g. in Customize.
Thanks your effort to share this package.
When I am exploring stm32-emacs, encounter a problem.
Try: M-x stm32-start-gdb-elf then select cfg file and elf file. "stm32-gdb-server" starts successfully,
then Emacs ask "Enable querying debuginfod servers for this session? (y or n) ",
then I enter "y" and hit "Enter" to comfirm.
But "gud-target extended-remote localhost:3333" thow a error:
So I decide to do a litter dig into this.
I try to run
this command string:
in Emacs built in gdb manually.
It throws error too.
Then I try the same command string in gub-gdb, It runs successfully.
Here is my Emacs information:
System Info 💻
Finally, if I change from gdb to gub-gdb in this line:
stm32-emacs/stm32.el
Line 151 in e3f1e17
I can run command stm32-start-gdb-elf to start gdb server and debugger succesfully.
So what causes the difference?
The text was updated successfully, but these errors were encountered: