From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) (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 C2AA921A143F5 for ; Sun, 10 Sep 2017 20:00:29 -0700 (PDT) Received: from fmsmga001.fm.intel.com ([10.253.24.23]) by orsmga103.jf.intel.com with ESMTP/TLS/DHE-RSA-AES256-GCM-SHA384; 10 Sep 2017 20:03:23 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.42,375,1500966000"; d="scan'208";a="1193626766" Received: from fmsmsx103.amr.corp.intel.com ([10.18.124.201]) by fmsmga001.fm.intel.com with ESMTP; 10 Sep 2017 20:03:23 -0700 Received: from fmsmsx101.amr.corp.intel.com (10.18.124.199) by FMSMSX103.amr.corp.intel.com (10.18.124.201) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Sep 2017 20:03:22 -0700 Received: from shsmsx152.ccr.corp.intel.com (10.239.6.52) by fmsmsx101.amr.corp.intel.com (10.18.124.199) with Microsoft SMTP Server (TLS) id 14.3.319.2; Sun, 10 Sep 2017 20:03:22 -0700 Received: from shsmsx104.ccr.corp.intel.com ([169.254.5.117]) by SHSMSX152.ccr.corp.intel.com ([169.254.6.93]) with mapi id 14.03.0319.002; Mon, 11 Sep 2017 11:03:12 +0800 From: "Gao, Liming" To: david moheban , "edk2-devel@lists.01.org" Thread-Topic: [edk2] WARNING: No source level debug Thread-Index: AQHTKMiJVYRuP0bYQUWnC5t3RzoUsqKvAh2A Date: Mon, 11 Sep 2017 03:03:11 +0000 Message-ID: <4A89E2EF3DFEDB4C8BFDE51014F606A14E13982F@SHSMSX104.ccr.corp.intel.com> References: In-Reply-To: Accept-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: x-originating-ip: [10.239.127.40] MIME-Version: 1.0 Subject: Re: WARNING: No source level debug 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: Mon, 11 Sep 2017 03:00:29 -0000 Content-Language: en-US Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable MdeModulePkg.dsc is for package build test, no functionality verification.= =20 If you want to verify some module in this Package, you can add it into the = platform, such as Nt32 or Ovmf, then see its functionality.=20 >-----Original Message----- >From: edk2-devel [mailto:edk2-devel-bounces@lists.01.org] On Behalf Of >david moheban >Sent: Saturday, September 09, 2017 1:33 AM >To: edk2-devel@lists.01.org >Subject: Re: [edk2] WARNING: No source level debug > >I checked all of the DebugLib instances and I believe they are all there >though in different locations in Mdemodulepkg.dsc vs nt32pkg.dsc. I have >tried every suggestion and made every configuration change possible. Spent >hours google searching the issue. Getting rid of the Null debuglib >reference, using the intel package vs mdepkg and so on. Sorting it out >further unfortunately is beyond my abilities at the moment. I think the >issue is that the debug calls get ignored because a driver based on >Mdemodulepkg is running off of the NT32pkg firmware volume image I copied >from the NT32 build X64 folder into the Mdemodulepkg build x64 folder alon= g >with SecMain so that the VM can run when I type 'Build run -p >mdemodulepkg'. If there is another way to rebuild that firmware volume >someone please clue me in because i think that would fix it. I only know >how to build it from Nt32pkg. In anycase Ill just start over and use the >NT32pkg platform instead. > >Thank you > >Sent from my iPad >_______________________________________________ >edk2-devel mailing list >edk2-devel@lists.01.org >https://lists.01.org/mailman/listinfo/edk2-devel