From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga11.intel.com (mga11.intel.com [192.55.52.93]) (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 3EC1481D5C for ; Mon, 28 Nov 2016 09:15:28 -0800 (PST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by fmsmga102.fm.intel.com with ESMTP; 28 Nov 2016 09:15:27 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.31,564,1473145200"; d="scan'208";a="36537002" Received: from fmsmsx104.amr.corp.intel.com ([10.18.124.202]) by fmsmga006.fm.intel.com with ESMTP; 28 Nov 2016 09:15:27 -0800 Received: from fmsmsx114.amr.corp.intel.com (10.18.116.8) by fmsmsx104.amr.corp.intel.com (10.18.124.202) with Microsoft SMTP Server (TLS) id 14.3.248.2; Mon, 28 Nov 2016 09:15:27 -0800 Received: from fmsmsx104.amr.corp.intel.com ([169.254.3.21]) by FMSMSX114.amr.corp.intel.com ([10.18.116.8]) with mapi id 14.03.0248.002; Mon, 28 Nov 2016 09:15:27 -0800 From: "Jarlstrom, Laurie" To: =?iso-8859-1?Q?Jannis_=D6tjengerdes?= , "edk2-devel@lists.01.org" Thread-Topic: [edk2] Error while doing Hello World on Ubuntu 16.04 Thread-Index: AQHSSWuOPtEGuThvIESC9Nto8H+1iaDuoTxQ Date: Mon, 28 Nov 2016 17:15:27 +0000 Message-ID: <10380531DF222B45964BE3E93EFE5F045D25E4E5@fmsmsx104.amr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-titus-metadata-40: eyJDYXRlZ29yeUxhYmVscyI6IiIsIk1ldGFkYXRhIjp7Im5zIjoiaHR0cDpcL1wvd3d3LnRpdHVzLmNvbVwvbnNcL0ludGVsMyIsImlkIjoiY2E1ZWNiNzktYjg1YS00NDBiLWFmOWYtNTJkNDVlODllZTJiIiwicHJvcHMiOlt7Im4iOiJDVFBDbGFzc2lmaWNhdGlvbiIsInZhbHMiOlt7InZhbHVlIjoiQ1RQX0lDIn1dfV19LCJTdWJqZWN0TGFiZWxzIjpbXSwiVE1DVmVyc2lvbiI6IjE1LjkuNi42IiwiVHJ1c3RlZExhYmVsSGFzaCI6InBGVkVRUmZFeVRFVVdvdUxQQlpYMTFCTW9XZDhXQzNiNDlnUmFDaHhQUEE9In0= x-ctpclassification: CTP_IC x-originating-ip: [10.1.200.108] MIME-Version: 1.0 Subject: Re: Error while doing Hello World on Ubuntu 16.04 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: Mon, 28 Nov 2016 17:15:28 -0000 Content-Language: en-US Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Hi=20 It looks like there is an error with the "FILE_GUID" you have in the file M= yHelloWorld.inf. Make sure to copy and paste a new GUID from the http://www.guidgen.com/ in= this file INF_VERSION =3D 1.25 BASE_NAME =3D MyHelloWorld FILE_GUID =3D "Copy and paste GUID here" Example: FILE_GUID =3D 05fe4409-66b3-4b0d-9acf-68a21a87186e thanks, Laurie =A0 laurie.jarlstrom@intel.com Intel SSG/STO/EBP (503) 712-9395 -----Original Message----- From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of Jann= is =D6tjengerdes 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 yo= u: (Python 2.7.12 on linux2) Traceback (most recent call last): File "/opt/edk2_new/BaseTools/BinWrappers/PosixLike/../../Source/Python/b= uild/build.py", line 2276, in Main MyBuild.Launch() File "/opt/edk2_new/BaseTools/BinWrappers/PosixLike/../../Source/Python/b= uild/build.py", line 2028, in Launch self._MultiThreadBuildPlatform() File "/opt/edk2_new/BaseTools/BinWrappers/PosixLike/../../Source/Python/b= uild/build.py", line 1858, in _MultiThreadBuildPlatform Ma.CreateCodeFile(True) File "/opt/edk2_new/BaseTools/Source/Python/AutoGen/AutoGen.py", line 399= 7, in CreateCodeFile for File in self.AutoGenFileList: File "/opt/edk2_new/BaseTools/Source/Python/AutoGen/AutoGen.py", line 330= 2, in _GetAutoGenFileList GenC.CreateCode(self, AutoGenC, AutoGenH, StringH, UniStringAutoGenC, U= niStringBinBuffer, 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 =3D 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