This is the mail archive of the gdb-prs@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

[Bug gdb/11885] Unkown symbol format 'elf32-sparc'


------- Additional Comments From pedro at codesourcery dot com  2010-08-05 14:25 -------
This most likely means that your gdb build has elf support disabled for some
reason.  It should be enabled automatically.

Check build/gdb/config.h for HAVE_ELF.  You should see this:

/* Define if ELF support should be included. */
#define HAVE_ELF 1

If you don't, you'll need to figure out why.  Check build/gdb/config.log
for hints.

-- 
           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |WAITING


http://sourceware.org/bugzilla/show_bug.cgi?id=11885

------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]