]> git.proxmox.com Git - mirror_edk2.git/commit - BaseTools/Source/Python/AutoGen/GenMake.py
BaseTools: Enhance error handling for unsupported toolchain Flags/Path
authorYonghong Zhu <yonghong.zhu@intel.com>
Wed, 7 Feb 2018 01:17:08 +0000 (09:17 +0800)
committerYonghong Zhu <yonghong.zhu@intel.com>
Thu, 8 Feb 2018 08:23:37 +0000 (16:23 +0800)
commit70d0a7549ef4a5dbdd15c0f78bd2f8ede093f8f4
treeb3b2ace0de4fdaba5b25c3a8d87b9ace276e2a7c
parent28fd7b090d1b416f1e94e52abd08bf16fd404649
BaseTools: Enhance error handling for unsupported toolchain Flags/Path

Case1: Cover the Tool PATH is not exist, eg: build MdeModule under GCC5
toolchain and IPF arch.
Case2: Cover the Tool FLAGS is not exist, eg: build OvmfPkg under
CLANG35 toolchain and X64 arch.

fixes: https://bugzilla.tianocore.org/show_bug.cgi?id=595
Contributed-under: TianoCore Contribution Agreement 1.1
Signed-off-by: Yonghong Zhu <yonghong.zhu@intel.com>
Reviewed-by: Liming Gao <liming.gao@intel.com>
BaseTools/Source/Python/AutoGen/GenMake.py