From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 51695 invoked by alias); 8 Aug 2018 18:16:09 -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 51663 invoked by uid 89); 8 Aug 2018 18:16:08 -0000 Authentication-Results: sourceware.org; auth=none X-Spam-SWARE-Status: No, score=-4.1 required=5.0 tests=AWL,BAYES_00,RCVD_IN_DNSWL_NONE,SPF_PASS autolearn=ham version=3.3.2 spammy= X-HELO: mail-wr1-f66.google.com Received: from mail-wr1-f66.google.com (HELO mail-wr1-f66.google.com) (209.85.221.66) by sourceware.org (qpsmtpd/0.93/v0.84-503-g423c35a) with ESMTP; Wed, 08 Aug 2018 18:16:07 +0000 Received: by mail-wr1-f66.google.com with SMTP id g1-v6so2841279wru.2 for ; Wed, 08 Aug 2018 11:16:07 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=embecosm.com; s=google; h=date:from:to:cc:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=bMSQq+sJL56BTq0RlC1MlIK4A8a17711/hMWobR00Kk=; b=Cj+uDOgwh1IQvdU2DfngZxdY5KlitTZ3ptgUZMxzquy8WPsDkEcihDxvDzCC7qwCeI 46r0eel8tQl0smYn+7i84j9lYz6yDBRvTzg7c7DBQXLUyEDdFBIxd17YFf56DqXWHHg7 dp7yA3aalxNNnYr7P/57/W5N9LB+O63lcS84kd+gX0daust77RRcbA5ub4lcvAZpKMqy xjKOjwYNer0zpBVMcuaKmAEuZZTcs3RQ2NnTTVUkhTM1dO+QexFpdOinBrBX4+o9AwWV TzwCKuezpNwSQGA7y1h41KGSUBwYHzPXOWAwA3uLIZCjsU1AHSsgqsglnKZYAyWa8CFY mVwQ== Return-Path: Received: from localhost (host81-140-215-41.range81-140.btcentralplus.com. [81.140.215.41]) by smtp.gmail.com with ESMTPSA id y206-v6sm6528583wmg.45.2018.08.08.11.16.04 (version=TLS1_2 cipher=ECDHE-RSA-CHACHA20-POLY1305 bits=256/256); Wed, 08 Aug 2018 11:16:04 -0700 (PDT) Date: Wed, 08 Aug 2018 18:16:00 -0000 From: Andrew Burgess To: Jim Wilson Cc: gdb-patches@sourceware.org Subject: Re: [PATCH 0/5] RISC-V Linux native port Message-ID: <20180808181603.GQ3155@embecosm.com> References: <20180808124141.GK3155@embecosm.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: X-Fortune: Try User-Agent: Mutt/1.9.2 (2017-12-15) X-IsSubscribed: yes X-SW-Source: 2018-08/txt/msg00176.txt.bz2 * Jim Wilson [2018-08-08 10:41:52 -0700]: > On Wed, Aug 8, 2018 at 5:41 AM, Andrew Burgess > wrote: > > I think instructions on how to put together a working environment is > > fine. I guess in this case access to actual hardware is probably > > required so the number of people testing is going to be pretty low. > > However, a link would be nice, so we can know we're all looking at the > > same set of instructions. > > Where would I put those instructions? I was more suggesting at least having the link on the mailing list so anyone whose interested can find the instructions. I guess you could include the information in the commit message for patch 5/5 as that's the point where building riscv/linux becomes possible, so knowing how to do it would be useful. Thanks, Andrew