<?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>Having trouble including cc310 library into Zephyr on ncs v1.3.0 release</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/63960/having-trouble-including-cc310-library-into-zephyr-on-ncs-v1-3-0-release</link><description>So with my NRF52840 board I am trying to use the cc310 backend in zephyr. My project did work until I recently tried to upgrade to ncs v 1.3.0 . The issue was that the build would terminate at the linking stage because it could not find the definition</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 03 Aug 2020 13:20:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/63960/having-trouble-including-cc310-library-into-zephyr-on-ncs-v1-3-0-release" /><item><title>RE: Having trouble including cc310 library into Zephyr on ncs v1.3.0 release</title><link>https://devzone.nordicsemi.com/thread/262813?ContentTypeID=1</link><pubDate>Mon, 03 Aug 2020 13:20:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:046d6718-d830-44f0-af1f-707e7b5afc71</guid><dc:creator>Barry</dc:creator><description>&lt;p&gt;Sorry I never wrote back. Yes building from the command line does work. So that&amp;#39;s good. Its frustrating that SES has so many issues. There are many things I like about it, but many things that don&amp;#39;t work right also. It crashes all the time for me. And they almost never respond if I post issues on their board.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having trouble including cc310 library into Zephyr on ncs v1.3.0 release</title><link>https://devzone.nordicsemi.com/thread/261633?ContentTypeID=1</link><pubDate>Fri, 24 Jul 2020 14:47:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:41beb4dc-1978-4aa3-8e78-e59c1f0777ff</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Thanks for the sample.&lt;/p&gt;
&lt;p&gt;To me, it looks like the problem is specific to Segger Embedded Studio. Is that what you are using to build?&lt;/p&gt;
&lt;p&gt;Do you see the same problem if you build from the command line with West?&lt;/p&gt;
&lt;p&gt;Also, regarding your workaround for the mbedtls config name, that too seems like a SES problem. Another customer has proposed another solution to that problem here: &lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/63888/there-is-a-bug-in-sdk-1-3-0-when-compile-the-mbedtls-under-the-path-of-modules-nrfxlib-nrf_security-src-mbedtls-i-get-the-following-error-mbedtls-library-chacha20-c-29-10-error-include-expects-filename-or"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/63888/there-is-a-bug-in-sdk-1-3-0-when-compile-the-mbedtls-under-the-path-of-modules-nrfxlib-nrf_security-src-mbedtls-i-get-the-following-error-mbedtls-library-chacha20-c-29-10-error-include-expects-filename-or&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Anyway, I&amp;#39;ll report both issues internally so that they can be fixed.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having trouble including cc310 library into Zephyr on ncs v1.3.0 release</title><link>https://devzone.nordicsemi.com/thread/261400?ContentTypeID=1</link><pubDate>Thu, 23 Jul 2020 14:20:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8dc788de-3677-43f9-972a-c2c4c74d3951</guid><dc:creator>Barry</dc:creator><description>&lt;p&gt;Ok I created a simple example and the problem (and my work around) persist.&lt;/p&gt;
&lt;p&gt;I used this board file&lt;/p&gt;
&lt;p&gt;zephyr/boards/arm/nrf52840dk_nrf52840&lt;/p&gt;
&lt;p&gt;I have attached a zip file with my files. I had to rename the extension to get it to load. So just change it back to zip.&lt;/p&gt;
&lt;p&gt;I am using the following repo versions in my west file&lt;/p&gt;
&lt;p&gt;- name: ncs&lt;br /&gt; url-base: &lt;a href="https://github.com/nrfconnect"&gt;https://github.com/nrfconnect&lt;/a&gt;&lt;br /&gt;- name: armmbed&lt;br /&gt; url-base: &lt;a href="https://github.com/ARMmbed"&gt;https://github.com/ARMmbed&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;- name: zephyr&lt;br /&gt; repo-path: sdk-zephyr&lt;br /&gt; revision: v2.3.0-rc1-ncs1&lt;br /&gt; remote: ncs&lt;/p&gt;
&lt;p&gt;- name: nrfxlib&lt;br /&gt; path: nrfxlib&lt;br /&gt; revision: v1.3.0 &lt;br /&gt; repo-path: sdk-nrfxlib&lt;br /&gt; remote: ncs&lt;/p&gt;
&lt;p&gt;- name: mbedtls-nrf&lt;br /&gt; path: mbedtls&lt;br /&gt; repo-path: mbedtls&lt;br /&gt; revision: mbedtls-2.16.6&lt;br /&gt; remote: armmbed&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/test.txt"&gt;devzone.nordicsemi.com/.../test.txt&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having trouble including cc310 library into Zephyr on ncs v1.3.0 release</title><link>https://devzone.nordicsemi.com/thread/261244?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 15:43:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7809fc66-5387-4ea5-9ae2-22c443adada9</guid><dc:creator>Barry</dc:creator><description>&lt;p&gt;This is a custom application. I don&amp;#39;t have a simple sample, but I could make one maybe. At a basic level, it would be a project that tries to use any of the functions the cc310 can do, and thus requires a mbedcrypto static library to be compiled into the code.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: Having trouble including cc310 library into Zephyr on ncs v1.3.0 release</title><link>https://devzone.nordicsemi.com/thread/261241?ContentTypeID=1</link><pubDate>Wed, 22 Jul 2020 15:13:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:0e00ac4f-187d-4e60-8be5-f9c84cfb6797</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi, and thanks for the report.&lt;/p&gt;
&lt;p&gt;Sadly, I have not had much time to look at it today but will come back tomorrow for a deeper look at the issue.&lt;/p&gt;
&lt;p&gt;Are you building a sample or a custom application?&lt;/p&gt;
&lt;p&gt;Do you have a simple sample that demonstrates the issue?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>