* Errors with gdb
@ 2002-07-31 14:47 Mike Cleary
2002-07-31 14:52 ` Daniel Jacobowitz
0 siblings, 1 reply; 4+ messages in thread
From: Mike Cleary @ 2002-07-31 14:47 UTC (permalink / raw)
To: gdb; +Cc: clp
I just downloaded the new gdb source from cvs and I tried to build it
using an alpha with the alphaev56 configuration and I got the following
errors in the make file:
ERROR: (timeout) GDB never initialized after 10 seconds.
WARNING: remote_expect statement without a default case?!
ERROR: couldn't load
/mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/
src/gdb/testsuite/gdb.asm/asm-source into
/mnt/u2/mcleary/tools/build/alpha7/bas
ic-gcc_2.95.3/native/src/gdb/testsuite/../../gdb/gdb (end of file).
ERROR: Delete all breakpoints in delete_breakpoints (timeout)
Here is the summary of the build attempt:
=== gdb Summary ===
# of expected passes 7840
# of unexpected failures 466
# of unexpected successes 10
# of expected failures 164
# of unresolved testcases 84
# of untested testcases 9
/mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/src/gdb/testsuite/../
../gdb/gdb version 2002-07-31-cvs -nx
This occured with the alphaev56 configuration, in the basic-gcc_2.95.3
baseline in the src package. If someone can fix this it would be a
great help.
Salutations,
-Mike Cleary
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Errors with gdb
2002-07-31 14:47 Errors with gdb Mike Cleary
@ 2002-07-31 14:52 ` Daniel Jacobowitz
2002-08-01 6:46 ` bemis
0 siblings, 1 reply; 4+ messages in thread
From: Daniel Jacobowitz @ 2002-07-31 14:52 UTC (permalink / raw)
To: Mike Cleary; +Cc: gdb, clp
On Wed, Jul 31, 2002 at 05:56:39PM -0400, Mike Cleary wrote:
> I just downloaded the new gdb source from cvs and I tried to build it
> using an alpha with the alphaev56 configuration and I got the following
> errors in the make file:
>
> ERROR: (timeout) GDB never initialized after 10 seconds.
> WARNING: remote_expect statement without a default case?!
> ERROR: couldn't load
> /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/
> src/gdb/testsuite/gdb.asm/asm-source into
> /mnt/u2/mcleary/tools/build/alpha7/bas
> ic-gcc_2.95.3/native/src/gdb/testsuite/../../gdb/gdb (end of file).
> ERROR: Delete all breakpoints in delete_breakpoints (timeout)
>
> Here is the summary of the build attempt:
>
> === gdb Summary ===
>
> # of expected passes 7840
> # of unexpected failures 466
> # of unexpected successes 10
> # of expected failures 164
> # of unresolved testcases 84
> # of untested testcases 9
> /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/src/gdb/testsuite/../
> ../gdb/gdb version 2002-07-31-cvs -nx
>
> This occured with the alphaev56 configuration, in the basic-gcc_2.95.3
> baseline in the src package. If someone can fix this it would be a
> great help.
See the 7840 passes? It built and mostly works. That's about the best
you'll see unless an Alpha expert cares to work on it.
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Errors with gdb
2002-07-31 14:52 ` Daniel Jacobowitz
@ 2002-08-01 6:46 ` bemis
2002-08-01 6:59 ` Daniel Jacobowitz
0 siblings, 1 reply; 4+ messages in thread
From: bemis @ 2002-08-01 6:46 UTC (permalink / raw)
To: Daniel Jacobowitz; +Cc: Mike Cleary, gdb, clp
Hello,
I started writing the gdb/testsuite/gdb.asm/alpha.inc file, and added the
approprate lines to the asm-source.exp file. Can anyone point to where I'll
read/learn about what needs to be implemented for the alpha. I would like to learn
about the alpha.inc file that I need to write, and what it does.
Thanks.
Matt Bemis
Daniel Jacobowitz wrote:
> On Wed, Jul 31, 2002 at 05:56:39PM -0400, Mike Cleary wrote:
> > I just downloaded the new gdb source from cvs and I tried to build it
> > using an alpha with the alphaev56 configuration and I got the following
> > errors in the make file:
> >
> > ERROR: (timeout) GDB never initialized after 10 seconds.
> > WARNING: remote_expect statement without a default case?!
> > ERROR: couldn't load
> > /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/
> > src/gdb/testsuite/gdb.asm/asm-source into
> > /mnt/u2/mcleary/tools/build/alpha7/bas
> > ic-gcc_2.95.3/native/src/gdb/testsuite/../../gdb/gdb (end of file).
> > ERROR: Delete all breakpoints in delete_breakpoints (timeout)
> >
> > Here is the summary of the build attempt:
> >
> > === gdb Summary ===
> >
> > # of expected passes 7840
> > # of unexpected failures 466
> > # of unexpected successes 10
> > # of expected failures 164
> > # of unresolved testcases 84
> > # of untested testcases 9
> > /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/src/gdb/testsuite/../
> > ../gdb/gdb version 2002-07-31-cvs -nx
> >
> > This occured with the alphaev56 configuration, in the basic-gcc_2.95.3
> > baseline in the src package. If someone can fix this it would be a
> > great help.
>
> See the 7840 passes? It built and mostly works. That's about the best
> you'll see unless an Alpha expert cares to work on it.
>
> --
> Daniel Jacobowitz Carnegie Mellon University
> MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Errors with gdb
2002-08-01 6:46 ` bemis
@ 2002-08-01 6:59 ` Daniel Jacobowitz
0 siblings, 0 replies; 4+ messages in thread
From: Daniel Jacobowitz @ 2002-08-01 6:59 UTC (permalink / raw)
To: bemis; +Cc: Mike Cleary, gdb, clp
If you know any other assembly language, the others should be fairly
clear. And if the tests pass there's a good chance you got it right :)
On Thu, Aug 01, 2002 at 09:51:35AM -0400, bemis wrote:
> Hello,
> I started writing the gdb/testsuite/gdb.asm/alpha.inc file, and added the
> approprate lines to the asm-source.exp file. Can anyone point to where I'll
> read/learn about what needs to be implemented for the alpha. I would like to learn
> about the alpha.inc file that I need to write, and what it does.
> Thanks.
> Matt Bemis
>
> Daniel Jacobowitz wrote:
>
> > On Wed, Jul 31, 2002 at 05:56:39PM -0400, Mike Cleary wrote:
> > > I just downloaded the new gdb source from cvs and I tried to build it
> > > using an alpha with the alphaev56 configuration and I got the following
> > > errors in the make file:
> > >
> > > ERROR: (timeout) GDB never initialized after 10 seconds.
> > > WARNING: remote_expect statement without a default case?!
> > > ERROR: couldn't load
> > > /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/
> > > src/gdb/testsuite/gdb.asm/asm-source into
> > > /mnt/u2/mcleary/tools/build/alpha7/bas
> > > ic-gcc_2.95.3/native/src/gdb/testsuite/../../gdb/gdb (end of file).
> > > ERROR: Delete all breakpoints in delete_breakpoints (timeout)
> > >
> > > Here is the summary of the build attempt:
> > >
> > > === gdb Summary ===
> > >
> > > # of expected passes 7840
> > > # of unexpected failures 466
> > > # of unexpected successes 10
> > > # of expected failures 164
> > > # of unresolved testcases 84
> > > # of untested testcases 9
> > > /mnt/u2/mcleary/tools/build/alpha7/basic-gcc_2.95.3/native/src/gdb/testsuite/../
> > > ../gdb/gdb version 2002-07-31-cvs -nx
> > >
> > > This occured with the alphaev56 configuration, in the basic-gcc_2.95.3
> > > baseline in the src package. If someone can fix this it would be a
> > > great help.
> >
> > See the 7840 passes? It built and mostly works. That's about the best
> > you'll see unless an Alpha expert cares to work on it.
> >
> > --
> > Daniel Jacobowitz Carnegie Mellon University
> > MontaVista Software Debian GNU/Linux Developer
>
>
--
Daniel Jacobowitz Carnegie Mellon University
MontaVista Software Debian GNU/Linux Developer
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2002-08-01 13:59 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-07-31 14:47 Errors with gdb Mike Cleary
2002-07-31 14:52 ` Daniel Jacobowitz
2002-08-01 6:46 ` bemis
2002-08-01 6:59 ` Daniel Jacobowitz
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox