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]

compilation error in i386v-nat


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>


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