From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 32089 invoked by alias); 15 Apr 2014 16:43:57 -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 32077 invoked by uid 89); 15 Apr 2014 16:43:56 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-2.6 required=5.0 tests=BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 X-HELO: mail-we0-f176.google.com Received: from mail-we0-f176.google.com (HELO mail-we0-f176.google.com) (74.125.82.176) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-SHA encrypted) ESMTPS; Tue, 15 Apr 2014 16:43:54 +0000 Received: by mail-we0-f176.google.com with SMTP id x48so9503421wes.7 for ; Tue, 15 Apr 2014 09:43:51 -0700 (PDT) MIME-Version: 1.0 X-Received: by 10.194.63.46 with SMTP id d14mr2560225wjs.24.1397580231613; Tue, 15 Apr 2014 09:43:51 -0700 (PDT) Received: by 10.216.214.135 with HTTP; Tue, 15 Apr 2014 09:43:51 -0700 (PDT) In-Reply-To: References: Date: Tue, 15 Apr 2014 16:43:00 -0000 Message-ID: Subject: Re: build fails at installing C library From: arnaud gaboury To: crossgcc@sourceware.org Content-Type: text/plain; charset=UTF-8 X-SW-Source: 2014-04/txt/msg00006.txt.bz2 On Mon, Apr 14, 2014 at 3:21 PM, arnaud gaboury wrote: > Dear all, > > my host : Arch linux X86_64 fully upgarded > Linux3.14 > GCC 4.8.2-8 > glibc 2.19-3 > > Build target : arm-cortex_a8 > My path includes /usr/share. > > From my .config file: > > CT_LIBC="eglibc" > CT_LIBC_VERSION="2_18" > CT_LIBC_eglibc=y > # CT_LIBC_uClibc is not set > # CT_LIBC_glibc is not set > CT_LIBC_none_AVAILABLE=y > CT_LIBC_mingw_AVAILABLE=y > CT_LIBC_eglibc_AVAILABLE=y > CT_LIBC_EGLIBC_V_2_18=y > CT_LIBC_EGLIBC_2_16_or_later=y > CT_EGLIBC_REVISION="HEAD" > CT_LIBC_newlib_AVAILABLE=y > CT_LIBC_uClibc_AVAILABLE=y > CT_LIBC_glibc_AVAILABLE=y > > > The build fails: > [ERROR] >> Build failed in step 'Installing C library headers & start files' > > [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@257] > [ERROR] >> called from: > do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@347] > [ERROR] >> called from: > do_libc_backend[scripts/build/libc/glibc-eglibc.sh-common@143] > [ERROR] >> called from: > do_libc_start_files[scripts/build/libc/glibc-eglibc.sh-common@60] > [ERROR] >> called from: main[scripts/crosstool-NG.sh@638] > > > from build log : > > [CFG ] checking version of arm-cortex_a8-linux-gnueabi-gcc ... 4.8.3, ok > [CFG ] checking for gnumake... no > [CFG ] checking for gmake... no > [CFG ] checking for make... make > [CFG ] checking version of make... 4.0, bad > [CFG ] checking for gnumsgfmt... no > [CFG ] checking for gmsgfmt... no > [CFG ] checking for msgfmt... msgfmt > [CFG ] checking version of msgfmt... 0.18.3, ok > [CFG ] checking for makeinfo... makeinfo > [CFG ] checking version of makeinfo... 5.2, ok > [CFG ] checking for sed... sed > [CFG ] checking version of sed... 4.2.2, ok > [CFG ] checking for gawk... gawk > [CFG ] checking version of gawk... 4.1.0, ok > [CFG ] checking for arm-cortex_a8-linux-gnueabi-nm... > arm-cortex_a8-linux-gnueabi-nm > [CFG ] checking for autoconf... autoconf > [CFG ] checking whether autoconf works... no > [ERROR] configure: error: > [CFG ] *** These critical programs are missing or too old: make > Issue was solved this way : # C-library # CT_LIBC="eglibc" CT_LIBC_VERSION="2_19" CT_LIBC_eglibc=y # CT_LIBC_uClibc is not set # CT_LIBC_glibc is not set CT_LIBC_none_AVAILABLE=y CT_LIBC_mingw_AVAILABLE=y CT_LIBC_eglibc_AVAILABLE=y CT_LIBC_EGLIBC_V_2_19=y Now, for the record : * ct-ng build fine with Linaro 4.8.3-201403 * ct-ng build fine with gnu GCC 4.9 -- For unsubscribe information see http://sourceware.org/lists.html#faq