This is the mail archive of the gdb@sourceware.org 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: Your bfd changes broke sh sim


> From: Danny Backx <danny.backx@scarlet.be>
> Date: Fri, 18 Jul 2008 20:12:39 +0200

> I've tested (and tested again) with
> 	./configure --enable-targets=all
> 
> Is this different ? Are some problems not caught this way ?

Read again.  This is *sim*, not *binutils*, though both are
users of the BFD library.

> On Fri, 2008-07-18 at 18:22 +0200, Hans-Peter Nilsson wrote:
> > Check out the cvs module "sim" (like "binutils")
> > configure with --target=sh-elf
> > make all-sim
> > 
> > Observe:
> > gcc -DHAVE_CONFIG_H     -DPROFILE=1 -DWITH_PROFILE=-1          -DDEFAULT_INLINE=0              -I. -I/tmp/hpautotest-sim/src/sim/sh -I../common -I/tmp/hpautotest-sim/src/sim/sh/../common -I../../include -I/tmp/hpautotest-sim/src/sim/sh/../../include -I../../bfd -I/tmp/hpautotest-sim/src/sim/sh/../../bfd -I../../opcodes -I/tmp/hpautotest-sim/src/sim/sh/../../opcodes  -g -O2 -o run \
> > 	  run.o libsim.a ../../bfd/libbfd.a ../../opcodes/libopcodes.a  ../../libiberty/libiberty.a -lz -lnsl  -lm
> > ../../bfd/libbfd.a(coff-sh.o):(.rodata+0x1bc8): undefined reference to `pe_print_ce_compressed_pdata'
> > ../../bfd/libbfd.a(coff-sh.o):(.rodata+0x1d28): undefined reference to `pe_print_ce_compressed_pdata'
> > collect2: ld returned 1 exit status
> > make[3]: Leaving directory `/tmp/hpautotest-sim/sh-elf/sim/sh'
> > make[3]: *** [run] Error 1

brgds, H-P


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