<?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>pc ble driver connectivity build</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/93454/pc-ble-driver-connectivity-build</link><description>I tried building the pc ble driver connectivity hex build. 
 I tried various ways to build it with different command shells and: 
 1: I saw the error &amp;quot;couldn&amp;#39;t find make.&amp;quot; 
 2: I also saw the error &amp;quot;could not find pthread.h&amp;quot; 
 so: 
 3: should I use the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 09 Nov 2022 18:48:55 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/93454/pc-ble-driver-connectivity-build" /><item><title>RE: pc ble driver connectivity build</title><link>https://devzone.nordicsemi.com/thread/394993?ContentTypeID=1</link><pubDate>Wed, 09 Nov 2022 18:48:55 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:31da11f0-59a0-44d2-8b3f-14623005e0d4</guid><dc:creator>arden-hills-sw</dc:creator><description>&lt;p&gt;After some analysis: visual studio comes with CMake, so it doesn&amp;#39;t need to be installed.&amp;nbsp; It seems like CMake calls make so I had to install &lt;strong&gt;make&lt;/strong&gt;.&amp;nbsp; Moreover, the master branch seems broken; I couldn&amp;#39;t build the connectivity hex files until I switched to a labeled release branch.&amp;nbsp; Git also installs bash and sh; to get the build to work, I had to rename sh.exe to hide.sh.exe and bash to hide.bash.exe.&lt;/p&gt;
&lt;p&gt;I&amp;#39;ll create another thread to ask if pc-ble-driver was ported to Zephyr since it looks like the nRF52 SDK is being phased out.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc ble driver connectivity build</title><link>https://devzone.nordicsemi.com/thread/394060?ContentTypeID=1</link><pubDate>Fri, 04 Nov 2022 08:21:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1efa0645-a75e-4df7-8894-0403c71f7ef3</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Yes that should install cmake into your environment but make sure that it is added into your system path. This is a simple environment setup issue on how to install cmake and make your terminal see cmake by putting the cmake path in the system path.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc ble driver connectivity build</title><link>https://devzone.nordicsemi.com/thread/393718?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2022 14:46:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c011992c-265d-440d-a076-2a8a7dca0193</guid><dc:creator>arden-hills-sw</dc:creator><description>&lt;p&gt;Susheel,&lt;/p&gt;
&lt;p&gt;should:&lt;/p&gt;
&lt;pre&gt;&lt;code&gt;    choco install make&lt;/code&gt;&lt;/pre&gt;
&lt;p&gt;be part of the build pc-ble-driver instructions?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc ble driver connectivity build</title><link>https://devzone.nordicsemi.com/thread/393714?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2022 14:43:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c4710279-9d46-447d-9bb7-dd429af94682</guid><dc:creator>arden-hills-sw</dc:creator><description>&lt;p&gt;Susheel,&lt;/p&gt;
&lt;p&gt;my issue seems to be this line in pc-ble-driver/hex/CMakeLists.txt:&lt;/p&gt;
&lt;p&gt;&lt;span class="pl-c1"&gt;&amp;nbsp; &amp;nbsp; find_program&lt;/span&gt;&lt;span&gt;(MAKE &lt;/span&gt;&lt;span class="pl-s"&gt;&amp;quot;make&amp;quot;&lt;/span&gt;&lt;span&gt;)&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;there seems to be nothing in the build instructions about that dependency:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp; &amp;nbsp; &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver#Installing-dependencies-on-Windows"&gt;https://github.com/NordicSemiconductor/pc-ble-driver#Installing-dependencies-on-Windows&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;what part of the those instructions installs the &amp;quot;make&amp;quot; dependency?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: pc ble driver connectivity build</title><link>https://devzone.nordicsemi.com/thread/393670?ContentTypeID=1</link><pubDate>Wed, 02 Nov 2022 13:21:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:075933aa-60e3-41b2-b0b7-be9aca9b2cbf</guid><dc:creator>Susheel Nuguru</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;I am not an expert in this but it looks like this is an issue with your toolchain where your setup cannot find few files/headers/executables in your system and/or build path. This is something you need to resolve first to proceed further in your development.&lt;/p&gt;
[quote user=""]Given that I&amp;#39;m working with the nrf52840 dev board, am I&amp;nbsp;supposed to install the&amp;nbsp;&lt;span&gt;S140 soft device, first, and then install the connectivity hex build, next?&lt;/span&gt;[/quote]
&lt;p&gt;In the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver#Overview"&gt;overview section&lt;/a&gt; of the pc-ble-driver clearly mentions that&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;code&gt;pc-ble-driver&lt;/code&gt;&amp;nbsp;consists of a set of static and shared libraries that provide&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.s140.api.v6.1.1/modules.html" rel="nofollow"&gt;SoftDevice&lt;/a&gt;&amp;nbsp;functionality to the application via serial port communication with an nRF5 connectivity chip running the SoftDevice and connectivity software, included as a single .hex file&amp;nbsp;&lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/blob/master/hex"&gt;here&lt;/a&gt;. For more information on SoftDevice serialization see&amp;nbsp;&lt;a href="https://infocenter.nordicsemi.com/topic/com.nordic.infocenter.sdk5.v15.3.0/lib_serialization.html" rel="nofollow"&gt;Serialization&lt;/a&gt;.&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;You need to install first the &lt;a href="https://github.com/NordicSemiconductor/pc-ble-driver/tree/master/hex"&gt;connectivity firmware&lt;/a&gt;&amp;nbsp;which inturn has softdevice built into it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>