<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type="text/xsl" href="https://devzone.nordicsemi.com/cfs-file/__key/system/syndication/rss.xsl" media="screen"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>How to configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/39814/how-to-configure-embedded-studio-to-generate-full-build-log-output-for-example-i-want-check-whether-all-the-header-i-included-is-compiled-correctly</link><description>Hi Guys, 
 
 How do I configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 29 Oct 2018 00:48:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/39814/how-to-configure-embedded-studio-to-generate-full-build-log-output-for-example-i-want-check-whether-all-the-header-i-included-is-compiled-correctly" /><item><title>RE: How to configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.</title><link>https://devzone.nordicsemi.com/thread/154784?ContentTypeID=1</link><pubDate>Mon, 29 Oct 2018 00:48:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ed811252-797c-451d-8a6d-cc131f54e903</guid><dc:creator>inghowe83</dc:creator><description>&lt;p&gt;noted with thanks.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.</title><link>https://devzone.nordicsemi.com/thread/154470?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 11:23:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:357ae075-9029-44a4-98aa-6a311537ad9c</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;I&amp;#39;m unaware on any other possibilities except using &lt;a href="https://studio.segger.com/index.htm?https://studio.segger.com/emBuild_building_with_a_project_file.htm"&gt;emBuild.exe with the &lt;strong&gt;-verbose&lt;/strong&gt; option. &lt;/a&gt;&lt;/p&gt;
&lt;p&gt;You could perhaps ask on Seggers own forum, &lt;a href="https://forum.segger.com/index.php/Board/9-SEGGER-Embedded-Studio-related/"&gt;here&lt;/a&gt;?&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.</title><link>https://devzone.nordicsemi.com/thread/154402?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 08:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f67113bc-cbb0-4b3f-98d5-c93becbe278a</guid><dc:creator>inghowe83</dc:creator><description>&lt;p&gt;Hi Andreas,&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Thanks for your input. I was trying to have more verbose output. Target is to get the *.d info printed on the output build.&lt;/p&gt;
&lt;p&gt;For example:&lt;/p&gt;
&lt;p&gt;C:\nRF5_SDK_MWDS\components\libraries\button\app_button.c \&lt;br /&gt; ../../../../../../components/libraries/util/sdk_common.h \&lt;br /&gt; C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/stdint.h \&lt;br /&gt; C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/stdbool.h \&lt;br /&gt; C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/string.h \&lt;br /&gt; C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/__crossworks.h \&lt;br /&gt; ../config/sdk_config.h \&lt;br /&gt; ../../../../../../components/libraries/util/nordic_common.h \&lt;br /&gt; ../../../../../../modules/nrfx/mdk/compiler_abstraction.h \&lt;br /&gt; ../../../../../../components/libraries/util/sdk_os.h \&lt;br /&gt; ../../../../../../components/libraries/util/sdk_errors.h \&lt;br /&gt; ../../../../../../components/drivers_nrf/nrf_soc_nosd/nrf_error.h \&lt;br /&gt; ../../../../../../components/libraries/util/app_util.h \&lt;br /&gt; C:/Program\ Files\ (x86)/SEGGER/SEGGER\ Embedded\ Studio\ for\ ARM\ 3.34a/include/stddef.h \&lt;br /&gt; ../../../../../../modules/nrfx/mdk/nrf.h \&lt;br /&gt; ../../../../../../modules/nrfx/mdk/nrf52840.h \&lt;br /&gt; ../../../../../../components/toolchain/cmsis/include/core_cm4.h \&lt;br /&gt; ../../../../../../components/toolchain/cmsis/include/core_cmInstr.h \&lt;br /&gt; ../../../../../../components/toolchain/cmsis/include/cmsis_gcc.h \&lt;br /&gt; ../../../../../../components/toolchain/cmsis/include/core_cmFunc.h \&lt;br /&gt; ../../../../../../components/toolchain/cmsis/include/core_cmSimd.h \&lt;br /&gt; ../../../../../../modules/nrfx/mdk/system_nrf52840.h \&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: How to configure Embedded Studio to generate full build log output? For example I want check whether all the header I included is compiled correctly.</title><link>https://devzone.nordicsemi.com/thread/154388?ContentTypeID=1</link><pubDate>Thu, 25 Oct 2018 07:53:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:40d464a1-8a95-4fe2-89e5-543fdd9271fd</guid><dc:creator>AndreasF</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;You can find the output build log under &lt;strong&gt;Build --&amp;gt; Show Log Build&lt;/strong&gt;, like this:&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/support-attachments/beef5d1b77644c448dabff31668f3a47-b1abd105f39e42c68cd2b876576401f0/pastedimage1540452623898v1.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m a bit unsure what you mean by compiling header files? Header files are not compiled, they are included in &lt;strong&gt;.c&lt;/strong&gt; files, which then are compiled.&lt;/p&gt;
&lt;p&gt;If you have any faults during compilation then they should be listed here.&lt;/p&gt;
&lt;p&gt;- Andreas&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>