From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from out2-smtp.messagingengine.com (out2-smtp.messagingengine.com [66.111.4.26]) by mx.groups.io with SMTP id smtpd.web11.198797.1672285650216061188 for ; Wed, 28 Dec 2022 19:47:30 -0800 Authentication-Results: mx.groups.io; dkim=fail reason="signature has expired" header.i=@bsdio.com header.s=fm3 header.b=NPGNgD1X; spf=pass (domain: bsdio.com, ip: 66.111.4.26, mailfrom: rebecca@bsdio.com) Received: from compute3.internal (compute3.nyi.internal [10.202.2.43]) by mailout.nyi.internal (Postfix) with ESMTP id 95CA85C0144; Wed, 28 Dec 2022 22:47:29 -0500 (EST) Received: from mailfrontend2 ([10.202.2.163]) by compute3.internal (MEProxy); Wed, 28 Dec 2022 22:47:29 -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:in-reply-to:message-id:mime-version:references :reply-to:reply-to:sender:subject:subject:to:to; s=fm3; t= 1672285649; x=1672372049; bh=ioTnagVW3X6ePfQmqo+sOA9d+g3TQYd8Lps 3/0ADRzI=; b=NPGNgD1XshnslaezbD+14pdMwHInHm/DvI5pJvqLO7tG7yOrtN2 oiHwLBoJYiB7a3jw968k1qVZ3VN93iMKstDRm4L94pp0V2gSJaiKYTLWv0AEIUG6 7bBUbvNTXcE59DrCvjx5B0sYMp2mp4U2ir8X3imOS1CpmPIOLky4GmhnihdCUHr4 SHKZ4PdpPmx5QacOnUhUbg+6d8OgnRYdf93Aeoiausc0urKKAJvy1VVXVumOXb6D osi2KvDQEeBOqxiPL3UtER9g2J5XV9UJQM8xrbjnbwiqdFJn+0CDo0Zs7LYHKI9V 2OOsrpWiJ0kBc3ggHShPJw1m+dNnCAeugEg== 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 :in-reply-to:message-id:mime-version:references:reply-to :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=1672285649; x= 1672372049; bh=ioTnagVW3X6ePfQmqo+sOA9d+g3TQYd8Lps3/0ADRzI=; b=b CKYyUKi4y0n8jd5wIvuyCG2PmR2XIynVzN/2HRmnfjHGLZLSH4EjQRMryonYQ5K2 oLXVuy/VXolyqaWnVADGJuYvXHTsYzv9CJ2nbwgo4T5zHWKiHYGRZvxvmyUaPqHD LRmYPfye2x4XpcwYA+s+dV3rTmJxEkxr8+/tQKCsBLGcDKxrE9i8PhbK93N/izle j/uwfQ20xikM224/rjC5xc7t+o2Xg5mjSRTPH2Pfj3q8K+QpEA0WKiduw+V9C6xj X341Yq+JY30Lj4fnIFB7nYRPlpSmRNqpOcm44STwx85ZEHW6Kew2tWLtXE8xmRVz zflaKPpW8n7BKju0X1lnw== X-ME-Sender: X-ME-Received: X-ME-Proxy-Cause: gggruggvucftvghtrhhoucdtuddrgedvhedrieefgdeigecutefuodetggdotefrodftvf curfhrohhfihhlvgemucfhrghsthforghilhdpqfgfvfdpuffrtefokffrpgfnqfghnecu uegrihhlohhuthemuceftddtnecusecvtfgvtghiphhivghnthhsucdlqddutddtmdenuc fjughrpefkffggfgfuhffvrhhfjggtgfesthejredttdefjeenucfhrhhomheptfgvsggv tggtrgcuvehrrghnuceorhgvsggvtggtrgessghsughiohdrtghomheqnecuggftrfgrth htvghrnhepuedutedufeefieevtdehgfeuvddugfdtfeejleetleekgfdugeefvdetheeh keegnecuvehluhhsthgvrhfuihiivgeptdenucfrrghrrghmpehmrghilhhfrhhomheprh gvsggvtggtrgessghsughiohdrtghomh X-ME-Proxy: Feedback-ID: i5b994698:Fastmail Received: by mail.messagingengine.com (Postfix) with ESMTPA; Wed, 28 Dec 2022 22:47:28 -0500 (EST) Message-ID: <443f9145-570b-8f42-dadd-4e82ab1f4361@bsdio.com> Date: Wed, 28 Dec 2022 20:47:27 -0700 MIME-Version: 1.0 User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101 Thunderbird/102.4.2 Subject: Re: [edk2-devel] edk2-wiki: "How to build with Stuart" - suggested changes/additions From: "Rebecca Cran" To: Michael D Kinney , devel@edk2.groups.io Reply-To: devel@edk2.groups.io, rebecca@bsdio.com References: <1733CB594E21CFEA.12545@groups.io> In-Reply-To: <1733CB594E21CFEA.12545@groups.io> Content-Language: en-US Content-Type: text/plain; charset=UTF-8; format=flowed Content-Transfer-Encoding: 7bit I also found a problem on Windows. It seems that BaseTools\Bin\Win32 isn't added to %PATH% unless you run edksetup.bat - or, if you're using PowerShell, you can run: $Env:PATH = "$pwd\BaseTools\Bin\Win32$([System.IO.Path]::PathSeparator)$Env:PATH" -- Rebecca Cran On 12/24/22 10:37, Rebecca Cran wrote: > 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. > >