Mail Archives: djgpp/2000/02/10/09:12:36
Erik Berglund <erik2 DOT berglund AT telia DOT com> wrote:
> Hi,
> I'm trying to rebuild the old binutils as.exe and ld.exe
> from bnu27s.zip, when I get the following error messages:
> C:\DJGPP\GNU\BINUTL-2.7\GAS>make
> make.exe: *** No rule to make target `../opcodes/libopcodes.a',
> needed by `as.new'. Stop.
>
> C:\DJGPP\GNU\BINUTL-2.7\LD>make
> make.exe: *** No rule to make target `../bfd/libbfd.a',
> needed by `ld.new'. Stop.
You have to go into binutl-2.7\opcodes and binutl-2.7\bfd first, and
execute 'make' there, to build those two libraries. 'as' and 'ld',
like the other binutils, operate by use of the BFD library. The
makefile setup of the older ports wasn't clean enough to automatically
jump into those directories and build them for you, if you start the
'make' in 'gas' or 'ld', instead of the root directory of the source
tree.
OTOH: why would you want to do such a thing? Why do you think you need
versions 2.7 of gas or ld?
--
Hans-Bernhard Broeker (broeker AT physik DOT rwth-aachen DOT de)
Even if all the snow were burnt, ashes would remain.
- Raw text -