Eclipse+mingw Debug FFmpeg Error: No symbol table is loaded. Use the "file" command.

Source: Internet
Author: User
Tags gdb debugger

Reprint Address: http://www.blogjava.net/fancydeepin/archive/2012/11/19/391520.html

Data structure Second: Eclipse SDK Installation and configuration GDB provides debug debugging for C/D + + development environment
Background: Error while debugging launching Command:gdb.exe--version exception

Cause: The GDB debugging tool is not installed.
I heard that the latest MinGW has integrated GDB debugging tools, I installed MinGW 5.1. Version 4 is not integrated with GDB, so it needs to be installed separately gdb-6.3.2
Existing environment: Eclipse SDK 3.7.0, MinGW 5.1.4, CDT 8.0.0
The GDB installation directory needs to be selected to---> under the root directory of the MinGW installation you have installed.
In the same way, I also recorded the above related installation and configuration video, provided the gdb-6.3.2 installation package and self-recorded small video,
You can download it if you need it: Eclipse SDK Installation and configuration GDB provides debug debugging for the C/D + + development environment [with gdb-6.3.2 installation package and self-recording video] 
after GDB is installed, check that GDB installation is successful--->  open cmd input:  gdb-version

Confirm that GDB installation is successful, open Eclipse Sdk: 


To assign GDB debugger to the gdb you installed. Gdb.exe, can also be directly gdb.exe, because I gdb is installed in the MinGW, and MinGW has been added to the system path.
Re-debug appears  
Error in final launch sequence
Failed to execute MI Command:-gdb-set auto-solib-add on
Error message from debugger back end:  No symbol table was loaded.  use th E "file" command.

Next, you need to configure GDB for configuration operations:

---> Debugging configurations ...

---> Select Use workspace Settings
---> Click cofigture Workspace Settings ...

---> Launching---> Default launchers
---> select the three [Debug] options on the right as standard Create Process Launcher

Click OK if it appears: No such debugger exception

Do not control it, turn it off, re-debug, if there is an exception to this No such debugger, re-enter:


Click OK and this appears

Well, it's time to debug at last.

Eclipse+mingw Debug FFmpeg Error: No symbol table is loaded. Use the "file" command.

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.