public inbox for devel@edk2.groups.io
 help / color / mirror / Atom feed
* beagleboard build on windows w/vs2015 ..what am I missing?
@ 2016-09-29  9:53 David Vescovi
  2016-09-29 13:13 ` Gao, Liming
  0 siblings, 1 reply; 4+ messages in thread
From: David Vescovi @ 2016-09-29  9:53 UTC (permalink / raw)
  To: edk2-devel

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>



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: beagleboard build on windows w/vs2015 ..what am I missing?
  2016-09-29  9:53 beagleboard build on windows w/vs2015 ..what am I missing? David Vescovi
@ 2016-09-29 13:13 ` Gao, Liming
  2016-09-29 16:18   ` David Vescovi
  0 siblings, 1 reply; 4+ messages in thread
From: Gao, Liming @ 2016-09-29 13:13 UTC (permalink / raw)
  To: David Vescovi, edk2-devel@lists.01.org

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


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: beagleboard build on windows w/vs2015 ..what am I missing?
  2016-09-29 13:13 ` Gao, Liming
@ 2016-09-29 16:18   ` David Vescovi
  2016-09-29 16:31     ` Andrew Fish
  0 siblings, 1 reply; 4+ messages in thread
From: David Vescovi @ 2016-09-29 16:18 UTC (permalink / raw)
  To: edk2-devel

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 <dvescovi@tampabay.rr.com>; 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



^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: beagleboard build on windows w/vs2015 ..what am I missing?
  2016-09-29 16:18   ` David Vescovi
@ 2016-09-29 16:31     ` Andrew Fish
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Fish @ 2016-09-29 16:31 UTC (permalink / raw)
  To: David Vescovi; +Cc: edk2-devel


> On Sep 29, 2016, at 9:18 AM, David Vescovi <dvescovi@tampabay.rr.com> wrote:
> 
> But VS2015 does have compiler support for ARM.
> So why does edk2 not use it?
> 

David,

No one has contributed the support. Feel free to volunteer. 

Thanks,

Andrew Fish

> 
> -----Original Message-----
> From: Gao, Liming [mailto:liming.gao@intel.com] 
> Sent: Thursday, September 29, 2016 9:13 AM
> To: David Vescovi <dvescovi@tampabay.rr.com>; 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
> 
> _______________________________________________
> edk2-devel mailing list
> edk2-devel@lists.01.org
> https://lists.01.org/mailman/listinfo/edk2-devel



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2016-09-29 16:31 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-09-29  9:53 beagleboard build on windows w/vs2015 ..what am I missing? David Vescovi
2016-09-29 13:13 ` Gao, Liming
2016-09-29 16:18   ` David Vescovi
2016-09-29 16:31     ` Andrew Fish

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox