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]

Binutils-2.14.90.0.6 Compilation On Ia64


Hello wilson and all ..,

I have browsed the binutils/Makefile to find the error message for
/bin/sh ./../ylwrap "" arparse.y y.tab.c arparse.c y.tab.h arparse.h --  -d
./../ylwrap: -d: command not found
gmake[3]: *** [arparse.c] Error 1
gmake[3]: Leaving directory `/usr/local/src/binutils-2.14.90.0.6/binutils'
gmake[2]: *** [all-recursive] Error 1
gmake[2]: Leaving directory `/usr/local/src/binutils-2.14.90.0.6/binutils'
gmake[1]: *** [all-recursive-am] Error 2
gmake[1]: Leaving directory `/usr/local/src/binutils-2.14.90.0.6/binutils'
gmake: *** [all-binutils] Error 2

In the binutils/Makefile

$(SHELL) $(YLWRAP) "$(LEX)" $< $(LEX_OUTPUT_ROOT).c $@ -- $(AM_LFLAGS) $(LFLAGS)
.y.c:
$(SHELL) $(YLWRAP) "$(YACC)" $< y.tab.c $*.c y.tab.h $*.h -- $(AM_YFLAGS) $(YFLAGS)


YFLAGS = -d

YACC = `if [ -f ../bison/bison ]; then echo ../bison/bison -y -L$(srcdir)/../bison/; else echo yacc; fi`
YFLAGS = -d
LEX = `if [ -f ../flex/flex ]; then echo ../flex/flex; else echo /usr/local/src/binutils-2.14.90.0.6/missing flex; fi`


Then there is no entry for
AM_LFLAGS,AM_YFLAGS and LFLAGS.

Then I cannot find out more then this for the problem.

Then
f you look at ylwrap, you will see that it is a script with a usage
line near the top that says the first argument is a program name.  In
your case, the program name is "" which obviously won't work.

So which program name must be within " ".I didnot get Wilson.Please explain me little more about this.

If you look at the Makefile, you see that ylwrap is called with $(LEX)
and $(YACC), so one of those must be broken.  Figure out why.

I have browsed the Makefile and there is no entry for LFLAGS,AM_LFLAGS,AM_YFLAGS.

I don't recommend using IA-64 RHL 7.2 for development.  It is too old,
and not ABI compatible because gcc/binutils development weren't finished
at that time.

So please specify the RHL for IA64 Development to compile the kernel-2.6 and Suitable for testing with good preformance.

Awaiting for your responses.

Thanks
<Muthukumar>

_________________________________________________________________
Got a wish? Make it come true. http://server1.msn.co.in/msnleads/citibankpersonalloan/citibankploanjuly03.asp?type=txt Best personal loans!



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