|
From: Sabrina Ni <sab...@li...> - 2014-08-20 16:00:29
|
Hi,
I got error 7000 while executing build.py.
Follow direction to call help. Could someone do me a favor ?
My python version is 2.7.6.
Thanks,
Sabrina
Traceback (most recent call last):
File
"/home/sabrina/repo_linaro/test_op_tee/edk2/BaseTools/BinWrappers/PosixLike/../../Source/Python/GenFds/GenFds.py",
line 195, in main
TargetArchList =
set(BuildWorkSpace.BuildObject[GenFdsGlobalVariable.ActivePlatform,
'COMMON', Options.BuildTarget, Options.ToolChain].SupArchList) &
set(ArchList)
File
"/home/sabrina/repo_linaro/test_op_tee/edk2/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py",
line 309, in _GetSupArch
self._GetHeaderInfo()
File
"/home/sabrina/repo_linaro/test_op_tee/edk2/BaseTools/Source/Python/Workspace/WorkspaceDatabase.py",
line 183, in _GetHeaderInfo
RecordList = self._RawData[MODEL_META_DATA_HEADER, self._Arch]
File
"/home/sabrina/repo_linaro/test_op_tee/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py",
line 235, in __getitem__
self._PostProcess()
File
"/home/sabrina/repo_linaro/test_op_tee/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py",
line 1253, in _PostProcess
Processer[self._ItemType]()
File
"/home/sabrina/repo_linaro/test_op_tee/edk2/BaseTools/Source/Python/Workspace/MetaFileParser.py",
line 1427, in __ProcessDirective
__IncludeMacros['WORKSPACE'] = GlobalData.gGlobalDefines['WORKSPACE']
KeyError: 'WORKSPACE'
build.py...
: error 7000: Failed to execute command
GenFds -f
/home/sabrina/repo_linaro/test_op_tee/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.fdf
-o
/home/sabrina/repo_linaro/test_op_tee/edk2/Build/ArmVExpress-FVP-AArch64/DEBUG_ARMGCC
-t ARMGCC -b DEBUG -p /home/sa
brina/repo_linaro/test_op_tee/edk2/ArmPlatformPkg/ArmVExpressPkg/ArmVExpress-FVP-AArch64.dsc
-a AARCH64 -D
"EFI_SOURCE=/home/sabrina/repo_linaro/test_op_tee/edk2/EdkCompatibilityPkg"
-D "EDK_SOURCE=/home/sabrina/repo_linaro/test_op_tee/ed
k2/EdkCompatibilityPkg" -D "TOOL_CHAIN_TAG=ARMGCC" -D "TOOLCHAIN=ARMGCC" -D
"TARGET=DEBUG" -D "WORKSPACE=/home/sabrina/repo_linaro/test_op_tee/edk2" -D
"ARM_FOUNDATION_FVP=1" -D
"EDK_TOOLS_PATH=/home/sabrina/repo_linaro/test_op_tee/edk2/B
aseTools" -D "ARCH=AARCH64" -D
"ECP_SOURCE=/home/sabrina/repo_linaro/test_op_tee/edk2/EdkCompatibilityPkg"
[/home/sabrina/repo_linaro/test_op_tee/edk2]
|