<?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>Can&amp;#39;t Build nRF Connect 3.2.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52270/can-t-build-nrf-connect-3-2-0</link><description>I&amp;#39;m running Windows 10 and loaded pc-nrfconnect-ble-231-master from GitHub, 
 Per the README I npm installed windows-build-tools, then npm install. 
 I got some warnings about modules requiring specific revs of other modules, most of which I fixed, but</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 23 Sep 2019 11:31:49 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52270/can-t-build-nrf-connect-3-2-0" /><item><title>RE: Can't Build nRF Connect 3.2.0</title><link>https://devzone.nordicsemi.com/thread/211213?ContentTypeID=1</link><pubDate>Mon, 23 Sep 2019 11:31:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3eb9fefd-8cb1-4a1e-a79b-1a88657dce07</guid><dc:creator>Chun Fan</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;The cause of the error is that the node-usb module does not provide proper binary binding according to &lt;a href="https://github.com/tessel/node-usb/issues/317"&gt;https://github.com/tessel/node-usb/issues/317&lt;/a&gt;.&lt;/p&gt;
&lt;p&gt;This issue has been fixed in node-usb and merged to its master but&amp;nbsp; has not been released yet. This issue will be gone when they have a new release. However, we dont know when they will have a new release.&lt;strong&gt;&lt;br /&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Now, to build our pc-nrfconnect-core, you need a temporary solution.&lt;/p&gt;
&lt;p&gt;Either you install MS Visual Studio and it will solve the problem but it may take some time to install it.&lt;/p&gt;
&lt;p&gt;Or try something according to &lt;a href="https://github.com/nodejs/node-gyp/issues/1747"&gt;https://github.com/nodejs/node-gyp/issues/1747&lt;/a&gt; after you have run &lt;em&gt;npm install --global --production windows-build-tools&lt;/em&gt;&lt;/p&gt;
&lt;ol&gt;
&lt;li&gt;npm config set python python2.7&lt;/li&gt;
&lt;li&gt;npm config set msvs_version 2015&lt;/li&gt;
&lt;/ol&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't Build nRF Connect 3.2.0</title><link>https://devzone.nordicsemi.com/thread/210788?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 19:54:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8221c98d-b0ff-4d3d-b154-281e9eb3f337</guid><dc:creator>mjenkel</dc:creator><description>&lt;p&gt;I&amp;#39;m using node v10.15.0.&lt;/p&gt;
&lt;p&gt;I cloned pc-nrfconnect-core version 3.2.0 from github, SHA1 ID ddac111911953d90458cf0b0dc6153f3fe2f37dd (dated 9-6-18).&lt;/p&gt;
&lt;p&gt;Per the README.md, for Windows, I did:&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; npm install --global --production windows-build-tools&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&amp;nbsp;&amp;nbsp; npm install&lt;/p&gt;
&lt;p&gt;This produced the 2 attached files: xxx-console.txt (captured console output) and xxx-debug.log (the automatically logged file).&lt;/p&gt;
&lt;p&gt;The console shows 2 errors: 1) Can&amp;#39;t find MSBuild (seems to be a common problem for MSVS 2019) and 2) error running usb@1.6.0 script.&lt;/p&gt;
&lt;p&gt;Any help on both issues appreciated.&lt;/p&gt;
&lt;p&gt;-Marty&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2019_2D00_09_2D00_19T16_5F00_15_5F00_50_5F00_677Z_2D00_console.txt"&gt;devzone.nordicsemi.com/.../2019_2D00_09_2D00_19T16_5F00_15_5F00_50_5F00_677Z_2D00_console.txt&lt;/a&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2019_2D00_09_2D00_19T16_5F00_15_5F00_50_5F00_677Z_2D00_debug.log"&gt;devzone.nordicsemi.com/.../2019_2D00_09_2D00_19T16_5F00_15_5F00_50_5F00_677Z_2D00_debug.log&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't Build nRF Connect 3.2.0</title><link>https://devzone.nordicsemi.com/thread/210755?ContentTypeID=1</link><pubDate>Thu, 19 Sep 2019 14:42:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:aee04687-5a1f-4f1a-8450-5d4e8e737f0d</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi Marty,&lt;/p&gt;
&lt;p&gt;I talked to our nRF Connect for desktop developers and they want more information from you. Could you provide:&lt;/p&gt;
&lt;p style="padding-left:30px;"&gt;1. Which nodejs version are you using?&lt;br /&gt; 2. Which branch of pc-nrfconnect-core are you using (not pc-nrfconnect-ble)?&lt;br /&gt; 3. What are the concrete steps you are following for building pc-nrfconnect-core?&lt;br /&gt; 4. If you can, please provide full log if you still fail to build.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't Build nRF Connect 3.2.0</title><link>https://devzone.nordicsemi.com/thread/210541?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 19:52:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a7462d37-4a87-46b2-8414-b888c408f4e7</guid><dc:creator>mjenkel</dc:creator><description>&lt;p&gt;I know.&amp;nbsp; I meant to say I was trying to build it to chase a problem running an app being developed.&amp;nbsp; This worked in a previous nRF Connect version (2.2.0? don&amp;#39;t have it handy) but fails in the current version.&amp;nbsp; That failure is (apparently, but that&amp;#39;s why I wanted was trying to build nRF-C): I can connect to my device, get the list of available characteristics whether custom or generic (like Device Info), but clicking on any (Device Info) nothing happens, and from tracing in my app it appears nothing was even sent.&lt;/p&gt;
&lt;p&gt;BTW, I tried to build the &amp;quot;working&amp;quot; nRF Connect both back then and now, and never have been able to build any version.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Can't Build nRF Connect 3.2.0</title><link>https://devzone.nordicsemi.com/thread/210447?ContentTypeID=1</link><pubDate>Wed, 18 Sep 2019 13:48:00 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:05121fa9-9590-4026-a260-5103aa6551de</guid><dc:creator>Marjeris Romero</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;You can download nRF Connect for desktop directly from &lt;a href="https://www.nordicsemi.com/Software-and-Tools/Development-Tools/nRF-Connect-for-desktop/Download#infotabs"&gt;this link&lt;/a&gt;, not need to build the project.&lt;/p&gt;
&lt;p&gt;BR,&lt;/p&gt;
&lt;p&gt;Marjeris&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>