From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 34599 invoked by alias); 27 Apr 2016 10:19:21 -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 34486 invoked by uid 89); 27 Apr 2016 10:19:20 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=0.4 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,SPF_PASS autolearn=ham version=3.3.2 spammy=crossgcc, Hx-languages-length:1550, black X-HELO: mail-wm0-f46.google.com Received: from mail-wm0-f46.google.com (HELO mail-wm0-f46.google.com) (74.125.82.46) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Wed, 27 Apr 2016 10:19:19 +0000 Received: by mail-wm0-f46.google.com with SMTP id n129so20295901wmn.1 for ; Wed, 27 Apr 2016 03:19:18 -0700 (PDT) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:in-reply-to:references:date :message-id:subject:from:to; bh=3x1R2fFuI7AW9TfXB2qO0Jf0wjqfVhrzGDsQfvQ2NW4=; b=fsMjoWJGAKRAESrZrZwbLxoVP8Fax+K3MJ3y0P52Cpyqqke9TiklsGYy9msCAOEV/u Gxss3weCR7eaZxArTIK/rfRjLZZYnXvzb2Cy7CJtlV3sp2Qts9vkWqGqUbP3dB6lvxQo 4w1WBZbzXqWTVASydwZrQj2bxHLSuUi2XxZLjik87zI2XZDAwclfcTxqITQyPp2UDCkN t5boVW+e0kZIROk530F7hhSKSLVFpgAQSGos6EN2snne7ZmWeHMDs7dbDxubLa/u3v3D BMxTW+Sj/NRoURNyODLvtWGdJNBzQPEOh+eGc3Tf16b5gbAMcwNSC3k3q2qHcEff87hw d8Nw== X-Gm-Message-State: AOPr4FU9ylozjlMsMT3FSiUlMye+dyMi6odeXMyjf3QuoRt5TKbCu4mbp9CHUBP8hXYlIJ64/U88GeyRv9jdIA== MIME-Version: 1.0 X-Received: by 10.194.76.137 with SMTP id k9mr2647576wjw.3.1461752356230; Wed, 27 Apr 2016 03:19:16 -0700 (PDT) Received: by 10.194.79.97 with HTTP; Wed, 27 Apr 2016 03:19:16 -0700 (PDT) In-Reply-To: References: Date: Wed, 27 Apr 2016 10:19:00 -0000 Message-ID: Subject: Re: crossgcc and beaglebone black From: Micka To: "crossgcc@sourceware.org" Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2016-04/txt/msg00002.txt.bz2 Ok, the problem is here : configure:2782: arm-unknown-linux-gnueabihf-gcc -c -U_FORTIFY_SOURCE -mlittle-endian -march=armv7-a -mtune=cortex-a8 -mhard-float -O2 armv7-a conftest.c >&5 arm-unknown-linux-gnueabihf-gcc: error: armv7-a: No such file or directory On Wed, Apr 27, 2016 at 11:19 AM, Micka wrote: > > Hi, > > I'm trying to make my toolchain for the beaglebone black, but I got this error : > > [CFG ] checking build system type... i686-build_pc-linux-gnu > [CFG ] checking host system type... arm-toto-linux-gnueabi > [CFG ] checking for arm-toto-linux-gnueabi-gcc... arm-toto-linux-gnueabi-gcc > [ERROR] checking for suffix of object files... configure: error: in `/home/toto/toto/toolchain/build-tools/crosstool-build/.build/arm-toto-linux-gnueabi/build/build-libc-startfiles': > [ERROR] configure: error: cannot compute suffix of object files: cannot compile > [CFG ] See `config.log' for more details > [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@257] > [ERROR] >> called from: do_libc_backend_once[scripts/build/libc/glibc.sh@348] > [ERROR] >> called from: do_libc_backend[scripts/build/libc/glibc.sh@153] > [ERROR] >> called from: do_libc_start_files[scripts/build/libc/glibc.sh@70] > [ERROR] >> called from: main[scripts/crosstool-NG.sh@646] > > > I really don't understand why I've got this error; -- For unsubscribe information see http://sourceware.org/lists.html#faq