<?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>Nordic NRF SDK v1.6: Issue with AT_CMD_PARSER</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/76717/nordic-nrf-sdk-v1-6-issue-with-at_cmd_parser</link><description>Hi 
 I&amp;#39;m testing RC3 of NRF Connect SDK v1.6 in combination with our application. I have an issue with the configuration when I want to enable CONFIG_LTE_LINK_CONTROL. This flag automatically selects AT_CMD_PARSER. The problem is that AT_CMD_PARSER seems</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 30 Jun 2021 15:13:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/76717/nordic-nrf-sdk-v1-6-issue-with-at_cmd_parser" /><item><title>RE: Nordic NRF SDK v1.6: Issue with AT_CMD_PARSER</title><link>https://devzone.nordicsemi.com/thread/318028?ContentTypeID=1</link><pubDate>Wed, 30 Jun 2021 15:13:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:27ca201f-17ac-4974-92fc-31cd773e3e00</guid><dc:creator>mglettig</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon&lt;/span&gt;&lt;/p&gt;
[quote userid="104198" url="~/f/nordic-q-a/76717/nordic-nrf-sdk-v1-6-issue-with-at_cmd_parser/317162#317162"]&lt;p&gt;&lt;span&gt;If I don&amp;#39;t get an answer I will create a new feature request. In that case I will keep you posted.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;As I didn&amp;#39;t hear anything in the old PR thread I created a new Issue in Zephyr: &lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/36645"&gt;https://github.com/zephyrproject-rtos/zephyr/issues/36645&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;I hope somebody will add the functions to minimal libc.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic NRF SDK v1.6: Issue with AT_CMD_PARSER</title><link>https://devzone.nordicsemi.com/thread/317162?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 09:19:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dda20c78-663b-4495-bc8e-51cf44608f04</guid><dc:creator>mglettig</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks for the update. I agree with you. It would be good to have the support for&amp;nbsp;&lt;span&gt;strtoll/strtoull in minimal libc and then ged rid of the dependeny to new libc. I posted in this thread here:&amp;nbsp;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/pull/16511"&gt;https://github.com/zephyrproject-rtos/zephyr/pull/16511&lt;/a&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I don&amp;#39;t get an answer I will create a new feature request. In that case I will keep you posted.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Kind regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Michael&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic NRF SDK v1.6: Issue with AT_CMD_PARSER</title><link>https://devzone.nordicsemi.com/thread/317127?ContentTypeID=1</link><pubDate>Fri, 25 Jun 2021 07:32:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:fc4ca574-8ee8-41ef-8972-12e795b4087c</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi Michael,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I reproduced this by compiling&amp;nbsp;zephyr/samples/net/civetweb/http_server/ and setting newlibc.&lt;/p&gt;
&lt;p&gt;Using civetweb with newlib looks to be a hard incompatibility, as per this issue:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues/16683"&gt;https://github.com/zephyrproject-rtos/zephyr/issues/16683&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;It looks like the simplest path is to get strtoll/strtoull support for minimal libc, then remove this dep:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/nrfconnect/sdk-nrf/blob/master/lib/at_cmd_parser/Kconfig#L9"&gt;https://github.com/nrfconnect/sdk-nrf/blob/master/lib/at_cmd_parser/Kconfig#L9&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Unfortunately, both needs to be addressed in the zephyr project. Have you tried creating an issue on their github?&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/issues"&gt;https://github.com/zephyrproject-rtos/zephyr/issues&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic NRF SDK v1.6: Issue with AT_CMD_PARSER</title><link>https://devzone.nordicsemi.com/thread/316996?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 12:51:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a3e75ed-a0ff-4c6a-86a9-b3ac6b13e28a</guid><dc:creator>mglettig</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;span&gt;H&amp;aring;kon&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Thanks for pointing out the reason for using NEW_LIBC. If I try to compile with NEW_LIBC I get errors about multiple definitions of functions and variables related to POSIX threads.&lt;/p&gt;
&lt;p&gt;Please have a look at the following log-file to see the details:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/buildErrorNewLib.log"&gt;devzone.nordicsemi.com/.../buildErrorNewLib.log&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;We need&amp;nbsp;CONFIG_POSIX_API=y and&amp;nbsp;CONFIG_PTHREAD_IPC=y as well as CONFIG_POSIX_MQUEUE=y in our application because we are using Civetweb (webserver).&lt;/p&gt;
&lt;p&gt;Do you have any ideas on how to go ahead with NEW_LIBC?&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Michael&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Nordic NRF SDK v1.6: Issue with AT_CMD_PARSER</title><link>https://devzone.nordicsemi.com/thread/316961?ContentTypeID=1</link><pubDate>Thu, 24 Jun 2021 11:43:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a100c25c-3c49-4748-84dc-c1ca9db8d478</guid><dc:creator>H&amp;#229;kon Alseth</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;The modem can return values &amp;gt; 32 bit, so strtoll() is required, which minimal libc lacks support for at this time.&lt;/p&gt;
&lt;p&gt;There has been work on this in the upstream zephyr, but it seems to be stale:&lt;/p&gt;
&lt;p&gt;&lt;a href="https://github.com/zephyrproject-rtos/zephyr/pull/16511"&gt;https://github.com/zephyrproject-rtos/zephyr/pull/16511&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
[quote user=""]The compile issues have to do with multiple definitions of POSIX functions.[/quote]
&lt;p&gt;Is there any specific functions that clashes?&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Kind regards,&lt;/p&gt;
&lt;p&gt;Håkon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>