X-Recipient: archive-cygwin@delorie.com
X-SWARE-Spam-Status: No, hits=-2.0 required=5.0	tests=BAYES_00,DKIM_SIGNED,DKIM_VALID,DKIM_VALID_AU,FREEMAIL_FROM
X-Spam-Check-By: sourceware.org
MIME-Version: 1.0
In-Reply-To: <900C9A0E015B4755A763C4D4C0E60136@jeffPC>
References: <900C9A0E015B4755A763C4D4C0E60136@jeffPC>
Date: Sat, 8 May 2010 20:41:41 -0400
Message-ID: <AANLkTimjSX4rv_hc7hN6PrLf4vBt7jBOAVIUTWhTeQhv@mail.gmail.com>
Subject: Re: Error building PowerPC Toolchain with Crosstool-NG in Cygwin
From: Arnaud Lacombe <lacombar@gmail.com>
To: Jeff Gilton <jgilton@cinci.rr.com>
Cc: yann.morin.1998@anciens.enib.fr, crossgcc@sourceware.org,
   cygwin@cygwin.com
Content-Type: text/plain; charset=ISO-8859-1
Content-Transfer-Encoding: quoted-printable
Mailing-List: contact cygwin-help@cygwin.com; run by ezmlm
Precedence: bulk
List-Id: <cygwin.cygwin.com>
List-Unsubscribe: <mailto:cygwin-unsubscribe-archive-cygwin=delorie.com@cygwin.com>
List-Subscribe: <mailto:cygwin-subscribe@cygwin.com>
List-Archive: <http://sourceware.org/ml/cygwin/>
List-Post: <mailto:cygwin@cygwin.com>
List-Help: <mailto:cygwin-help@cygwin.com>, <http://sourceware.org/ml/#faqs>
Sender: cygwin-owner@cygwin.com
Mail-Followup-To: cygwin@cygwin.com
Delivered-To: mailing list cygwin@cygwin.com

Hi,

On Sat, May 8, 2010 at 8:30 PM, Jeff Gilton <jgilton@cinci.rr.com> wrote:
> I am trying to build a PowerPC toolchain with Crosstool-NG version 1.7.0.=
 It
> gets most of the way through then fails installing the final C compiler in
> CT_DoExecLog. =A0It looks like it's trying to build in the Java support s=
o I
> disable Java and it gets farther. =A0Then it fails installing DUMA so I
> disable that. =A0Then it fails building ncurses but I could find no way to
> disable that.
>
> I was able to successfully build the toolchain on Linux but I need a vers=
ion
> that will run in Windows. =A0I have tried to build it in Cygwin on Window=
s 7,
> Windows 7 in XP compatibility mode, and Windows XP. =A0In all cases, I ha=
ve
> the latest version of Cygwin.
>
> I am not quite sure how to troubleshoot this. =A0Right now, I've modified
> crosstool-NG-sh to run bash in verbose mode to see if it can tell me where
> the build is really failing. =A0I know it's not an error in CT_DoExecLog
> itself because that is used extensively and the build gets over 3/4 of the
> way through.
>
> Any pointers on how to troubleshoot this will be greatly appreciated.
>
ncurses is pulled in by GDB, from 300-gdb.sh:

# The version of ncurses to use. Yes, it's hard-coded.
# It's used only internally by crosstool-NG, and is
# not exposed outside, so we don't care about providing
# config options for this.

If you don't need gdb, you may want to disable it. Can you eventually
post the full error message ?

Thanks,
 - Arnaud

--
Problem reports:       http://cygwin.com/problems.html
FAQ:                   http://cygwin.com/faq/
Documentation:         http://cygwin.com/docs.html
Unsubscribe info:      http://cygwin.com/ml/#unsubscribe-simple

