* Re: [Gdb-discuss] Dwarf error for arm7
[not found] <E65CD2CAB74C80498703D6EF7624BB4C4ACB5D@zmaex.zma.zoran.com>
@ 2004-06-21 14:12 ` Daniel Jacobowitz
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2004-06-21 14:12 UTC (permalink / raw)
To: Lan Zhang; +Cc: gdb-discuss, gdb
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
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [Gdb-discuss] Dwarf error for arm7
@ 2004-06-21 21:42 Lan Zhang
2004-06-21 21:45 ` Daniel Jacobowitz
0 siblings, 1 reply; 4+ messages in thread
From: Lan Zhang @ 2004-06-21 21:42 UTC (permalink / raw)
To: gdb
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
^ permalink raw reply [flat|nested] 4+ messages in thread* Re: [Gdb-discuss] Dwarf error for arm7
2004-06-21 21:42 Lan Zhang
@ 2004-06-21 21:45 ` Daniel Jacobowitz
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2004-06-21 21:45 UTC (permalink / raw)
To: Lan Zhang; +Cc: gdb
On Mon, Jun 21, 2004 at 05:42:26PM -0400, Lan Zhang wrote:
> 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?
Pserver is currently working fine for me; you'll have to check with
your network administrator, probably.
--
Daniel Jacobowitz
^ permalink raw reply [flat|nested] 4+ messages in thread
* RE: [Gdb-discuss] Dwarf error for arm7
@ 2004-07-23 19:31 Lan Zhang
0 siblings, 0 replies; 4+ messages in thread
From: Lan Zhang @ 2004-07-23 19:31 UTC (permalink / raw)
To: gdb, drow
Daniel:
I check out the branch you mention, and thanks god, it works for most
part. But there are weird thing, I cannot set breakpoint in some source
file, GDB will complain " No source file named *** " and suggest to make
a pending breakpoint on future shared library. And also there are some
files; I can only setup one breakpoint, even at same place, after setup
first breakpoint in such file, when I try to setup second, GDB said" No
line *** in file *** ". But it works ok in some other files, I can setup
as much as I want breakpoints. And I didn't found and strange things in
these three kind of files.
I think it may be some miscommunication between armcc and GDB, they are
not compatible. Doi you have any idea? And I also want to ask people who
built drow_intercu-20040221-branch branch, but I don't know how.
Thanks a lot.
Regards,
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
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2004-07-23 19:04 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
[not found] <E65CD2CAB74C80498703D6EF7624BB4C4ACB5D@zmaex.zma.zoran.com>
2004-06-21 14:12 ` [Gdb-discuss] Dwarf error for arm7 Daniel Jacobowitz
2004-06-21 21:42 Lan Zhang
2004-06-21 21:45 ` Daniel Jacobowitz
2004-07-23 19:31 Lan Zhang
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox