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


_______________________________________________
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils

Reply via email to