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]

undefined 'VALUE_EMBEDDED_OFFSET' and 'VALUE_CONTENTS'


Hello,

I just synchronized my cvs view with 'cvs update -dP' and got the following errors while building.

Jon

$ ../src/configure --target=arm-elf
$ make
...
make[1]: Entering directory `/home/eringlej/gdb-cvs/gdb-rdi-build/gdb'
make[2]: Entering directory `/home/eringlej/gdb-cvs/gdb-rdi-build/gdb/rdi-share'
make[2]: Nothing to be done for `all'.
make[2]: Leaving directory `/home/eringlej/gdb-cvs/gdb-rdi-build/gdb/rdi-share'
rm -f gdb
gcc -g -O2        \
        -o gdb gdb.o libgdb.a \
        rdi-share/libangsd.a  ../sim/arm/libsim.a ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopcodes.a  ../libiberty/libiberty.a    ../libgui/src/libgui.a -L/home/eringlej/gdb-cvs/gdb-rdi-build/itcl/itcl -litcl3.2 -L/home/eringlej/gdb-cvs/gdb-rdi-build/itcl/itk -litk3.2 -L/home/eringlej/gdb-cvs/gdb-rdi-build/tk/unix -ltk8.4 -Wl,-rpath,/usr/local/lib -L/home/eringlej/gdb-cvs/gdb-rdi-build/tcl/unix -ltcl8.4   -L/usr/X11R6/lib -lX11 -ldl  -lieee -lm -lncurses -lm  ../libiberty/libiberty.a
rdi-share/libangsd.a(hsys.o)(.text+0x106a): In function `HandleSysMessage':
/home/eringlej/gdb-cvs/gdb-rdi-build/gdb/rdi-share/../../../src/gdb/rdi-share/hsys.c:830: the use of `tmpnam' is dangerous, better use `mkstemp'
libgdb.a(gdbtk-cmds.o)(.text+0x77e): In function `gdb_eval':
/home/eringlej/gdb-cvs/gdb-rdi-build/gdb/../../src/gdb/gdbtk/generic/gdbtk-cmds.c:625: undefined reference to `VALUE_EMBEDDED_OFFSET'
libgdb.a(gdbtk-cmds.o)(.text+0x789):/home/eringlej/gdb-cvs/gdb-rdi-build/gdb/../../src/gdb/gdbtk/generic/gdbtk-cmds.c:625: undefined reference to `VALUE_CONTENTS'
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/home/eringlej/gdb-cvs/gdb-rdi-build/gdb'
make: *** [all-gdb] Error 2


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