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

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Binutils 'make' failing


Hi all,
Still trying to build GCC for m68k on OS X. I figured out that binutils 2.10
that is part of the latest script from fiddes.net/coldfire does not
automatically detect darwin (OS X) so down loaded binutils 2.11.2 and ran
the configure script and it did automatically detect darwin!

Problem is the 'make' of binutils still keeps dying. The current version of
gcc installed is version 2.95.2

The configure command runs through fine, however the make fails and the tail
of the make log looks like this:

% tail binutils-make.log
done ; \
echo $f > tofiles
/bin/sh ../../../source/binutils-2.11.2/bfd/../move-if-change tofiles ofiles
touch stamp-ofiles
/bin/sh ./libtool --mode=link cc -W -Wall -g  -o libbfd.la -rpath
gcc_tools/lib -release 2.11.2  archive.lo archures.lo bfd.lo cache.lo
coffgen.lo corefile.lo format.lo init.lo libbfd.lo opncls.lo reloc.lo
section.lo syms.lo targets.lo hash.lo linker.lo srec.lo binary.lo tekhex.lo
ihex.lo stabs.lo stab-syms.lo dwarf2.lo `cat ofiles`
libtool: link: only absolute run-paths are allowed
make[3]: *** [libbfd.la] Error 1
make[2]: *** [all-recursive] Error 1
make[1]: *** [all-recursive-am] Error 2
make: *** [all-bfd] Error 2

Anybody got any ideas or recommendations?

Thanks very much,
James Fitzsimons


------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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