Hi 

It looks like there is an error with the "FILE_GUID" you have in the file 
MyHelloWorld.inf.
Make sure to copy and paste a new GUID from the http://www.guidgen.com/  in 
this file
INF_VERSION                    = 1.25
  BASE_NAME                      = MyHelloWorld
  FILE_GUID                      =   "Copy and paste GUID here"

Example:
FILE_GUID                      =   05fe4409-66b3-4b0d-9acf-68a21a87186e


thanks,
Laurie
 
laurie.jarlst...@intel.com

Intel SSG/STO/EBP
(503) 712-9395


-----Original Message-----
From: edk2-devel [mailto:edk2-devel-boun...@lists.01.org] On Behalf Of Jannis 
Ötjengerdes
Sent: Monday, November 28, 2016 3:35 AM
To: edk2-devel@lists.01.org
Subject: [edk2] Error while doing Hello World on Ubuntu 16.04

Hello,

i followed your guide which is described here: https://github.com/tianocore/ 
tianocore.github.io/wiki/Getting-Started-Writing-Simple-Application. When I try 
to build for X64 I get the following error which I should send to you:

(Python 2.7.12 on linux2) Traceback (most recent call last):
  File 
"/opt/edk2_new/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2276, in Main
    MyBuild.Launch()
  File 
"/opt/edk2_new/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 2028, in Launch
    self._MultiThreadBuildPlatform()
  File 
"/opt/edk2_new/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py",
line 1858, in _MultiThreadBuildPlatform
    Ma.CreateCodeFile(True)
  File "/opt/edk2_new/BaseTools/Source/Python/AutoGen/AutoGen.py", line 3997, 
in CreateCodeFile
    for File in self.AutoGenFileList:
  File "/opt/edk2_new/BaseTools/Source/Python/AutoGen/AutoGen.py", line 3302, 
in _GetAutoGenFileList
    GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, UniStringAutoGenC, 
UniStringBinBuffer, StringIdf, IdfStringAutoGenC, IdfGenBinBuffer)
  File "/opt/edk2_new/BaseTools/Source/Python/AutoGen/GenC.py", line 1937, in 
CreateCode
    CreateHeaderCode(Info, AutoGenC, AutoGenH)
  File "/opt/edk2_new/BaseTools/Source/Python/AutoGen/GenC.py", line 1895, in 
CreateHeaderCode
    AutoGenH.Append("#define EFI_CALLER_ID_GUID \\\n  %s\n" %
GuidStringToGuidStructureString(Info.Guid))
  File "/opt/edk2_new/BaseTools/Source/Python/Common/Misc.py", line 297, in 
GuidStringToGuidStructureString
    Result = Result + '0x' + GuidList[Index] + ', '
IndexError: list index out of range


- Failed -
Build end time: 12:30:42, Nov.28 2016
Build total time: 00:00:00
_______________________________________________
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

Reply via email to