Venkat, The instructions provided at: http://sourceforge.net/apps/mediawiki/tianocore/index.php?title=Using_EDK_II_with_Native_GCC_4.4 should allow you to get started with EDK II.
>From the provided traceback, the build is failing at a very early step -- >before it even looks at the files you added. Daryl McDaniel "Software is like entropy. It is difficult to grasp, weighs nothing, and obeys the second law of thermodynamics; i.e. it always increases." -- Norman R. Augustine -----Original Message----- From: Venkat Ramana [mailto:[email protected]] Sent: Monday, November 19, 2012 5:08 AM To: [email protected] Subject: [edk2] Building an appPkg gives error Hai, I am new to this efi environment.I implemented small application in AppPkg ,added .inf files of application to AppPkg.dsc file and also set the environment variables. When i am trying to build with options "build -a X64 -p AppPkg/AppPkg.dsc -t GCC45 " got the following error. build.py... : error C0DE: Unknown fatal error when processing [/local_disk/vnayana/Edk_simulation/edk2/AppPkg/AppPkg.dsc] (Please send email to [email protected] for help, attaching following call stack trace!) (Python 2.6.5 on linux2) Traceback (most recent call last): File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 1824, in Main MyBuild.Launch() File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 1591, in Launch self._MultiThreadBuildPlatform() File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/build/build.py", line 1402, in _MultiThreadBuildPlatform self.Progress File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/Source/Python/AutoGen/AutoGen.py", line 119, in __new__ if not AutoGenObject._Init(Workspace, MetaFile, Target, Toolchain, Arch, *args, **kwargs): File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/Source/Python/AutoGen/AutoGen.py", line 215, in _Init ArchList = set(self.ArchList) & set(self.Platform.SupArchList) File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py", line 299, in _GetSupArch self._GetHeaderInfo() File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py", line 177, in _GetHeaderInfo RecordList = self._RawData[MODEL_META_DATA_HEADER, self._Arch] File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 234, in __getitem__ self._PostProcess() File "/local_disk/vnayana/Edk_simulation/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py", line 1182, in _PostProcess Processer[self._ItemType]() KeyError: 10000 can any one please tell me how to resolve above error. Thanks, Venkat. ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel ------------------------------------------------------------------------------ Monitor your physical, virtual and cloud infrastructure from a single web console. Get in-depth insight into apps, servers, databases, vmware, SAP, cloud infrastructure, etc. Download 30-day Free Trial. Pricing starts from $795 for 25 servers or applications! http://p.sf.net/sfu/zoho_dev2dev_nov _______________________________________________ edk2-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/edk2-devel
