<?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>CMSIS NN Libraries in Segger Embedded Studio project</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/84295/cmsis-nn-libraries-in-segger-embedded-studio-project</link><description>Hi, 
 I am trying to include the CMSIS-NN libraries inside the segger project. Since they are not available in the software package inside Segger Embedded Studio, I pulled in the repo and copied the file manually to the include location. Here is what</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 04 Feb 2022 14:56:57 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/84295/cmsis-nn-libraries-in-segger-embedded-studio-project" /><item><title>RE: CMSIS NN Libraries in Segger Embedded Studio project</title><link>https://devzone.nordicsemi.com/thread/351372?ContentTypeID=1</link><pubDate>Fri, 04 Feb 2022 14:56:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c5a95bac-3eb7-442a-89d6-0f323a536fae</guid><dc:creator>ilo</dc:creator><description>&lt;p&gt;Thanks a lot.&amp;nbsp;Adding&amp;nbsp;each c file manually to the segger project worked and the program compiled&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: CMSIS NN Libraries in Segger Embedded Studio project</title><link>https://devzone.nordicsemi.com/thread/350908?ContentTypeID=1</link><pubDate>Wed, 02 Feb 2022 14:09:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d056031c-2505-40c5-9594-9f924bb34133</guid><dc:creator>Einar Thorsrud</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;If the only errors you get are from the linker, then there is either a problem with how you built the library (is there some configuration of which functions are&amp;nbsp;included&amp;nbsp;when you build the library perhaps?), or there is a problem with how you added the library to your project.&lt;/p&gt;
&lt;p&gt;Assuming you built the library properly for the correct target and toolchain, then you just need to add the binary library file to the project in the exact same way as you add a C file (right click on a folder under Project items and select &amp;quot;Add existing file&amp;quot;). I believe that should do the same as &amp;quot;Additional input files&amp;quot; as you do in step 6 though, but I suggest you do as I suggested as that should work and is what we do in all SDK example projects. Lastly, you need to add the include path in your&amp;nbsp;SES&amp;nbsp; project, as you write in 3. That seems to be in order though, as the &amp;quot;undefined reference to&amp;quot; error is from the linker (assuming you did not get any other warnings or errors before this?).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>