* Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ? [not found] <1471472692.490517.1478106740072.ref@mail.yahoo.com> @ 2016-11-02 17:12 ` Shubha Ramani 2016-11-02 21:51 ` Andrew Fish 0 siblings, 1 reply; 4+ messages in thread From: Shubha Ramani @ 2016-11-02 17:12 UTC (permalink / raw) To: edk2-devel@lists.01.org Seems like DEBUG and OUTPUT got switched somehow and I don't know how. The stuff used to appear in OUTPUT but somehow they got switched. Where do I configure this ? Thanks, Shubha Shubha D. Ramanishubharamani@gmail.com shubharamani@yahoo.com >From Marvin.Haeuser@outlook.com Wed Nov 2 11:00:45 2016 Return-Path: <Marvin.Haeuser@outlook.com> X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from SNT004-OMC1S18.hotmail.com (snt004-omc1s18.hotmail.com [65.55.90.29]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id F095F81D36 for <edk2-devel@lists.01.org>; Wed, 2 Nov 2016 11:00:44 -0700 (PDT) Received: from EUR01-HE1-obe.outbound.protection.outlook.com ([65.55.90.7]) by SNT004-OMC1S18.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Wed, 2 Nov 2016 11:00:46 -0700 DKIM-Signature: v ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ? 2016-11-02 17:12 ` Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ? Shubha Ramani @ 2016-11-02 21:51 ` Andrew Fish 2016-11-03 18:37 ` Shubha Ramani 0 siblings, 1 reply; 4+ messages in thread From: Andrew Fish @ 2016-11-02 21:51 UTC (permalink / raw) To: Shubha Ramani; +Cc: edk2-devel@lists.01.org > On Nov 2, 2016, at 10:12 AM, Shubha Ramani <shubharamani@yahoo.com> wrote: > > Seems like DEBUG and OUTPUT got switched somehow and I don't know how. The stuff used to appear in OUTPUT but somehow they got switched. > Where do I configure this ? Shudha, I think the DEBUG dir is for things that are saved for debugging and OUTPUT is for things not needed for debug so it is just a generic policy in the tools. I think the original concept is you need to save things in DEBUG for future source level debugging and things in OUTPUT can be discarded. Thanks, Andrew Fish > Thanks, > Shubha Shubha D. Ramanishubharamani@gmail.com > shubharamani@yahoo.com > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ? 2016-11-02 21:51 ` Andrew Fish @ 2016-11-03 18:37 ` Shubha Ramani 2016-11-03 20:38 ` Andrew Fish 0 siblings, 1 reply; 4+ messages in thread From: Shubha Ramani @ 2016-11-03 18:37 UTC (permalink / raw) To: Andrew Fish; +Cc: edk2-devel@lists.01.org So are you saying that what I have observed is normal Andrew ? Shubha Shubha D. Ramanishubharamani@gmail.com shubharamani@yahoo.com On Wednesday, November 2, 2016 2:51 PM, Andrew Fish <afish@apple.com> wrote: > On Nov 2, 2016, at 10:12 AM, Shubha Ramani <shubharamani@yahoo.com> wrote: > > Seems like DEBUG and OUTPUT got switched somehow and I don't know how. The stuff used to appear in OUTPUT but somehow they got switched. > Where do I configure this ? Shudha, I think the DEBUG dir is for things that are saved for debugging and OUTPUT is for things not needed for debug so it is just a generic policy in the tools. I think the original concept is you need to save things in DEBUG for future source level debugging and things in OUTPUT can be discarded. Thanks, Andrew Fish > Thanks, > Shubha Shubha D. Ramanishubharamani@gmail.com > shubharamani@yahoo.com > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel >From Marvin.Haeuser@outlook.com Thu Nov 3 12:19:05 2016 Return-Path: <Marvin.Haeuser@outlook.com> X-Original-To: edk2-devel@lists.01.org Delivered-To: edk2-devel@lists.01.org Received: from BLU004-OMC4S29.hotmail.com (blu004-omc4s29.hotmail.com [65.55.111.168]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-SHA384 (256/256 bits)) (No client certificate requested) by ml01.01.org (Postfix) with ESMTPS id 0F56B81D40 for <edk2-devel@lists.01.org>; Thu, 3 Nov 2016 12:19:04 -0700 (PDT) Received: from EUR01-DB5-obe.outbound.protection.outlook.com ([65.55.111.136]) by BLU004-OMC4S29.hotmail.com over TLS secured channel with Microsoft SMTPSVC(7.5.7601.23008); Thu, 3 Nov 2016 12:19:06 -0700 DKIM-Signature: v ^ permalink raw reply [flat|nested] 4+ messages in thread
* Re: Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ? 2016-11-03 18:37 ` Shubha Ramani @ 2016-11-03 20:38 ` Andrew Fish 0 siblings, 0 replies; 4+ messages in thread From: Andrew Fish @ 2016-11-03 20:38 UTC (permalink / raw) To: Shubha Ramani; +Cc: edk2-devel@lists.01.org > On Nov 3, 2016, at 11:37 AM, Shubha Ramani <shubharamani@yahoo.com> wrote: > > So are you saying that what I have observed is normal Andrew ? Yes. The per toolchain build rules in the Conf/build_rule.txt and Conf/tools_def.txt send the build output to the correct location. I seem to remember it has always worked this way. Thanks, Andrew Fish > Shubha Shubha D. Ramanishubharamani@gmail.com > shubharamani@yahoo.com > > On Wednesday, November 2, 2016 2:51 PM, Andrew Fish <afish@apple.com> wrote: > > > >> On Nov 2, 2016, at 10:12 AM, Shubha Ramani <shubharamani@yahoo.com> wrote: >> >> Seems like DEBUG and OUTPUT got switched somehow and I don't know how. The stuff used to appear in OUTPUT but somehow they got switched. >> Where do I configure this ? > > Shudha, > > I think the DEBUG dir is for things that are saved for debugging and OUTPUT is for things not needed for debug so it is just a generic policy in the tools. I think the original concept is you need to save things in DEBUG for future source level debugging and things in OUTPUT can be discarded. > > Thanks, > > Andrew Fish > > >> Thanks, >> Shubha Shubha D. Ramanishubharamani@gmail.com >> shubharamani@yahoo.com >> _______________________________________________ >> edk2-devel mailing list >> edk2-devel@lists.01.org >> https://lists.01.org/mailman/listinfo/edk2-devel > > > > > _______________________________________________ > edk2-devel mailing list > edk2-devel@lists.01.org > https://lists.01.org/mailman/listinfo/edk2-devel ^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-11-03 20:38 UTC | newest] Thread overview: 4+ messages (download: mbox.gz follow: Atom feed -- links below jump to the message on this page -- [not found] <1471472692.490517.1478106740072.ref@mail.yahoo.com> 2016-11-02 17:12 ` Why does build output appear in RELEASE_VS2012x86\X64\blah blah\DEBUG rather than OUTPUT ? Shubha Ramani 2016-11-02 21:51 ` Andrew Fish 2016-11-03 18:37 ` Shubha Ramani 2016-11-03 20:38 ` Andrew Fish
This is a public inbox, see mirroring instructions for how to clone and mirror all data and code used for this inbox