From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 24502 invoked by alias); 14 May 2013 22:53:16 -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 24491 invoked by uid 89); 14 May 2013 22:53:15 -0000 X-Spam-SWARE-Status: No, score=-0.1 required=5.0 tests=AWL,BAYES_00,FREEMAIL_FROM,RCVD_IN_DNSWL_LOW,RCVD_IN_HOSTKARMA_YE,SPF_PASS autolearn=ham version=3.3.1 Received: from mail-vc0-f176.google.com (HELO mail-vc0-f176.google.com) (209.85.220.176) by sourceware.org (qpsmtpd/0.84/v0.84-167-ge50287c) with ESMTP; Tue, 14 May 2013 22:53:12 +0000 Received: by mail-vc0-f176.google.com with SMTP id ib11so1223854vcb.21 for ; Tue, 14 May 2013 15:53:11 -0700 (PDT) X-Received: by 10.52.120.83 with SMTP id la19mr19568544vdb.58.1368571991072; Tue, 14 May 2013 15:53:11 -0700 (PDT) MIME-Version: 1.0 Received: by 10.58.250.39 with HTTP; Tue, 14 May 2013 15:52:50 -0700 (PDT) Reply-To: shermanyin@gmail.com From: "Sherman K. Yin" Date: Tue, 14 May 2013 22:53:00 -0000 Message-ID: Subject: gdb-6.8 not available To: crossgcc@sourceware.org Content-Type: text/plain; charset=ISO-8859-1 X-SW-Source: 2013-05/txt/msg00031.txt.bz2 Hi, Just a bug report: Trying this software for the first time today. I followed the instructions here: http://crosstool-ng.org and installed crosstool-ng-1.9.3.tar.bz2 on ubuntu. While attempting to build the sample mips-unknown-elf, it attempted to download gdb-6.8 and failed: [EXTRA] Retrieving 'gdb-6.8' [ERROR] Could not retrieve 'gdb-6.8'. [00:39] / make: *** [build] Error 1 I think that's because it's no longer available according to http://ftp.gnu.org/gnu/gdb/. I tried changing 6.8 to 6.8a in config/debug/gdb.in and at least the download portion worked. It ran into something else later: [INFO ] Extracting and patching toolchain components [EXTRA] Extracting 'gdb-6.8a' [ERROR] Build failed in step 'Extracting and patching toolchain components' [ERROR] Error happened in '/home/syin/work/programs/lib/ct-ng-1.9.3/scripts/functions' in function 'CT_Pushd' (line unknown, sorry) [ERROR] called from '/home/syin/work/programs/lib/ct-ng-1.9.3/scripts/functions' at line # 792 in function 'CT_Patch' [ERROR] called from '/home/syin/work/programs/lib/ct-ng-1.9.3/scripts/build/debug/300-gdb.sh' at line # 61 in function 'do_debug_gdb_extract' [ERROR] called from '/home/syin/work/programs/lib/ct-ng-1.9.3/scripts/build/debug.sh' at line # 28 in function 'do_debug_extract' [ERROR] called from '/home/syin/work/programs/lib/ct-ng-1.9.3/scripts/crosstool-NG.sh' at line # 569 in function 'main' [ERROR] Look at '/home/syin/x-tools/mips-unknown-elf/build.log' for more info on this error. [ERROR] (elapsed: 0:06.77) [00:07] / make: *** [build] Error 1 I haven't looked into this latter error. Instead, I turned gdb off in menuconfig because I don't need it. Thanks, Sherman -- For unsubscribe information see http://sourceware.org/lists.html#faq