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


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

Re: all-gas target lacks dependancy on ia64-gen


On Tue, Mar 19, 2002 at 09:49:57PM +0100, Andreas Jaeger wrote:
> "David O'Brien" <obrien@FreeBSD.org> writes:
> 
> > What is the correct fix for this?
> >
> > $ ../configure --target=ia64-x-freebsd5
> > $ make all-gas
> > ...
> > here=`pwd`; cd /devel/binutils/src/opcodes; $here/ia64-gen > ia64-asmtab.c
> > /devel/binutils/o/build-clean/ia64-deo-freebsd5/opcodes/ia64-gen: not found
> > *** Error code 127
> 
> opcodes/Makefile has:
> ia64-asmtab.c: @MAINT@ ia64-gen ia64-ic.tbl ia64-raw.tbl ia64-waw.tbl ia64-war.tbl
> 	here=`pwd`; cd $(srcdir); $$here/ia64-gen > ia64-asmtab.c
> 
> Therefore ia64-gen should have been build already.

Only with --enable-maintainer-mode

-- 
Alan Modra
IBM OzLabs - Linux Technology Centre


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