<?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>undefined reference to `otSrpClientSetHostName&amp;#39; - SRP Client Support</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76547/undefined-reference-to-otsrpclientsethostname---srp-client-support</link><description>Hey all 
 
 I&amp;#39;ve been searching and trying all sorts of options for this but I&amp;#39;m stuck. 
 
 I&amp;#39;m currently working on a Thread sensor prototype on the 52840DK. I&amp;#39;m trying to register a host name and service with SRP via code. 
 If I use the CLI from the</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 22 Jun 2021 00:08:38 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76547/undefined-reference-to-otsrpclientsethostname---srp-client-support" /><item><title>RE: undefined reference to `otSrpClientSetHostName' - SRP Client Support</title><link>https://devzone.nordicsemi.com/thread/316359?ContentTypeID=1</link><pubDate>Tue, 22 Jun 2021 00:08:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:408f7a23-99c8-4bf2-9867-e4a9a72fadc6</guid><dc:creator>DamianMac</dc:creator><description>&lt;p&gt;Got this to work finally!&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;The CLIENT_BUFFERS_ENABLE switch is newer code than the nrf SDK I think. I got the appropriate libraries to compile with this set of options in my .proj file.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;# Enable OpenThread CoAP support API
CONFIG_OPENTHREAD_COAP=y
CONFIG_OPENTHREAD_SOURCES=y
CONFIG_OPENTHREAD_COAP_OBSERVE=y
CONFIG_OPENTHREAD_ENABLE_SERVICE=y
CONFIG_OPENTHREAD_SRP_CLIENT=y
CONFIG_OPENTHREAD_ECDSA=y&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>