From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mail-vk0-x22b.google.com (mail-vk0-x22b.google.com [IPv6:2607:f8b0:400c:c05::22b]) (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 C388A21951C86 for ; Wed, 26 Apr 2017 02:36:59 -0700 (PDT) Received: by mail-vk0-x22b.google.com with SMTP id k4so66050028vki.1 for ; Wed, 26 Apr 2017 02:36:59 -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=S8WmhxIaSW716pXHdRLUe7mcoSmQ1jJxxpcouGGPFUo=; b=Z/unHU8iz0hG4er/umsIWHq8cvEMXPBt+l68N/WKKHsmxZFG0j0mgNEvDCLq1+Dg9g CJR/taqgt4vob9Z413SjKFHOk8yyNvCcg4uzkYxz82jvjaLpo64T3kNls5SHTikj8JCm ZgihBaTokHO3zfC7dua71Oc3TvGPr08xp6L1deySLOBnEJGDMNb6Pj16Q7v5ocWxSvFw PsLk9+1wBRcKC1hiBJ1+XjDoNOBQhJNNEAOuCFmPO0rkg/Va5c0flvXSe0RzxuNZnxwW jYWcZlBJrcN3xNNBChYsusP3K7pn5p8CD4a1ndklv6tBW+QjL9NIvWWpaC1RABxkADD6 YJjg== 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=S8WmhxIaSW716pXHdRLUe7mcoSmQ1jJxxpcouGGPFUo=; b=LY+T1ULp40PoExgzk0xPuVOUI8JVky5iaaTnc+Lb5OrvFCldLLxXCu031N1f7RUwK7 OtF/IArAe0fTle0W5q6vZylPX+9PQoXIS3dwm/5sf9H0haAcbV6+eYgw3mtfkVsnTiiF wlKXoQATndijRtPOC7NYaSAztSRpPXI9alDSfu4y1VAFONA2knmEJWJWHCVHghYRCvzM 7pQJdem0oYokW+M/HM+T06GvhVTic31OWwqnG0Y2sEuSaiuPggHxUjr6foNFWOFjFGjl 1yVtJ+l/7zMdrAyjtro18O10ov57RbA5023RQ/ZaKUMk93m2DsDEm9VO+M8dsSRjWu6y uMEg== X-Gm-Message-State: AN3rC/5MC2InivsNjBCGFuI9WZgWEyvgvzw8bXOVoKj+bX0MwUohjHNu unTNC/5VW9WWFw8qc7rDd3KYXAOmt7ttjZQ= X-Received: by 10.31.84.194 with SMTP id i185mr2468331vkb.69.1493199418019; Wed, 26 Apr 2017 02:36:58 -0700 (PDT) MIME-Version: 1.0 Received: by 10.176.91.30 with HTTP; Wed, 26 Apr 2017 02:36:57 -0700 (PDT) From: =?UTF-8?Q?Jannis_=C3=96tjengerdes?= Date: Wed, 26 Apr 2017 11:36:57 +0200 Message-ID: To: edk2-devel@lists.01.org X-Content-Filtered-By: Mailman/MimeDel 2.1.22 Subject: Building edk2 with Windows X-BeenThere: edk2-devel@lists.01.org X-Mailman-Version: 2.1.22 Precedence: list List-Id: EDK II Development List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Wed, 26 Apr 2017 09:37:00 -0000 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable Hello, I want to build an "OVMF"-Image with Windows. I followed your guide https://github.com/tianocore/tianocore.github.io/wiki/Windows-systems which works perfectly fine with the MdeModulePkg. However, if I change that to OvmfPkg/OvmfPkgX64.dsc the build fails. I did not found any guide providing the information to do it correctly. I thought it would be the same as before. When I'm trying to build I get the following error: operable program or batch file. NMAKE : fatal error U1077: '"L:\edk2-win\nasmnasm' : return code '0x1' Stop. I installed nasm and set the enviroment variable. My Conf/target.txt configuration: TARGET =3D DEBUG ACTIVE_PLATFORM =3D OvmfPkg/OvmfPkgX64.dsc TARGET_ARCH =3D X64 Other values are default. I installed Visual Studio 2013 Professional as the comments in the tools_def.txt told me. But anyway, it's not working. If anyone knows how to fix it, please contact me. Thanks! Jannis =C3=96tjengerdes