<?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>linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/43889/linking-error-wiht-building-the-lastest-openthread-library-in-sdk-2-0-0</link><description>SDK - nRF5_SDK_for_Thread_and_Zigbee_2.0.0_29775ac 
 Segger embedeed studio 
 Linux Ubuntu 18.04 
 
 I try use the thread_simple_coap_client example from SDK. I need to use functions from channel monitoring. Then I use instructions in documentation to</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Sat, 23 Feb 2019 14:25:41 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/43889/linking-error-wiht-building-the-lastest-openthread-library-in-sdk-2-0-0" /><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172613?ContentTypeID=1</link><pubDate>Sat, 23 Feb 2019 14:25:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:12087f4c-f4ff-40b1-9fc2-a1a7cc606129</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Where did you set the switches? I see that the source files are included in the Makefiles for the OpenThread projects:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;  $(PROJ_DIR)/openthread/src/core/utils/channel_manager.cpp \
  $(PROJ_DIR)/openthread/src/core/api/channel_manager_api.cpp \
  $(PROJ_DIR)/openthread/src/core/utils/channel_monitor.cpp \
  $(PROJ_DIR)/openthread/src/core/api/channel_monitor_api.cpp \&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172603?ContentTypeID=1</link><pubDate>Sat, 23 Feb 2019 09:02:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7fe219be-3f0f-42a0-bc57-1ee9cd6b0009</guid><dc:creator>František</dc:creator><description>&lt;p&gt;OK thanks, it works. But when I build it with switches CHANNEL_MONITOR=1 CHANNEL_MANAGER=1, functions&amp;nbsp;from channel manager and monitor is not in output libraries&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172242?ContentTypeID=1</link><pubDate>Thu, 21 Feb 2019 08:45:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fa9bb60c-dad7-4470-8aef-dee3bed95151</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;You can checkout older commits from the GitHub repo, using the command:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="c_cpp"&gt;git checkout 704511c96e0d093139e4b80ef0739ed2d701afb1&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The projects in the SDK is only created to compile this commit, it might not work with later commits in the repo.&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;&lt;span&gt;&lt;a href="https://github.com/openthread/openthread/tree/704511c96e0d093139e4b80ef0739ed2d701afb1/src/core/utils"&gt;channel monitoring&amp;nbsp;functions&lt;/a&gt; should be available in this commit as well.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172228?ContentTypeID=1</link><pubDate>Thu, 21 Feb 2019 07:59:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d89fcf86-4478-4718-9b2a-b7095ad557c7</guid><dc:creator>František</dc:creator><description>&lt;p&gt;This warnings is not important. I can fix it later. My problem is with linking problems. First problem is:&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Linking thread_simple_coap_client_pca10056.elf&lt;/span&gt;&lt;br /&gt;&lt;span&gt;../../../../../../external/openthread/lib/gcc/libopenthread-nrf52840-sdk.a(libopenthread_nrf52840_sdk_a-alarm.o): In function `HandleCompareMatch&amp;#39;:&lt;/span&gt;&lt;br /&gt;&lt;span&gt;undefined reference to `nrf_802154_lp_timer_fired&amp;#39;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Can you try it?&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;a href="http://infocenter.nordicsemi.com/index.jsp?topic=%2Fcom.nordic.infocenter.thread_zigbee.v2.0.0%2Findex.html"&gt;infocenter.nordicsemi.com/index.jsp&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172157?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 15:30:33 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a899a638-5838-437f-878a-c67dc3674d05</guid><dc:creator>František</dc:creator><description>&lt;p&gt;I think that is too many changes of new version of openthread libraries against old openthread libraries&lt;/p&gt;
&lt;p&gt;i fixed some&amp;nbsp;errors during compilation but with this linking errors&amp;nbsp;I did not make it.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172155?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 15:16:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1c8acc16-d1d3-4808-aa2c-3297531ec9d7</guid><dc:creator>František</dc:creator><description>&lt;p&gt;it was downloaded from github yesterday&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172154?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 15:14:48 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d04b2331-ebf0-483b-9575-49fdd077c45e</guid><dc:creator>František</dc:creator><description>&lt;p&gt;which commit do you think?&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172153?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 15:08:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb1e0f2a-e8eb-4539-a907-1f1d7386d8bc</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Did you try to compile the commit mentioned in my previous commit when building the OpenThread libraries?&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;git checkout 704511c96e0d093139e4b80ef0739ed2d701afb1&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172119?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 13:09:42 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:34e2156d-98b3-4abc-8c1b-d174d224dbe9</guid><dc:creator>František</dc:creator><description>&lt;p&gt;comands:&amp;nbsp;&lt;/p&gt;
&lt;div class="line"&gt;$ ./bootstrap&lt;/div&gt;
&lt;div class="line"&gt;$ make &amp;ndash;f examples/Makefile-nrf52840 COMMISSIONER=1 JOINER=1 COAP=1 DNS_CLIENT=1 MTD_NETDIAG=1 BORDER_ROUTER=1 MAC_FILTER=1 UDP_PROXY=1 BORDER_AGENT=1&lt;/div&gt;
&lt;div class="line"&gt;&lt;/div&gt;
&lt;div class="line"&gt;openthread library was clone from github:&lt;/div&gt;
&lt;div class="line"&gt;&lt;/div&gt;
&lt;div class="line"&gt;git clone&amp;nbsp;&lt;a href="https://github.com/openthread/openthread"&gt;https://github.com/openthread/openthread&lt;/a&gt;&lt;/div&gt;
&lt;div class="line"&gt;&lt;/div&gt;
&lt;div class="line"&gt;no warnings no errors during build&amp;nbsp;&lt;/div&gt;
&lt;div class="line"&gt;&lt;/div&gt;
&lt;div class="line"&gt;after build openthread I tested cli on nRF52840- Preview-DK and&amp;nbsp;&amp;nbsp; it worked&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: linking error wiht building the lastest openthread library in SDK 2.0.0</title><link>https://devzone.nordicsemi.com/thread/172110?ContentTypeID=1</link><pubDate>Wed, 20 Feb 2019 12:48:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7e669f9d-ef3f-4c1a-b5c7-258d05dd9008</guid><dc:creator>J&amp;#248;rgen Holmefjord</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Which commands did you use to build the openthread libraries, and which commit did you compile from? Did you get any warnings/errors during the build?&lt;/p&gt;
&lt;p&gt;I recommend using the commit mentioned in file&amp;nbsp;external\openthread\project\readme.txt&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt;J&amp;oslash;rgen&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>