From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 21393 invoked by alias); 7 May 2003 15:37:09 -0000 Mailing-List: contact binutils-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: binutils-owner@sources.redhat.com Received: (qmail 21332 invoked from network); 7 May 2003 15:37:07 -0000 Received: from unknown (HELO mail.pathwayconnect.com) (142.179.181.72) by sources.redhat.com with SMTP; 7 May 2003 15:37:07 -0000 Received: (qmail 5616 invoked from network); 7 May 2003 15:44:16 -0000 Received: from unknown (HELO bluesteel.pathway.internal) (192.168.0.129) by 0 with SMTP; 7 May 2003 15:44:16 -0000 Subject: Re: binutils compile error From: Shaun Jackman To: CrossGCC , binutils Content-Type: text/plain Organization: Pathway Connectivity Message-Id: <1052321825.4104.4.camel@localhost.localdomain> Mime-Version: 1.0 Date: Wed, 07 May 2003 15:37:00 -0000 Content-Transfer-Encoding: 7bit X-SW-Source: 2003-05/txt/msg00211.txt.bz2 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