From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received-SPF: Pass (sender SPF authorized) identity=mailfrom; client-ip=192.55.52.93; helo=mga11.intel.com; envelope-from=jordan.l.justen@intel.com; receiver=edk2-devel@lists.01.org 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 7703621962301 for ; Sat, 17 Nov 2018 23:12:04 -0800 (PST) X-Amp-Result: SKIPPED(no attachment in message) X-Amp-File-Uploaded: False Received: from orsmga002.jf.intel.com ([10.7.209.21]) by fmsmga102.fm.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 17 Nov 2018 23:12:03 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.56,247,1539673200"; d="scan'208";a="109488704" Received: from dtan-mobl.amr.corp.intel.com (HELO localhost) ([10.254.55.211]) by orsmga002.jf.intel.com with ESMTP; 17 Nov 2018 23:12:03 -0800 MIME-Version: 1.0 To: afish@apple.com, jordan.l.justen@intel.com, ruiyu.ni@intel.com, Liu Yu Message-ID: <154252512264.2928.7129665532523986620@jljusten-skl> From: Jordan Justen In-Reply-To: Cc: "edk2-devel@lists.01.org" References: User-Agent: alot/0.7 Date: Sat, 17 Nov 2018 23:12:02 -0800 Subject: Re: [PATCH] EmulatorPkg/build.sh 64bit simulator execution 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: Sun, 18 Nov 2018 07:12:04 -0000 Content-Type: text/plain; charset="utf-8" Content-Transfer-Encoding: quoted-printable I think 32-bit version is incorrect too. Can you delete BUILD_OUTPUT_DIR from both IA32 and X64 cases, and following the case use: BUILD_OUTPUT_DIR=3D$WORKSPACE/Build/Emulator$PROCESSOR Can you add this to the commit message: Fixes: f89c018f3d "EmulatorPkg/Win: Enable 64bit (SEC,PEI,DXE all run at 64= bit)" -Jordan On 2018-11-17 20:13:02, Liu Yu wrote: > correction BUILD_OUTPUT_DIR path > = > Contributed-under: TianoCore Contribution Agreement 1.1 > = > Signed-off-by: Pedroa Liu > --- > =C2=A0EmulatorPkg/build.sh | 2 +- > =C2=A01 file changed, 1 insertion(+), 1 deletion(-) > = > diff --git a/EmulatorPkg/build.sh b/EmulatorPkg/build.sh > index 339c6b3b4f..3abdab1db9 100755 > --- a/EmulatorPkg/build.sh > +++ b/EmulatorPkg/build.sh > @@ -188,7 +188,7 @@ case $PROCESSOR in > =C2=A0=C2=A0=C2=A0=C2=A0 ;; > =C2=A0=C2=A0 X64) > =C2=A0=C2=A0=C2=A0=C2=A0 ARCH_SIZE=3D64 > -=C2=A0=C2=A0=C2=A0 BUILD_OUTPUT_DIR=3D$WORKSPACE/Build/Emulator > +=C2=A0=C2=A0=C2=A0 BUILD_OUTPUT_DIR=3D$WORKSPACE/Build/EmulatorX64 > =C2=A0=C2=A0=C2=A0=C2=A0 LIB_NAMES=3D"ld-linux-x86-64.so.2 libdl.so.2 cr= t1.o crti.o crtn.o" > =C2=A0=C2=A0=C2=A0=C2=A0 LIB_SEARCH_PATHS=3D"/usr/lib/x86_64-linux-gnu /= usr/lib64 /lib64 = > /usr/lib /lib" > =C2=A0=C2=A0=C2=A0=C2=A0 ;; > -- = > 2.17.1 > = > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel