From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 25926 invoked by alias); 8 Jan 2014 02:26:04 -0000 Mailing-List: contact crossgcc-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: crossgcc-owner@sourceware.org Received: (qmail 25914 invoked by uid 89); 8 Jan 2014 02:26:03 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.8 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 X-HELO: gateway14.websitewelcome.com Received: from gateway14.websitewelcome.com (HELO gateway14.websitewelcome.com) (67.18.137.86) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Jan 2014 02:26:02 +0000 Received: by gateway14.websitewelcome.com (Postfix, from userid 5007) id EE6971803B9A3; Tue, 7 Jan 2014 20:26:00 -0600 (CST) Received: from gator3228.hostgator.com (gator3228.hostgator.com [198.57.247.192]) by gateway14.websitewelcome.com (Postfix) with ESMTP id D1A9A1803B955 for ; Tue, 7 Jan 2014 20:26:00 -0600 (CST) Received: from [4.34.35.70] (port=59158 helo=[192.168.1.76]) by gator3228.hostgator.com with esmtpsa (TLSv1:DHE-RSA-AES256-SHA:256) (Exim 4.80) (envelope-from ) id 1W0iqG-0001sH-Dv; Tue, 07 Jan 2014 20:26:00 -0600 Message-ID: <52CCB738.1070000@coloradoengineeringinc.com> Date: Wed, 08 Jan 2014 02:26:00 -0000 From: Danny Gale User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:17.0) Gecko/20131030 Thunderbird/17.0.10 MIME-Version: 1.0 To: Zhenqiang Chen CC: "crossgcc@sourceware.org" Subject: Re: Build error: link tests are not allowed after GCC_NO_EXECUTABLES References: <52CB2A7D.9050902@coloradoengineeringinc.com> In-Reply-To: Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit X-BWhitelist: no X-Source-Sender: ([192.168.1.76]) [4.34.35.70]:59158 X-Source-Auth: daniel.gale@coloradoengineeringinc.com X-Email-Count: 7 X-Source-Cap: Y29sb2VuZztjb2xvZW5nO2dhdG9yMzIyOC5ob3N0Z2F0b3IuY29t X-IsSubscribed: yes X-SW-Source: 2014-01/txt/msg00024.txt.bz2 Thanks for your suggestions. libstdc++ and glibc were already installed in their 64-bit versions. Installing the i686 versions and enabling the "use system zlib" option got me around this problem. Thanks again! Danny On 01/06/2014 06:28 PM, Zhenqiang Chen wrote: > On 7 January 2014 06:13, Danny Gale > wrote: >> Hi all, >> >> I've duplicated the 64-bit powerpc build listed on the website, >> powerpc64-unknown-linux-gnu. I'm now trying to build specifically for a >> Freescale processor using the e6500 core, powerpc64-e6500-linux-gnu. Their >> SDK was built using Yocto and bitbake -- the powers that be have decided it >> needs to be converted to a Crosstool-NG based build for our use. I'm running >> into some trouble. >> >> The Freescale SDK in question is here >> (http://www.freescale.com/webapp/sps/site/prod_summary.jsp?code=SDKLINUX&fpsp=1&tab=Design_Tools_Tab) >> . I've been working with v1.4, though I see now they've released v1.5. I've >> brought over their patches from the Yocto build tree and Crosstool-NG is >> configured to use the same versions of the various packages that Freescale >> used. While building pass-1 gcc with Crosstool-NG, the build fails with: >> configure: error: Link tests are not allowed after GCC_NO_EXECUTABLES . > Please try to install multib-gcc and multilib-g++ in your host machine. > Or configure your gcc with "--with-system-zlib" > >> I found and tried a couple of fixes for this, but none of them have resolved >> the problem: removing optimization for size on the libraries, not compiling >> for c++ support, not statically linking libstdc++. What else can cause this >> and how can it be resolved? >> >> I've attached both my config file and the tail of the log file in case that >> will help in diagnosis. Note that multilib is enabled because Freescale says >> it's required for building u-boot >> >> Thanks for your help, >> Danny >> >> -- >> For unsubscribe information see http://sourceware.org/lists.html#faq > -- > For unsubscribe information see http://sourceware.org/lists.html#faq > > -- For unsubscribe information see http://sourceware.org/lists.html#faq