From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=2a00:1450:4864:20::533; helo=mail-ed1-x533.google.com; envelope-from=perry.prem@gmail.com; receiver=edk2-devel@lists.01.org Received: from mail-ed1-x533.google.com (mail-ed1-x533.google.com [IPv6:2a00:1450:4864:20::533]) (using TLSv1.2 with cipher ECDHE-RSA-AES128-GCM-SHA256 (128/128 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 753532117B552 for ; Tue, 30 Oct 2018 07:04:31 -0700 (PDT) Received: by mail-ed1-x533.google.com with SMTP id b7-v6so10572602edd.9 for ; Tue, 30 Oct 2018 07:04:31 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20161025; h=mime-version:from:date:message-id:subject:to; bh=MKQuYq5Ha8Miz/4xocG9NQs64ZxLB1VIfzhsJErUoZw=; b=PBFviPOTlxoVx5Or0KjPcgAAdq98pGId/9AX9ZnrYIN8WtnSnhuVfonHdt0t82JfQq mibF93e7G45RbIn4/qfbCRvzRh1GGbia4onrs8Cyxi/TBYgKV6tV0qWsm7XjmEhP9oKa MhogWysIGQ4MKvZJoeVVsh3haG20H0sr0T9R59Kby5BzjghWPO2aBcui9Dh/zJSC8Ioy EM1qrbG7MPfjK3w5cdFOpbljTALaowoasUJXisfMCxnJbz4DHcLANZGez5JW7prlKdDH 3xcVrDuSRR1yR47bIVxzazYFpN5P6mVnX2z4MNMB+i3sQDMQu3aasQbjExLjkPcdKZri yXAA== X-Google-DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=1e100.net; s=20161025; h=x-gm-message-state:mime-version:from:date:message-id:subject:to; bh=MKQuYq5Ha8Miz/4xocG9NQs64ZxLB1VIfzhsJErUoZw=; b=aIwZPlBfLC6fsV7XromqW31l/b31GOmcdWNINUn0Q7zXT6Uwbaf/oKJ7kLaP42dyRs SGTyj/fjcFlucYjy4v2/MztqHTMkBjadaaM1pT7B1sk0FI1YWbNsTLrsX6a+jpSiNTgr WFGXhf1oqmgee614jip5/HJjLu/McthqPAovKeOWAWsfoivlfjIxTJtrYEr1vMTFJrU1 S9GkDAHwFsxRwmFSdz4RRQYqrxZKnlbLOKAFGn0OFcJFa1uBIADhEkjRWvaaBnPFrW0x mgxpidMKovDeNn7Nc0RkVOMI1DmqsLiK83kdzYYFzhNykfsdw2IwZOSG7ZTfr5iM1Zlx OGyA== X-Gm-Message-State: AGRZ1gLvzXrTl1ohV6spQTimZxl2nw6BjvXzdPu/0HxOpy82xdmH6lKg L6jqQmOuugtBQi89jXVCiZGcoeps/5NuARdVbVqUW+AO X-Google-Smtp-Source: AJdET5cpRqto+gIU5O+6ch8cuxPOjna6/yIyqT6uVIMb3HpxJf+jOio4QmLzbS/5mOD1oeTL2cs903d9H9SHxzCu+hQ= X-Received: by 2002:aa7:c607:: with SMTP id h7-v6mr16476092edq.9.1540908269216; Tue, 30 Oct 2018 07:04:29 -0700 (PDT) MIME-Version: 1.0 From: Prem Kumar Date: Tue, 30 Oct 2018 19:34:02 +0530 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.29 Subject: Building EmulatorPkg and EDK2 project issue. X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Tue, 30 Oct 2018 14:04:31 -0000 Content-Type: text/plain; charset="UTF-8" Content-Transfer-Encoding: quoted-printable Hi All, Below are the issue i'm currently facing, - EmulatorPkg: o Building of EmulatorPkg using below command =C2=A7 build -p EmulatorPkg\EmulatorPkg.dsc -t VS2015x86 -D WIN_SEC_BUILD = -a IA32 o But when I try to launch Emulator using below command, it failed. I searched for WinHost.exe file, and it is not present in Build folder also. =C2=A7 cd Build\EmulatorIA32\DEBUG_VS2015x86\IA32\ && WinHost.exe - Building EDK2 project for ARM using LLVM o What are the steps/changes need to do in-order to build EDK2 project for ARM+LLVM configuration. Kindly provide any comments. Any pointer is helpful. *Note:* Trying to build in Windows environment. Build and launch of Nt32Pkg is successful. -- Regards, Prem.