This is the mail archive of the crossgcc@cygnus.com mailing list for the crossgcc project.


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

gdb-4.1.6. Missing igen.o table.o and ld.o


Thanks to Bill Randle, my previous problem with binutils-2.7
has been overcome.

I am now trying to build gdb-4.1.6 so I configured with:

../gdb-4.1.6/configure --host=sparc-sun-sunos4.1.3 --target=powerpc-unknown-eabi
--prefix=/bond2/creed_oflow/alec -v

When I did a make all install, it eventually bombed out with:

gcc -02 -g -o igen igen.o table.o lf.o misc.o filter_filename.o ../../libiberty/libiberty.a
gcc: igen.o: No such file or directory
gcc: table.o: No such file or directory
gcc: ld.o: No such file or directory
*** Error code 1
make: Fatal error: Commaand failed for target `igen'
Current working directory /tmp_mnt/bond2/creed_oflow/build-gdb/sim/ppc
*** Error code 1
make: Fatal error: Commaand failed for target `all'
Current working directory /tmp_mnt/bond2/creed_oflow/build-gdb/sim/ppc
*** Error code 1
make: Fatal error: Commaand failed for target `all-sim'

Any hints on how to solve this would be much appreciated.


Many thanks

Alec Creed

creed@ferndown.ate.slb.com