This is the mail archive of the gdb-patches@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]

Re: [commit/sim] Add common/common.m4; Was: [commit/sim] switch autoconf2.59


The sh simulator build fails in a unified tree build. configuration: ../srcw/configure --target=sh-elf --with-headers --with-newlib
I've observed this witha a toolchain checked out yesterday timestamped 18:50, and with a fresh one I've just checked out today.
This is the last output from make all-sim:


ar rc libsim.a callback.o syscall.o targ-map.o interp.o table.o sim-load.o
ranlib libsim.a
gcc -c ../../../srcw/sim/sh/../common/run.c -DHAVE_CONFIG_H -DPROFILE=1 -DWITH_PROFILE=-1 -DDEFAULT_INLINE=0 -I. -I../../../srcw/sim/sh -I../common -I../../../srcw/sim/sh/../common -I../../include -I../../../srcw/sim/sh/../../include -I../../bfd -I../../../srcw/sim/sh/../../bfd -I../../opcodes -I../../../srcw/sim/sh/../../opcodes -I../../intl -I../../../srcw/sim/sh/../../intl -g -O2
make[2]: *** No rule to make target `@INTLLIBS@', needed by `run'. Stop.
make[2]: Leaving directory `/mnt/scratch/nightly/2005-01-12-sim/sh-elf/sim/sh'
make[2]: Entering directory `/mnt/scratch/nightly/2005-01-12-sim/sh-elf/sim/common'
make[2]: Nothing to be done for `default'.
make[2]: Leaving directory `/mnt/scratch/nightly/2005-01-12-sim/sh-elf/sim/common'
make[1]: Leaving directory `/mnt/scratch/nightly/2005-01-12-sim/sh-elf/sim'



bash-2.05b$ /bin/grep -i '@[a-z]*@' sim/sh/Makefile
INTLLIBS = @INTLLIBS@
INTLDEPS = @INTLDEPS@
CGENDIR = @cgendir@
bash-2.05b$ uname -a
Linux linsvr2 2.4.21-20.ELsmp #1 SMP Wed Aug 18 20:31:57 EDT 2004 i686 athlon i386 GNU/Linux
bash-2.05b$ cat /etc/issue
Red Hat Enterprise Linux WS release 3 (Taroon Update 3)
Kernel \r on an \m




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