From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from cdptpa-oedge-vip.email.rr.com (cdptpa-outbound-snat.email.rr.com [107.14.166.230]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 193431A1E3B for ; Thu, 29 Sep 2016 09:18:12 -0700 (PDT) Received: from [96.58.164.129] ([96.58.164.129:56771] helo=HOME5PC) by cdptpa-omsmta01 (envelope-from ) (ecelerity 3.6.9.48312 r(Core:3.6.9.0)) with ESMTP id 1C/45-28970-3CE3DE75; Thu, 29 Sep 2016 16:18:11 +0000 From: "David Vescovi" To: References: <002501d21a37$62a52800$27ef7800$@tampabay.rr.com> <4A89E2EF3DFEDB4C8BFDE51014F606A14B47EB32@shsmsx102.ccr.corp.intel.com> In-Reply-To: <4A89E2EF3DFEDB4C8BFDE51014F606A14B47EB32@shsmsx102.ccr.corp.intel.com> Date: Thu, 29 Sep 2016 12:18:12 -0400 Message-ID: <003201d21a6d$136613e0$3a323ba0$@tampabay.rr.com> MIME-Version: 1.0 X-Mailer: Microsoft Outlook 16.0 Thread-Index: AQJ6yr8NyLWkbo+OkMgwpxLY4eM5SQF3vb3hnzOGKMA= X-RR-Connecting-IP: 107.14.168.6:25 Subject: Re: beagleboard build on windows w/vs2015 ..what am I missing? X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 29 Sep 2016 16:18:12 -0000 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Content-Language: en-us But VS2015 does have compiler support for ARM. So why does edk2 not use it? -----Original Message----- From: Gao, Liming [mailto:liming.gao@intel.com] Sent: Thursday, September 29, 2016 9:13 AM To: David Vescovi ; edk2-devel@lists.01.org Subject: RE: [edk2] beagleboard build on windows w/vs2015 ..what am I missing? VS2015 has no ARM arch tool configuration in tools_def.txt. So, you have to build ARM with GCC. In this link https://sourceforge.net/projects/edk2developertoolsforwindows/files, the pre-built windows binary GCC tool are provided. You can download them, then build ARM arch with GCC on Windows. Thanks Liming -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of David Vescovi Sent: Thursday, September 29, 2016 5:54 PM To: edk2-devel@lists.01.org Subject: [edk2] beagleboard build on windows w/vs2015 ..what am I missing? C:\edk2>build Build environment: Windows-post2008Server-6.2.9200 Build start time: 05:37:32, Sep.29 2016 WORKSPACE = c:\edk2 ECP_SOURCE = c:\edk2\edkcompatibilitypkg EDK_SOURCE = c:\edk2\edkcompatibilitypkg EFI_SOURCE = c:\edk2\edkcompatibilitypkg EDK_TOOLS_PATH = c:\edk2\basetools EDK_TOOLS_BIN = c:\edk2\basetools\bin\win32 CONF_PATH = c:\edk2\Conf Architecture(s) = ARM Build target = DEBUG Toolchain = VS2015x86 Active Platform = c:\edk2\BeagleBoardPkg\BeagleBoardPkg.dsc Flash Image Definition = c:\edk2\BeagleBoardPkg\BeagleBoardPkg.fdf Processing meta-data ....... build... : error C0DE: Unknown fatal error when processing [c:\edk2\MdePkg\Library\BasePcdLibNull\BasePcdLibNull.inf] (Please send email to edk2-devel@lists.01.org for help, attaching following call stack trace!) (Python 2.7.3 on win32) Traceback (most recent call last): File "build\build.py", line 2274, in Main File "build\build.py", line 2026, in Launch File "build\build.py", line 1861, in _MultiThreadBuildPlatform File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\A utoGen.py", line 3952, in CreateMakeFile File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\A utoGen.py", line 3958, in CreateMakeFile File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\G enMake.py", line 184, in Generate File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\G enMake.py", line 525, in _CreateTemplateDict File "c:\Users\Public\Documents\BuildPool\BaseTools\build\Source\Python\AutoGen\G enMake.py", line 713, in CommandExceedLimit KeyError: 'PATH' - Failed - Build end time: 05:37:41, Sep.29 2016 Build total time: 00:00:09 C:\edk2> _______________________________________________ edk2-devel mailing list edk2-devel@lists.01.org https://lists.01.org/mailman/listinfo/edk2-devel