X-Recipient: archive-cygwin AT delorie DOT com DomainKey-Signature: a=rsa-sha1; c=nofws; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; q=dns; s=default; b=K+Ji9pcMgcPVDCkw +hFBOHmnHOD9EFxZaB3VlYaaHHeV3pKqy8sNMZvtHrhSRDWsoizv7g3u1kRI2jtA fXDNOhhoYfGzr2qkRN67OJ9LrcDdvHe6cR/jrCZ+C0zOyRwuFdYeSjAEDLeJCNsC lyiBpwyeT+W+KpzhAu7LNe+tVwU= DKIM-Signature: v=1; a=rsa-sha1; c=relaxed; d=sourceware.org; h=list-id :list-unsubscribe:list-subscribe:list-archive:list-post :list-help:sender:message-id:date:from:reply-to:mime-version:to :subject:references:in-reply-to:content-type :content-transfer-encoding; s=default; bh=y0dvxjgxeqXojuqnJBZPEA co9mw=; b=b6blZxSjUxN3GsEMfrx1pzMUNH1F0pJ7pol2KxqTCKSEf+w9x6/eO2 w22rmVwFJcrC2lIwmiwnJoTEKDtjovB2a9C/0zXYGoSJFveF00+EMBMl60NfKv53 g05AG4uPD9v2q5aZuhv5PRkCMRpnKIDbZICPcIPCb+MkUdGd8Aq3w= Mailing-List: contact cygwin-help AT cygwin DOT com; run by ezmlm List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-owner AT cygwin DOT com Mail-Followup-To: cygwin AT cygwin DOT com Delivered-To: mailing list cygwin AT cygwin DOT com X-Spam-SWARE-Status: No, score=-2.9 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,KHOP_THREADED,RCVD_IN_DNSWL_NONE,RCVD_IN_HOSTKARMA_YE,RP_MATCHES_RCVD,SPF_PASS,TW_FD,TW_SG autolearn=ham version=3.3.1 Message-ID: <519251A9.2060802@aol.com> Date: Tue, 14 May 2013 11:00:57 -0400 From: Tim Prince Reply-To: tprince AT computer DOT org User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20130312 Thunderbird/17.0.4 MIME-Version: 1.0 To: cygwin AT cygwin DOT com Subject: Re: Error building crossgcc on cygwin References: <20130514140433 DOT GB24540 AT raven DOT wolf DOT lan> In-Reply-To: <20130514140433.GB24540@raven.wolf.lan> Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit x-aol-global-disposition: G X-AOL-SCOLL-SCORE: 0:2:427252928:93952408 X-AOL-SCOLL-URL_COUNT: 0 x-aol-sid: 3039ac1d2945519251aa3845 X-AOL-IP: 69.133.204.177 On 05/14/2013 10:04 AM, Josef Wolf wrote: > Hello, > > I am trying to compile gcc on cygwin under 64bit win7 > > To configure gcc, I use the following command: > > /var/tmp/builds/crossgcc/src/gcc-4.7.2/configure \ > --prefix=/usr/local/crossgcc \ > --with-gmp=/usr/x86_64-pc-cygwin/sys-root/usr \ > --with-mpc=/usr/x86_64-pc-cygwin/sys-root/usr \ > --with-mpfr=/usr/x86_64-pc-cygwin/sys-root/usr \ > --enable-install-libbfd \ > --enable-languages=c \ > --with-gnu-ld \ > --with-gnu-as \ > --with-newlib \ > --enable-commonbfdlib \ > --enable-multilib \ > --enable-interwork \ > --disable-libssp \ > --nfp \ > --gas \ > -v \ > --target=arm-none-eabi \ > --with-cpu=cortex-m3 \ > --with-tune=cortex-m3 \ > --with-mode=thumb \ > --with-float=soft \ > --disable-nls \ > --without-headers > > But configure complains that it can't find gmp, mpc and mpfr. Here is the > relevant part of the config.log file. Any ideas? The whole cponfig.log is > appended at the end of this mail. > > cygwin native installations of those tools won't help with a non-cygwin target. Maybe this would be more suitable for gcc-help. In particular, you might give attention to the download-prerequisites. -- Tim Prince -- 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