From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 11647 invoked by alias); 14 May 2012 11:20:50 -0000 Received: (qmail 11636 invoked by uid 22791); 14 May 2012 11:20:49 -0000 X-SWARE-Spam-Status: No, hits=-0.6 required=5.0 tests=AWL,BAYES_00,KHOP_SC_CIDR8 X-Spam-Check-By: sourceware.org Received: from surveillance.intuitive-system.com (HELO mail.tekno-soft.it) (178.79.138.112) by sourceware.org (qpsmtpd/0.43rc1) with ESMTP; Mon, 14 May 2012 11:20:34 +0000 Received: from roberto.tekno-soft.it (host142-53-static.94-94-b.business.telecomitalia.it [94.94.53.142]) (using TLSv1 with cipher DHE-RSA-CAMELLIA256-SHA (256/256 bits)) (No client certificate requested) by mail.tekno-soft.it (Postfix) with ESMTPSA id 5FA774152 for ; Mon, 14 May 2012 11:20:23 +0000 (GMT) Message-ID: <4FB0EA76.2090802@tekno-soft.it> Date: Mon, 14 May 2012 11:20:00 -0000 From: Roberto Fichera User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:12.0) Gecko/20120430 Thunderbird/12.0.1 MIME-Version: 1.0 To: crossgcc@sourceware.org Subject: Building for ARM cortex-a8 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 7bit X-IntuitiveSystem-MailScanner-Information: Please contact the ISP for more information X-IntuitiveSystem-MailScanner-ID: 5FA774152.A7AFE X-IntuitiveSystem-MailScanner: Found to be clean X-IntuitiveSystem-MailScanner-From: kernel@tekno-soft.it 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 X-SW-Source: 2012-05/txt/msg00025.txt.bz2 Hi All, I got the error below while building a cross-compiler for armv7-a. Basically I would get a cross-compiler for a beagle board using an ubuntu lucid armv5el porting. The build was done under Fedora 16 x86_64 host machine. Does any one know how to fix it, or eventually provide me a config file targeting a beagle board? Thanks in advance. Roberto Fichera. [ALL ] make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/sysvipc' [ALL ] /usr/bin/make subdir=gmon -C gmon ..=../ install-headers [ALL ] make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/gmon' [ALL ] /TempData/armv5el/.build/tools/bin/install -c -m 644 sys/gmon.h /home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/sys/gmon.h [ALL ] /TempData/armv5el/.build/tools/bin/install -c -m 644 sys/gmon_out.h /home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/sys/gmon_out.h [ALL ] /TempData/armv5el/.build/tools/bin/install -c -m 644 sys/profil.h /home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/sys/profil.h [ALL ] make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/gmon' [ALL ] /usr/bin/make subdir=gnulib -C gnulib ..=../ install-headers [ALL ] make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/gnulib' [ALL ] make[3]: `install-headers' is up to date. [ALL ] make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/gnulib' [ALL ] /usr/bin/make subdir=wctype -C wctype ..=../ install-headers [ALL ] make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/wctype' [ALL ] /TempData/armv5el/.build/tools/bin/install -c -m 644 wctype.h /home/roberto/x-tools/arm-unknown-linux-gnueabi/arm-unknown-linux-gnueabi/sysroot/usr/include/wctype.h [ALL ] make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/wctype' [ALL ] /usr/bin/make subdir=manual -C manual ..=../ install-headers [ALL ] make[3]: Entering directory `/TempData/armv5el/.build/src/glibc-2.11.1/manual' [ALL ] Makefile:235: *** mixed implicit and normal rules. Stop. [ALL ] make[3]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1/manual' [ERROR] make[2]: *** [manual/install-headers] Error 2 [ALL ] make[2]: Leaving directory `/TempData/armv5el/.build/src/glibc-2.11.1' [ERROR] make[1]: *** [install-headers] Error 2 [ALL ] make[1]: Leaving directory `/TempData/armv5el/.build/arm-unknown-linux-gnueabi/build/build-libc-startfiles' [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing C library headers & start files' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@172] [ERROR] >> called from: do_libc_backend_once[scripts/build/libc/glibc-eglibc.sh-common@380] [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@598] [ERROR] >> [ERROR] >> For more info on this error, look at the file: 'build.log' [ERROR] >> There is a list of known issues, some with workarounds, in: [ERROR] >> '/home/roberto/data/crosscompilers/cross-ng/share/doc/crosstool-ng/ct-ng.1.15.2/B - Known issues.txt' [ERROR] [ERROR] (elapsed: 10:26.20) -- For unsubscribe information see http://sourceware.org/lists.html#faq