From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from wout4-smtp.messagingengine.com (wout4-smtp.messagingengine.com [64.147.123.20]) by mx.groups.io with SMTP id smtpd.web11.101911.1671903470779838706 for ; Sat, 24 Dec 2022 09:37:50 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm3 header.b=DYQ6MYsk; spf=pass (domain: bsdio.com, ip: 64.147.123.20, mailfrom: rebecca@bsdio.com) Received: from compute2.internal (compute2.nyi.internal [10.202.2.46]) by mailout.west.internal (Postfix) with ESMTP id E1D873200319; Sat, 24 Dec 2022 12:37:49 -0500 (EST) Received: from mailfrontend1 ([10.202.2.162]) by compute2.internal (MEProxy); Sat, 24 Dec 2022 12:37:50 -0500 DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=bsdio.com; h=cc :content-transfer-encoding:content-type:date:date:from:from :in-reply-to:message-id:mime-version:reply-to:sender:subject :subject:to:to; s=fm3; t=1671903469; x=1671989869; bh=T4hGuTRJPX waLA+ar1D8uCna3+L1obAmrCLJRaslG0g=; b=DYQ6MYskJi6XiVq+FAQKudN0HZ WiOgSf1PLpdyX/jdc6lE4nfnHIwOLy4ZRih9pLIy37UDh08JEofg5T/lze4TywDn PjphSdDLJwn/cj8nX3wXUKihBNSenAy7cTcnX/j7U5C7WZ+FnYxpmeEaB5hECAcS 2IBOXFFnPI/2rC97lBHh8K9WTuAu+GrP3iniKMflp7Zp/dvy4DpV9SV8woYtbPVB 2M1ATs8ipIIACMHhm/6zx1m8i+Nt5lhgj9cNo/OJPwu790fENTZuydPCl0t26+dn ua5+26Gka9imPuvHtbD4FQLNIGjcbqk4gFYQhpARs/jq8C9KYMaxPD9vlZHw== DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d= messagingengine.com; h=cc:content-transfer-encoding:content-type :date:date:feedback-id:feedback-id:from:from:in-reply-to :message-id:mime-version:reply-to:sender:subject:subject:to:to :x-me-proxy:x-me-proxy:x-me-sender:x-me-sender:x-sasl-enc; s= fm2; t=1671903469; x=1671989869; bh=T4hGuTRJPXwaLA+ar1D8uCna3+L1 obAmrCLJRaslG0g=; b=sCr7viFpaqWHpiDulnKC/WGcbUD+SD7jxErAWx5PfhHl yNj4S3s9IalOx7RGDPjvYBafoKY7wgH+EJDwx1eeM0cwNh8K5o9b7+usXQfw9Kgb 2LrALFqzWEIIxlC8KL4tybph8nSotVroKJn32/bVmgq2kF/AHvJ1rZ43A2H9ZYgm v9By+2se751ImAkI4I65Crm1uw9eaNuNK4+mEsj1tAecKzmvGNKxz7q90b59gT4p CIPJDLPoU+3yDHEJCRHAYrSyGFYlvogbGBpMMPvZvRf1VtLINIzAp6fCg4cbx6kx hD282N9E5dVfdEiHdyDb5R9pbFcBYU/B1HnDbOUEpw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrheeggddutdegucetufdoteggodetrfdotf fvucfrrhhofhhilhgvmecuhfgrshhtofgrihhlpdfqfgfvpdfurfetoffkrfgpnffqhgen uceurghilhhouhhtmecufedttdenucesvcftvggtihhpihgvnhhtshculddquddttddmne cujfgurhepkfffgggfvffhufgtgfesthejredttdefjeenucfhrhhomheptfgvsggvtggt rgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrthhtvg hrnhepudffjeeutdfhueeiveekjeevgfegtdeiteeugeeggfffieehgfetffehkeehheev necuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprhgvsg gvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Sat, 24 Dec 2022 12:37:48 -0500 (EST) Message-ID: <0f82d263-384a-8d4d-ff37-8c1f469f359a@bsdio.com> Date: Sat, 24 Dec 2022 10:37:47 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 To: Michael D Kinney , devel@edk2.groups.io From: "Rebecca Cran" Subject: edk2-wiki: "How to build with Stuart" - suggested changes/additions Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit Mike, I tried following the "How to build with Stuart" document and ran into a some issues on my Ubuntu 20.04 system: First, we now need to use "python3.9" on Ubuntu 20.04 since "python3" is 3.8 which no longer works. Secondly, the loongarch64 gcc download is 930MB - 3.2GB once unpacked. We might want to add something about specifying "-a LOONGARCH64" etc. if you want to build it, or '-a X64,AARCH64' etc. if you want to skip it. I ended up canceling "stuart_update" because I thought it had hung. Lastly, the "stuart_update" command listed doesn't work: it seems you need to specify a TOOL_CHAIN_TAG to have it download anything. -- Rebecca Cran