public inbox for binutils@sourceware.org
 help / color / mirror / Atom feed
* Re: binutils compile error
@ 2003-05-07 15:37 Shaun Jackman
  2003-05-07 17:15 ` Ian Lance Taylor
  0 siblings, 1 reply; 3+ messages in thread
From: Shaun Jackman @ 2003-05-07 15:37 UTC (permalink / raw)
  To: CrossGCC, binutils

I found my problem. I needed to install flex and yacc. Though, if these
are required by the build process, they should be noted during the
configure process.

Cheers,
Shaun


> I am trying to compile binutils for arm-wince-pe. I get the following
> error:
> 
> $ ~/src/gnu/binutils/configure --target=arm-wince-pe --prefix=/tools
> [clip]
> $ make
> [clip]
> make[3]: Entering directory `/home/sjackman/tmp/pocketpc/ld'
> /bin/sh /home/sjackman/src/gnu/binutils-2.13.2.1/ld/../ylwrap ""
> /home/sjackman/src/gnu/binutils-2.13.2.1/ld/deffilep.y y.tab.c
> deffilep.c y.tab.h deffilep.h --  -d
> /home/sjackman/src/gnu/binutils-2.13.2.1/ld/../ylwrap: line 86: -d:
> command not
> found
> make[3]: *** [deffilep.c] Error 1
> [clip]
> 
> The host system is GNU/Linux (Redhat 9.0).
> 
> Thanks,
> Shaun

^ permalink raw reply	[flat|nested] 3+ messages in thread

* Re: binutils compile error
  2003-05-07 15:37 binutils compile error Shaun Jackman
@ 2003-05-07 17:15 ` Ian Lance Taylor
  0 siblings, 0 replies; 3+ messages in thread
From: Ian Lance Taylor @ 2003-05-07 17:15 UTC (permalink / raw)
  To: Shaun Jackman; +Cc: CrossGCC, binutils

Shaun Jackman <sjackman@pathwayconnect.com> writes:

> I found my problem. I needed to install flex and yacc. Though, if these
> are required by the build process, they should be noted during the
> configure process.

The ld configure script does look for yacc.  It looks like it failed
for you, and somehow the Makefile variable YACC was set to an empty
string.  I don't know how that could have happened, but that is where
the bug is.

Ian

^ permalink raw reply	[flat|nested] 3+ messages in thread

* binutils compile error
@ 2003-05-06 20:35 Shaun Jackman
  0 siblings, 0 replies; 3+ messages in thread
From: Shaun Jackman @ 2003-05-06 20:35 UTC (permalink / raw)
  To: binutils

I am trying to compile binutils for arm-wince-pe. I get the following
error:

$ ~/src/gnu/binutils/configure --target=arm-wince-pe --prefix=/tools
[clip]
$ make
[clip]
make[3]: Entering directory `/home/sjackman/tmp/pocketpc/ld'
/bin/sh /home/sjackman/src/gnu/binutils-2.13.2.1/ld/../ylwrap ""
/home/sjackman/src/gnu/binutils-2.13.2.1/ld/deffilep.y y.tab.c
deffilep.c y.tab.h deffilep.h --  -d
/home/sjackman/src/gnu/binutils-2.13.2.1/ld/../ylwrap: line 86: -d:
command not
found
make[3]: *** [deffilep.c] Error 1
[clip]

The host system is GNU/Linux (Redhat 9.0).

Thanks,
Shaun


^ permalink raw reply	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2003-05-07 17:15 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2003-05-07 15:37 binutils compile error Shaun Jackman
2003-05-07 17:15 ` Ian Lance Taylor
  -- strict thread matches above, loose matches on Subject: below --
2003-05-06 20:35 Shaun Jackman

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).