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]

missing arm_pc_is_thumb_dummy


Daniel,

I am building from gdb cvs with:
$ ../src/configure --target=arm-elf
$ make

and I am getting an undefined reference to arm_pc_is_thumb_dummy. A grep shows 
in the ChangeLog you removed this function just a few days ago.

Jon

gcc -g -O2        \
        -o gdb gdb.o libgdb.a \
        rdi-share/libangsd.a  ../sim/arm/libsim.a ../readline/libreadline.a ../opcodes/libopcodes.a ../bfd/libbfd.a  ../libiberty/libiberty.a    ../libgui/src/libgui.a 
-L/home/ringlej/gdb-cvs/arm-build/itcl/itcl -litcl3.2 
-L/home/ringlej/gdb-cvs/arm-build/itcl/itk -litk3.2 
-L/home/ringlej/gdb-cvs/arm-build/tk/unix -ltk8.4 -Wl,-rpath,/usr/local/lib 
-L/home/ringlej/gdb-cvs/arm-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+0x22f): In function `HandleSysMessage':
../../../src/gdb/rdi-share/hsys.c:830: warning: the use of `tmpnam' is 
dangerous, better use `mkstemp'
libgdb.a(remote-rdi.o)(.text+0xe25): In function `arm_rdi_insert_breakpoint':
../../src/gdb/remote-rdi.c:678: undefined reference to `arm_pc_is_thumb_dummy'
collect2: ld returned 1 exit status
make[1]: *** [gdb] Error 1
make[1]: Leaving directory `/home/ringlej/gdb-cvs/arm-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]