From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 15843 invoked by alias); 19 Jan 2012 19:35:10 -0000 Received: (qmail 15757 invoked by uid 22791); 19 Jan 2012 19:35:09 -0000 X-SWARE-Spam-Status: No, hits=-2.3 required=5.0 tests=AWL,BAYES_00,DKIM_SIGNED,DKIM_VALID,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW X-Spam-Check-By: sourceware.org Received: from mail-gy0-f169.google.com (HELO mail-gy0-f169.google.com) (209.85.160.169) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Thu, 19 Jan 2012 19:34:51 +0000 Received: by ghrr14 with SMTP id r14so252020ghr.0 for ; Thu, 19 Jan 2012 11:34:51 -0800 (PST) MIME-Version: 1.0 Received: by 10.101.177.24 with SMTP id e24mr12612467anp.9.1327001690964; Thu, 19 Jan 2012 11:34:50 -0800 (PST) Received: by 10.147.113.15 with HTTP; Thu, 19 Jan 2012 11:34:50 -0800 (PST) In-Reply-To: <33163939.post@talk.nabble.com> References: <1283448864.3854.56.camel@gargoyle> <1283526020.3854.77.camel@gargoyle> <1286218436.3679.1.camel@gargoyle> <1292271927.3622.6.camel@localhost.localdomain> <33163939.post@talk.nabble.com> Date: Thu, 19 Jan 2012 19:35:00 -0000 Message-ID: Subject: Re: [PATCH] powerpc: 405/440/464/476 support and optimizations From: "Carlos O'Donell" To: "acrux@cruxppc.org" Cc: libc-ports@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable X-IsSubscribed: yes Mailing-List: contact libc-ports-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Post: List-Help: , Sender: libc-ports-owner@sourceware.org X-SW-Source: 2012-01/txt/msg00037.txt.bz2 On Wed, Jan 18, 2012 at 3:30 PM, acrux@cruxppc.org wr= ote: > > just tried to build glibc-2.13 "--with-cpu=3D440 --with-fp" on a Sam440ep= [1] > (PPC440EP SoC [2]) but it remains stuck in this point: > CPP=3D'gcc -m32 -E -x c-header' =A0/home/999/new/work/src/build32/elf/ld.= so.1 > --library-path > /home/999/new/work/src/build32:/home/999/new/work/src/build32/math:/home/= 999/new/work/src/build32/elf:/home/999/new/work/src/build32/dlfcn:/home/999= /new/work/src/build32/nss:/home/999/new/work/src/build32/nis:/home/999/new/= work/src/build32/rt:/home/999/new/work/src/build32/resolv:/home/999/new/wor= k/src/build32/crypt:/home/999/new/work/src/build32/nptl > /home/999/new/work/src/build32/sunrpc/rpcgen -Y ../scripts -c > rpcsvc/bootparam_prot.x -o > /home/999/new/work/src/build32/sunrpc/xbootparam_prot.T This is the first use of the newly build dynamic loader. A failure here means that the dynamic loader has not been correctly compile= d. You should debug this to figure out what is going wrong in the loader. > Here my config.log: http://cruxppc.org/~acrux/config.log > Instead i successfully built glibc-2.13 without "--with-cpu=3D440 --with-= fp" . > I'm using an updated CRUX PPC 2.7 (32bit): gcc-4.5.3, binutils-2.21.1, > glibc-2.12.2 Have you tested your compiler? What were the test results? Did you test binutils? What were the test results? Cheers, Carlos.