From mboxrd@z Thu Jan 1 00:00:00 1970 Authentication-Results: mx.groups.io; dkim=pass header.i=@linaro.org header.s=google header.b=otGxUFv6; spf=pass (domain: linaro.org, ip: 209.85.128.43, mailfrom: leif.lindholm@linaro.org) Received: from mail-wm1-f43.google.com (mail-wm1-f43.google.com [209.85.128.43]) by groups.io with SMTP; Tue, 17 Sep 2019 05:15:39 -0700 Received: by mail-wm1-f43.google.com with SMTP id t3so2901930wmj.1 for ; Tue, 17 Sep 2019 05:15:39 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=linaro.org; s=google; h=date:from:to:subject:message-id:references:mime-version :content-disposition:in-reply-to:user-agent; bh=BEcnoEf8jXz2JijIOOFvXyWmoB3YvnxSThyKhk2Zd74=; b=otGxUFv6JvSXocZHce2bPI7RPIQd2wszSBGA5zniALbsfCjtEvD6qhx5MeL8jJFlIu 9iVYugqcFknJ1z4zZ2WMBXWiaL/d5hJKsQdJh20Y1nGLJrau1vAqynSOS7MBcjMYRiFL srCYoevrJXLvh/FS2FwVjZqElL1AZ9akkLJHSu/PR3EIwuj/puqvD/HQypa63xGpbeZZ 5Ihnz271LRWBzq3M347yZ6O5BwCGeWpsfwRZnDg4F/LfNb/SGdGTw3aEC067YWVnK82G pzrTKg3n34+NuM1V8ZfCnxwr+KDjprhz22eK3dTlW8e14+2tmJmC/WFS+tGUjo2XR1n6 /+IA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:date:from:to:subject:message-id:references :mime-version:content-disposition:in-reply-to:user-agent; bh=BEcnoEf8jXz2JijIOOFvXyWmoB3YvnxSThyKhk2Zd74=; b=PbZ6sOguREtcKf+3vNF5QZQsgRYVELdhdUI5+o3GoNrTQMzo19ksHQqjWCJeBwpUoh 9PI1yKDsDczP2t1qlwBUWzLT6uFnmEpU3mmAzrtUFy5ayetaT1kGpzd+Du2glOo7c6NS e3ToAaj5dKJUrUfr4c9zT4e6r34xD1EWlc5C3nBNK4qSJBSeB7Lg7+t0gd6DRDUu/fac 2KTLskwZ867jOqx7+Up5uont4r0n0rxvNzyq6vTzR8F4HyWTTmHD0ib8eBC3+RCCPV9Z hJBqYpx3DU8u8HeMKNBRwcYwebvJ/+AlO8lA42foY8070CrlQJK7Rr320mG3b0gZAwbO 591A== X-Gm-Message-State: APjAAAXeN3jU5HYDEsmJsLGa4io0wUX8iEqNd8HytHjdijU75afvZYg3 V0VuI5IaxgkK2sD+JaKC2XVcynY8GKY= X-Google-Smtp-Source: APXvYqy+/bVG3/NNS6D1N5tuwQeBJJ/Gj8kVLxY6FSeb5EH3Ms3qSnDOweGmeGxLxm+qkutfOndrhQ== X-Received: by 2002:a1c:9e46:: with SMTP id h67mr3461886wme.48.1568722537348; Tue, 17 Sep 2019 05:15:37 -0700 (PDT) Return-Path: Received: from bivouac.eciton.net (bivouac.eciton.net. [2a00:1098:0:86:1000:23:0:2]) by smtp.gmail.com with ESMTPSA id e6sm2335658wrp.91.2019.09.17.05.15.36 (version=TLS1_3 cipher=TLS_AES_256_GCM_SHA384 bits=256/256); Tue, 17 Sep 2019 05:15:36 -0700 (PDT) Date: Tue, 17 Sep 2019 13:15:35 +0100 From: "Leif Lindholm" To: devel@edk2.groups.io, abner.chang@hpe.com Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v1 11/22]: BaseTools: BaseTools changes for RISC-V platform. Message-ID: <20190917121535.GB28454@bivouac.eciton.net> References: <1567593797-26216-1-git-send-email-abner.chang@hpe.com> <1567593797-26216-12-git-send-email-abner.chang@hpe.com> <20190905154459.GC29255@bivouac.eciton.net> MIME-Version: 1.0 In-Reply-To: User-Agent: Mutt/1.10.1 (2018-07-13) Content-Type: text/plain; charset=us-ascii Content-Disposition: inline On Mon, Sep 16, 2019 at 06:44:44AM +0000, Abner Chang wrote: > > -----Original Message----- > > From: Leif Lindholm [mailto:leif.lindholm@linaro.org] > > Sent: Thursday, September 5, 2019 11:45 PM > > To: devel@edk2.groups.io; Chang, Abner (HPS SW/FW Technologist) > > > > Subject: Re: [edk2-devel] [edk2-staging/RISC-V-V2 PATCH v1 11/22]: > > BaseTools: BaseTools changes for RISC-V platform. > > > > On Wed, Sep 04, 2019 at 06:43:06PM +0800, Abner Chang wrote: > > > BaseTools changes for building EDK2 RISC-V platform. > > > The changes made to build_rule.template is to avoid build errors cause by > > GCC711RISCV tool chain. > > > > What errors? > -Wl cause build error on GCC711RISCV tool chain. I remember this has > been fixed on the latest GCC RISC-V toolchain, however, the latest > GCC RISC-V brings another issue which is the system hangs in the > middle of POST and we didn't investigate the root cause yet. OK. Just please, be specific on such things in commit messages. / Leif