* compilation error in i386v-nat
@ 2002-10-24 11:51 Robert Lipe
2002-10-25 11:54 ` Mark Kettenis
0 siblings, 1 reply; 2+ messages in thread
From: Robert Lipe @ 2002-10-24 11:51 UTC (permalink / raw)
To: gdb
The current GDB tree fails to build on OpenServer:
Undefined first referenced
symbol in file
FP_REGNUM_P libgdb.a(i386v-nat.o)
gdb: fatal error: Symbol referencing errors. No output written to gdb
I don't know the rules of GDB's inclusion system, but this gets us past
that hump and into a GDB that seems to work...
Index: i386v-nat.c
===================================================================
RCS file: /cvs/src/src/gdb/i386v-nat.c,v
retrieving revision 1.11
diff -u -p -r1.11 i386v-nat.c
--- i386v-nat.c 18 Aug 2002 21:53:55 -0000 1.11
+++ i386v-nat.c 24 Oct 2002 18:49:48 -0000
@@ -34,6 +34,7 @@
#include "inferior.h"
#include "language.h"
#include "gdbcore.h"
+#include "i386-tdep.h"
#ifdef USG
#include <sys/types.h>
^ permalink raw reply [flat|nested] 2+ messages in thread
* Re: compilation error in i386v-nat
2002-10-24 11:51 compilation error in i386v-nat Robert Lipe
@ 2002-10-25 11:54 ` Mark Kettenis
0 siblings, 0 replies; 2+ messages in thread
From: Mark Kettenis @ 2002-10-25 11:54 UTC (permalink / raw)
To: Robert Lipe; +Cc: gdb
Robert Lipe <robertlipe@usa.net> writes:
> The current GDB tree fails to build on OpenServer:
>
> Undefined first referenced
> symbol in file
> FP_REGNUM_P libgdb.a(i386v-nat.o)
> gdb: fatal error: Symbol referencing errors. No output written to gdb
Thanks for the report. Should be fixed now, also on the branch.
Mark
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2002-10-25 18:54 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2002-10-24 11:51 compilation error in i386v-nat Robert Lipe
2002-10-25 11:54 ` Mark Kettenis
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox