bug-binutils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: No rule to make target `../opcodes/libopcodes.la', needed by `as-new


From: nick clifton
Subject: Re: No rule to make target `../opcodes/libopcodes.la', needed by `as-new'. Stop.
Date: Mon, 30 Jan 2012 09:40:50 +0000
User-agent: Mozilla/5.0 (X11; Linux i686; rv:9.0) Gecko/20111222 Thunderbird/9.0

Hi Jonathan,

> make
[...]
make[2]: Entering directory `/root/src/GNU/unmodified_gnu/binutils-2.22/gas'
make[2]: *** No rule to make target `../opcodes/libopcodes.la', needed by 
`as-new'.  Stop.

Anyone any ideas ?

Does "make all-gas" work ?

How did you configure the sources before building ?
Are the opcodes sources actually present in the source tree ?
Did the build system attempt to built libopcodes.la ? If so were any errors reported ?

Note - you appear to be building in the source tree itself. Whilst this is supposed to work, it is more common to build in a separate tree. So you might like to try this:

  % mkdir -p /root/build/GNU/unodified_gnu/binutils-2.22
  % cd /root/build/GNU/unmodified_gnu/binutils-2.22
  % /root/src/GNU/unmodified_gnu/binutils-2.22/configure <...>
  % make all-gas all-ld all-binutils
  % make install-gas install-ld install-binutils

Cheers
  Nick




reply via email to

[Prev in Thread] Current Thread [Next in Thread]