From mboxrd@z Thu Jan 1 00:00:00 1970 From: Keith Seitz To: Cliff Tsai Cc: gdb@sources.redhat.com Subject: Re: insight+dejagnu-20010417 build error on arm-elf(libgdb.a:remote-rdi.o)! Date: Fri, 20 Apr 2001 10:08:00 -0000 Message-id: References: <002301c0c985$b0bd4040$b200a8c0@minecard.com.tw> X-SW-Source: 2001-04/msg00152.html On Fri, 20 Apr 2001, Cliff Tsai wrote: > The "head config.status" is > /src/gdb/insight_dejagnu-20010417/configure --host=i586-pc-cygwin --target=a > rm-elf > --prefix=/tools --exec-prefix=/tools/arm-elf -v --norecursion. > > My configure command is: > /src/gdb/insight_dejagnu-20010417/configure --target=arm-elf \ > --prefix=/tools --exec-prefix=/tools/arm-elf -v 2>&1 | tee configure.out > > By the way,I just use 0420 snapshot,the same error occur! I just retrieved this snapshot and built it on both windows and linux without any problems... Is libangsd.a being built? Does the directory OBJDIR/gdb/rdi-share exist and contain anything? What do the last few lines of your final link look like? Mine look like: rm -f libangsd.a ar cru libangsd.a ardi.o angel_bytesex.o crc.o devsw.o drivers.o etherdrv.o hostchan.o hsys.o logging.o msgbuild.o params.o rx.o serdrv.o serpardr.o tx.o unixcomm.o ranlib libangsd.a make[2]: Leaving directory `/home/keiths/arm-elf/gdb/rdi-share' rm -f gdb.exe gcc -g -O2 -Wl,--subsystem,console -o gdb.exe \ main.o libgdb.a cli-decode.o cli-script.o cli-cmds.o cli-setshow.o cli-utils.o gdbtk.o gdbtk-cmds.o gdbtk-hooks.o gdbtk-varobj.o gdbtk-wrapper.o gdbres.o rdi-share/libangsd.a ../sim/arm/libsim.a ../bfd/libbfd.a ../readline/libreadline.a ../opcodes/libopc odes.a ./../intl/libintl.a ../libiberty/libiberty.a `if test -r ../libtermcap/libtermcap.a; then echo ../libtermcap/libtermcap.a; else echo -ltermcap; fi` ../libgui/src/libgui.a -L/home/keiths/arm-elf/itcl/itcl/win -litcl30 -L/home/keiths/arm-elf/itcl/ itk/win -litk30 -L/home/keiths/arm-elf/tix/win/tcl8.0 -ltix4180 -L/home/keiths/arm-elf/tk/win -ltk80 -L/home/keiths/arm-elf/tcl/win -ltcl80 -lm -lm ../libiberty/libiberty.a -luser32 -lshell32 -lgdi32 -lcomdlg32 -ladvapi32\ What does "uname -a" say? Keith