This is the mail archive of the gdb@sources.redhat.com 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: [Gdb-discuss] Dwarf error for arm7


Thanks for your help. 
I try to check out the branch you siad below, and I followed
instruction:

cvs -d :pserver:anoncvs@sources.redhat.com:/cvs/src login
{enter "anoncvs" as the password}

But I got connection timed out. 
Is the password problem?

Thanks.

Lan


-----Original Message-----
From: Daniel Jacobowitz [mailto:drow@false.org] 
Sent: Monday, June 21, 2004 10:12 AM
To: Lan Zhang
Cc: gdb-discuss@gnu.org; gdb@sources.redhat.com
Subject: Re: [Gdb-discuss] Dwarf error for arm7


On Mon, Jun 21, 2004 at 10:09:44AM -0400, Lan Zhang wrote:
> Hi all:
> 
>  
> 
> I try to debug an elf format file generated by ADS 1.2 compiler. GDB 
> can

This is not the correct list; try gdb@sources.redhat.com.

> load the symbol table and read some registers, but it looks GDB didn't

> like it, especially the pc. The error message is: Dwarf Error Cannot 
> fine referent at offsets 31778. I am newer of the GDB, so I don't know

> is that the problem from the compiler or from GDB. I used the latest 
> version, GDB 6.1, and compile it as target = arm-elf.

This problem means that yur compiler uses inter-compilation-unit
references.  CVS GDB still does not support this.  Try checking out the
drow_intercu-20040221-branch branch from CVS.

-- 
Daniel Jacobowitz


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