This is the mail archive of the gdb@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]

RE: error message : I'm sorry, Dave, I can't do that.Symbolformat 'elf32-xc16x' unknown.



>>Is it in libbfd.a?  What does gdb/config.log say about it?

I checked libbfd.a by  
$ nm libbfd.a | grep bfd_get_elf_phdr_upper_bound
	.....
	.....
elf.o:
00000000 b .bss
00000000 d .data
00000000 r .rdata
00000000 t .text
	....
	....
00009231 T _bfd_get_elf_phdr_upper_bound
		


Then in gdb/config.log I found many undefined references & failed
programs.
Please find attached config.log file to have closer look.      
	

--Bhushan Attarde



-----Original Message-----
From: Daniel Jacobowitz [mailto:drow@false.org] 
Sent: Monday, September 24, 2007 4:38 PM
To: Bhushan Attarde
Cc: gdb@sourceware.org
Subject: Re: error message : I'm sorry, Dave, I can't do
that.Symbolformat 'elf32-xc16x' unknown.

On Mon, Sep 24, 2007 at 03:37:50PM +0530, Bhushan Attarde wrote:
> but I didn't find this function in any of the processor specific file
so
> I am little confused where to add this function to work for our
target.

Is it in libbfd.a?  What does gdb/config.log say about it?

-- 
Daniel Jacobowitz
CodeSourcery


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