From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 81846 invoked by alias); 22 Dec 2015 03:15:39 -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 81801 invoked by uid 89); 22 Dec 2015 03:15:36 -0000 Authentication-Results: sourceware.org; auth=none X-Virus-Found: No X-Spam-SWARE-Status: No, score=-0.5 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_LOW autolearn=ham version=3.3.2 spammy=(unknown), Wink, CET X-HELO: mail-vk0-f52.google.com Received: from mail-vk0-f52.google.com (HELO mail-vk0-f52.google.com) (209.85.213.52) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with (AES128-GCM-SHA256 encrypted) ESMTPS; Tue, 22 Dec 2015 03:15:35 +0000 Received: by mail-vk0-f52.google.com with SMTP id a188so112436095vkc.0 for ; Mon, 21 Dec 2015 19:15:32 -0800 (PST) X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20130820; h=x-gm-message-state:mime-version:from:date:message-id:subject:to :content-type; bh=xlAGvZlAr89fzEsngI2PFOAbvhuh7V7Qlo6nPFcNi0w=; b=GFEFiihYdfjJP2CGFQ8sttiTxRgxx4RJazoRKCXf/7PSJwpnBWAWp9AoAlFi2T/3bm Q0vDHyMDksmjMEd3EiWBe8OnyqIeV+kJqxrKclLf5ClointW+X2AmBmzL8zJv3OOLp32 b9dTHDTVcmrNQdiSNCbFcBT1rxIuQ1gDWVI0Nt2Rm40187QfcIPUbDn4Gxl5BeIazoVK ODJdu48ceWIT31xiqJbOBnlEuNOoGN0zNlHgvIoXg9Ldu1jD0L76sK3kDf3nUA8dGgZp N3QJ4l5EEnsqFaUIisxJ9Al5414448XITQqNioM/TP6YKuUs6acrEVsecnBNX8oJS3j6 E8fA== X-Gm-Message-State: ALoCoQlBF9Hm8b4mDvjCBJJWGeWCz4vXLjWpw3xpvZR6s5cRjl11seEz2pW9e29TXAKGih4MQcfYi/MwNaLfxU7rSU84N5Lyqw== X-Received: by 10.31.139.84 with SMTP id n81mr14394512vkd.78.1450754130756; Mon, 21 Dec 2015 19:15:30 -0800 (PST) MIME-Version: 1.0 Received: by 10.31.178.204 with HTTP; Mon, 21 Dec 2015 19:15:11 -0800 (PST) From: Wink Saville Date: Tue, 22 Dec 2015 03:15:00 -0000 Message-ID: Subject: Error building x86_64-uknown-elf-gdb To: crossgcc@sourceware.org Content-Type: text/plain; charset=UTF-8 X-IsSubscribed: yes X-SW-Source: 2015-12/txt/msg00009.txt.bz2 I asked crosstool-ng to create gdb for X86_64 and it failed. The end of the build log is: [ERROR] configure: error: configuration x86_64-unknown-elf is unsupported. [ALL ] Makefile:8724: recipe for target 'configure-gdb' failed [ERROR] make[2]: *** [configure-gdb] Error 1 [ALL ] make[2]: Leaving directory '/home/wink/foss/x86_64-unknown-elf-x-tools/.build/x86_64-unknown-elf/build/build-gdb-cross' [ALL ] Makefile:844: recipe for target 'all' failed [ERROR] make[1]: *** [all] Error 2 [ALL ] make[1]: Leaving directory '/home/wink/foss/x86_64-unknown-elf-x-tools/.build/x86_64-unknown-elf/build/build-gdb-cross' [ERROR] [ERROR] >> [ERROR] >> Build failed in step 'Installing cross-gdb' [ERROR] >> called in step '(top-level)' [ERROR] >> [ERROR] >> Error happened in: CT_DoExecLog[scripts/functions@259] [ERROR] >> called from: do_debug_gdb_build[scripts/build/debug/300-gdb.sh@120] [ERROR] >> called from: do_debug[scripts/build/debug.sh@35] [ERROR] >> called from: main[scripts/crosstool-NG.sh@646] [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/wink/opt/share/doc/crosstool-ng/crosstool-ng-1.22.0-30-g7f949ea/B - Known issues.txt' [ERROR] [ERROR] (elapsed: 24:36.18) Is creating gdb for "baremetal" not a supported configuration or do I need to do something different? Here is a link to a folder with the build.log and .config file. My system is an Arch Linux system updated today: $ uname -a Linux wink-envy 4.2.5-1-ARCH #1 SMP PREEMPT Tue Oct 27 08:13:28 CET 2015 x86_64 GNU/Linux -- Wink -- For unsubscribe information see http://sourceware.org/lists.html#faq