Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Debugging Error(Reason: Error in final launch sequence: Failed to execute MI command: set loose-breakpoint-match off Error message from debugger back end: No symbol table is loaded. Use the "file" command.)
Debugging Error [message #1839831] Mon, 29 March 2021 17:25
Jaqson Belnap is currently offline Jaqson BelnapFriend
Messages: 1
Registered: March 2021
Junior Member
Hello,

I was able to successfully build a project in e2 Studio, but I get an error when trying to debug the project, shown in Pic 1.

Here is what is shown on the Console tab when I get this error:

836,664 2-gdb-version
836,667 ~"GNU gdb (GNU Tools for Arm Embedded Processors 9-2019-q4-major) 8.3.0.20190709-git\n"
836,668 ~"Copyright (C) 2019 Free Software Foundation, Inc.\n"
836,668 ~"License GPLv3+: GNU GPL version 3 or later \nThis is fre\
e software: you are free to change and redistribute it.\nThere is NO WARRANTY, to the extent permitt\
ed by law."
836,668 ~"\nType \"show copying\" and \"show warranty\" for details.\n"
836,668 ~"This GDB was configured as \"--host=i686-w64-mingw32 --target=arm-none-eabi\".\n"
836,668 ~"Type \"show configuration\" for configuration details.\n"
836,669 ~"For bug reporting instructions, please see:\n"
836,669 ~
836,669 ~"Find the GDB manual and other documentation resources online at:"
836,669 ~"\n\n"
836,669 ~"For help, type \"help\".\n"
836,669 ~"Type \"apropos word\" to search for commands related to \"word\".\n"
836,669 2^done
836,670 (gdb)
836,676 3-environment-cd "C:/Users/jaqso/Documents/School/BYU Idaho/ECEN 499/r20an0564eu0112-ek-ra2a\
1-exampleprojects/ek_ra2a1/dac8/dac8_ek_ra2a1_ep/e2studio"
836,680 3^done
836,680 (gdb)
836,682 4-gdb-set breakpoint pending on
836,690 4^done
836,690 (gdb)
836,692 5-gdb-set detach-on-fork on
836,701 5^done
836,701 (gdb)
836,703 6-enable-pretty-printing
836,711 6^done
836,712 (gdb)
836,713 7-gdb-set python print-stack none
836,722 7^done
836,722 (gdb)
836,726 8-gdb-set print object on
836,733 8^done
836,733 (gdb)
836,735 9-gdb-set print sevenbit-strings on
836,744 9^done
836,745 (gdb)
836,748 10-gdb-set host-charset UTF-8
836,757 10^done
836,757 (gdb)
836,761 11-gdb-set target-charset WINDOWS-1252
836,768 11^done
836,768 (gdb)
836,770 12-gdb-set target-wide-charset UTF-16
836,779 12^done
836,779 (gdb)
836,781 13source .gdbinit
836,790 &"source .gdbinit\n"
836,791 &".gdbinit: No such file or directory.\n"
836,791 13^error,msg=".gdbinit: No such file or directory."
836,792 (gdb)
836,795 14-gdb-set target-async on
836,802 14^done
836,802 (gdb)
836,804 15-gdb-set pagination off
836,813 15^done
836,813 (gdb)
836,815 16-gdb-set non-stop on
836,824 16^done
836,824 (gdb)
836,826 17-gdb-set auto-solib-add on
836,835 17^done
836,835 (gdb)
836,853 18set step-mode off
836,857 &"set step-mode off\n"
836,857 18^done
836,857 (gdb)
836,865 19set loose-breakpoint-match off
836,868 &"set loose-breakpoint-match off\n"
836,868 &"No symbol table is loaded. Use the \"file\" command.\n"
836,868 19^error,msg="No symbol table is loaded. Use the \"file\" command."
836,869 (gdb)
836,875 20-gdb-exit
836,879 20^exit

Pic 2 shows what is seen on the Problems tab, and Pic 3 shows what is seen on the Debugger Console tab.

Could someone please explain to me what I need to do to get the project to debug properly?
  • Attachment: Pic 1.PNG
    (Size: 18.71KB, Downloaded 56 times)
  • Attachment: Pic 2.PNG
    (Size: 27.06KB, Downloaded 40 times)
  • Attachment: Pic 3.PNG
    (Size: 66.03KB, Downloaded 41 times)
Previous Topic:Display names of remote threads
Next Topic:CDT hangs on "generating makefile"
Goto Forum:
  


Current Time: Thu Apr 25 16:30:24 GMT 2024

Powered by FUDForum. Page generated in 0.02993 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top