From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from mail-ed1-f46.google.com (mail-ed1-f46.google.com [209.85.208.46]) by mx.groups.io with SMTP id smtpd.web12.127.1587659000918568070 for ; Thu, 23 Apr 2020 09:23:21 -0700 Authentication-Results: mx.groups.io; dkim=pass header.i=@sage-micro-com.20150623.gappssmtp.com header.s=20150623 header.b=Oma5e39X; spf=none, err=permanent DNS error (domain: sage-micro.com, ip: 209.85.208.46, mailfrom: jim.slaughter@sage-micro.com) Received: by mail-ed1-f46.google.com with SMTP id j20so4813702edj.0 for ; Thu, 23 Apr 2020 09:23:20 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=sage-micro-com.20150623.gappssmtp.com; s=20150623; h=mime-version:references:in-reply-to:from:date:message-id:subject:to; bh=sOzcxmqkz5RxeeD4Y0Q1Oh3B1qMGw0wgh7CvsAIGz/8=; b=Oma5e39XdFBZPwN0GcCsUz6z8lSaJigfAHSOCfX9upUOPno6kuOo4yzI6bFtEsaq/n YsKBi+aalVZMR/GIQNs1QDaTWc0TOIBK0FzrFTkcaXD6NjfjM7U+swJMrq2oW/YfyDEm R/h/51Q3AuT81HQ/uWwy2XRvkF0cAJ74R+Z2A4bjvXgGuArO8p2uv35l6FWmmBWS2Muj UQSA4hl5ysQl3hMlGEFOkKj3bYC+cVKpztlq9xmMk9XR+M76epKAc29f4zg+fIuKih9a /pNfx9Q0j8OYwLJVj7pBSnC4Jux1feARXqwuYUjXGGCb/s2gdN4GD8G8X7dpdmHs2TY5 LsKg== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:references:in-reply-to:from:date :message-id:subject:to; bh=sOzcxmqkz5RxeeD4Y0Q1Oh3B1qMGw0wgh7CvsAIGz/8=; b=kl1wKrvxdwVgBLyAHycadz/YZcwt1ibErYzNDao//txJZuVxi0p3sntelC+wx1Rs2+ NNtkfaHNi+EBm/D7xa1O/3DD8ZlFV4ieFYb2EEX1jZG+IsbCd8vMK2nB+TeF09ko5JTU RGg5lMqThhVzIkHJoSQoGgEBRYYpyKkL4425EQRcROI96SwaOyjcEgRdtt4A+iEL25YB VPOMLK6cFCn8b0cUJn6DMn46iyVaT2OYRCjKNeBeLAersOCiiZ4wdjCIuH87readGVPD 1XoURRbgQcBGBCTJHvBWxD/yqIFboeaoDQpNy045w68/2m0AtbtnQlVSXFNSa87Arp8E 6WCQ== X-Gm-Message-State: AGi0PuZxKu/EsRz2sdTYZmwsFe5eXYHMOifCruYOwBqTQn57nrbY7+ZT +uX/OXx24FzFMcw5mvDJ3XNu3IvDSSuZ2l3O1ThLQjr3 X-Google-Smtp-Source: APiQypLKDDpPe5z8ZhhwMWoKg1pnw1wXvpaaur8N0fML30TZVS7Iey+n/t1sWrLZODj9I63Z6g9gaojMTSUrogedloU= X-Received: by 2002:aa7:ce0f:: with SMTP id d15mr3421551edv.327.1587658999321; Thu, 23 Apr 2020 09:23:19 -0700 (PDT) MIME-Version: 1.0 References: In-Reply-To: From: "jim slaughter" Date: Thu, 23 Apr 2020 11:23:08 -0500 Message-ID: Subject: Re: [EXTERNAL] [edk2-devel] EDK2 environment setup To: devel@edk2.groups.io, bret.barkelew@microsoft.com Content-Type: multipart/alternative; boundary="000000000000aded8e05a3f7aa94" --000000000000aded8e05a3f7aa94 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hello, Yes my Python is 3.7. I am trying to use cygwin to access the GNU tools since I do not have VS. We are a small company. I cannot get the edksetup.bat to execute correctly. It is a problem settin= g up all the environment. Is there an easier way? Am I on the right path? Jim Slaughter ' On Thu, Apr 23, 2020 at 11:07 AM Bret Barkelew via groups.io wrote: > Have you installed the up-to-date Python requirements? =E2=80=9Cpip inst= all > =E2=80=93upgrade -r pip-requirements.txt=E2=80=9D? > > > > That=E2=80=99s the first thing I would check. Otherwise, happy to look a= t the > problem with you. > > > > - Bret > > > > *From: *NAVDEEPPAL_SINGH via groups.io > > *Sent: *Thursday, April 23, 2020 6:05 AM > *To: *devel@edk2.groups.io > *Subject: *[EXTERNAL] [edk2-devel] EDK2 environment setup > > > > I am trying to setup EDK2 environment setup from Tianocore/EDK2. > While doing the Base Tool setup. After running BaseTool/EDK2ToolsBuild.p= y > -t VS2019 > Getting following error :- > c:\edk2\BaseTools>python Edk2ToolsBuild.py -t VS2019 > SECTION - Init SDE > SECTION - Loading Plugins > SECTION - Start Invocable Tool > Traceback (most recent call last): > File "Edk2ToolsBuild.py", line 177, in > main() > File "Edk2ToolsBuild.py", line 173, in main > Edk2ToolsBuild().Invoke() > File "C:\Program > Files\Python38\lib\site-packages\edk2toolext\base_abstract_invocable.py"= , > line 141, in Invoke > retcode =3D self.Go() > File "Edk2ToolsBuild.py", line 139, in Go > raise Exception("Failed to build.") > Exception: Failed to build. > > set EDK_TOOLS_PATH=3DC:\edk2\BaseTools > set EDK_TOOLS_BIN=3DC:\edk2\BaseTools\Bin\Win32 > Can some one help > > >=20 > > --=20 Jim Slaughter --000000000000aded8e05a3f7aa94 Content-Type: text/html; charset="UTF-8" Content-Transfer-Encoding: quoted-printable
Hello,

Yes my Python=C2=A0is 3.7.
=

I am trying to use cygwin to access the GNU tools since= I do not have VS. We are a small company.
I cannot get the edkse= tup.bat to execute correctly. It is a problem setting up all the environmen= t.
Is there an easier way? Am I on the right path?

=
Jim Slaughter
'

On Thu, Apr 23, 2020 at 11:07= AM Bret Barkelew via groups.io <bret.b= arkelew=3Dmicrosoft.com@groups.i= o> wrote:

Have you installed the up-to-date Python requiremen= ts? =E2=80=9Cpip install =E2=80=93upgrade -r pip-requirements.txt=E2=80=9D?=

=C2=A0

That=E2=80=99s the first thing I would check. Other= wise, happy to look at the problem with you.

=C2=A0

- Bret

=C2=A0

From: NAVD= EEPPAL_SINGH via groups.io
Sent: Thursday, April 23, 2020 6:05 AM
To: devel= @edk2.groups.io
Subject: [EXTERNAL] [edk2-devel] EDK2 environment setup

=C2=A0

I am trying to setup EDK2 environment setup from Ti= anocore/EDK2.
While doing the Base Tool setup. After running BaseTool/EDK2ToolsBuild.py = -t VS2019
Getting following error :-
c:\edk2\BaseTools>python Edk2ToolsBuild.py=C2=A0 -t VS2019
SECTION - Init SDE
SECTION - Loading Plugins
SECTION - Start Invocable Tool
Traceback (most recent call last):
=C2=A0 File "Edk2ToolsBuild.py", line 177, in <module>
=C2=A0=C2=A0=C2=A0 main()
=C2=A0 File "Edk2ToolsBuild.py", line 173, in main
=C2=A0=C2=A0=C2=A0 Edk2ToolsBuild().Invoke()
=C2=A0 File "C:\Program Files\Python38\lib\site-packages\edk2toolext\= base_abstract_invocable.py", line 141, in Invoke
=C2=A0=C2=A0=C2=A0 retcode =3D self.Go()
=C2=A0 File "Edk2ToolsBuild.py", line 139, in Go
=C2=A0=C2=A0=C2=A0 raise Exception("Failed to build.")
Exception: Failed to build.

set EDK_TOOLS_PATH=3DC:\edk2\BaseTools
set EDK_TOOLS_BIN=3DC:\edk2\BaseTools\Bin\Win32
Can some one help=C2=A0

=C2=A0



--=
Jim Slaugh= ter
--000000000000aded8e05a3f7aa94--