<?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>VS Code: How enable verbose output for compilation, west and imgtool</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/118153/vs-code-how-enable-verbose-output-for-compilation-west-and-imgtool</link><description>Hi, 
 I am using nrf connect SDK 2.9.0 with nrf52840DK and MCUboot with own RSA .pem file (from older versions, so no ECDSA possible). How can I increase verbosity when building the project by click on &amp;quot;Build pristine&amp;quot; in VS Code? 
 I would like to see</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 21 Jan 2025 08:42:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/118153/vs-code-how-enable-verbose-output-for-compilation-west-and-imgtool" /><item><title>RE: VS Code: How enable verbose output for compilation, west and imgtool</title><link>https://devzone.nordicsemi.com/thread/519208?ContentTypeID=1</link><pubDate>Tue, 21 Jan 2025 08:42:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b0ec10f6-878c-49ad-9775-0b0037bcf3ab</guid><dc:creator>AHaug</dc:creator><description>&lt;p&gt;Hi Marcel,&lt;/p&gt;
[quote user=""]How can I increase verbosity when building the project by click on &amp;quot;Build pristine&amp;quot; in VS Code?[/quote]
&lt;p&gt;You can add an extra CMake argument as shown here:&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/multi_image.html#controlling_the_build_process"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/nrf/app_dev/config_and_build/multi_image.html#controlling_the_build_process&lt;/a&gt;, or if you wish to make it permanent you can add a CMake argument here&amp;nbsp;&lt;a href="https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/west/build-flash-debug.html#permanent_cmake_arguments"&gt;https://docs.nordicsemi.com/bundle/ncs-latest/page/zephyr/develop/west/build-flash-debug.html#permanent_cmake_arguments&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;&lt;span&gt;CMAKE_VERBOSE_MAKEFILE=1 can also be added to your CMakelist.txt to make these arguments always be included when building this project.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;It should be the same when using sysbuild in nRF Connect Extension (which is what I assume you refer to as &amp;quot;sysbuild over UI&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Let me know if this works for you,&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;br /&gt;Andreas&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>