From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 80015 invoked by alias); 22 Jan 2020 06:15:57 -0000 Mailing-List: contact gdb-patches-help@sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: gdb-patches-owner@sourceware.org Received: (qmail 80003 invoked by uid 89); 22 Jan 2020 06:15:57 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-2.0 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE autolearn=ham version=3.3.1 spammy=night, laptop X-HELO: mail-vs1-f68.google.com Received: from mail-vs1-f68.google.com (HELO mail-vs1-f68.google.com) (209.85.217.68) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 22 Jan 2020 06:15:56 +0000 Received: by mail-vs1-f68.google.com with SMTP id n27so3524832vsa.0 for ; Tue, 21 Jan 2020 22:15:43 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sifive.com; s=google; h=mime-version:references:in-reply-to:from:date:message-id:subject:to :cc; bh=6uND5dL/wiYUpHQK3lRwZFE3h07JGz5nQFxE14+azIk=; b=jeftnmID4ntuK3VhA+iqsj/vaGpW5Jl1rK5X6jpsR6fbpra7f2vEi62isWxJfNBttL o9GAnFsOKvaN+PImLfjxrXZbD25phnnDUokyoz8MiGTeiKhOzjnTpZrwPEC0mzmIem7j NKbWLPfenFjIxI6PdsqwdSFKwBh9FORUBwDkEgxlaDNOh8x/99FVEMfzhfnQ6fM4Pmn5 kjhJqidWmahKqE9XFlU3r0WuENz1EACaOE+p+vGuJ4tbVJJBpt3CD9t0xJlP9RGYkAnB mjeQhoraM46KuXgZWOGY0dS1xokacwgLh6i2WgYOELXP2i587a/nv/gGphKob9NAMF4q Vz2w== MIME-Version: 1.0 References: <00e401d5cb52$63a4d000$2aee7000$@c-sky.com> <3a15e9f5-099f-3be0-e3f1-0e17c2959158@simark.ca> <20200121125657.GH3865@embecosm.com> <20200121130036.GI3865@embecosm.com> In-Reply-To: From: Jim Wilson Date: Wed, 22 Jan 2020 10:19:00 -0000 Message-ID: Subject: Re: [PATCH] riscv: add gdbserver support To: Andrew Burgess Cc: Simon Marchi , "Maciej W. Rozycki" , jiangshuai_li@c-sky.com, Guo Ren , gdb-patches@sourceware.org, =?UTF-8?B?5aSP56uL5pa5?= , yunhai_shang Content-Type: text/plain; charset="UTF-8" X-IsSubscribed: yes X-SW-Source: 2020-01/txt/msg00669.txt.bz2 On Tue, Jan 21, 2020 at 4:11 PM Jim Wilson wrote: > fix this. It helps if you mention exactly which fedora image you are > using and exactly which qemu version you are using. Using the 20191123 image and a top of tree qemu (4.2.50) binutils/gdb configure got stuck in gawk. Looks like a bug with qemu. I have a 3.1.92 qemu that got past configure and is now building which will probably take all night on my laptop. Jim