<?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>DSP Basicmath source file does not seem to be included in the build error undefined reference to `zdsp_mult_f32&amp;#39; SDK2.6.1</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/114402/dsp-basicmath-source-file-does-not-seem-to-be-included-in-the-build-error-undefined-reference-to-zdsp_mult_f32-sdk2-6-1</link><description>Hello, I am having an issue with DSP library basicmath where the source file does not seem to be included in the build and I am getting error undefined reference to `zdsp_mult_f32&amp;#39;. 
 There were multiple issues with the library first, there was a library</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 05 Sep 2024 06:36:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/114402/dsp-basicmath-source-file-does-not-seem-to-be-included-in-the-build-error-undefined-reference-to-zdsp_mult_f32-sdk2-6-1" /><item><title>RE: DSP Basicmath source file does not seem to be included in the build error undefined reference to `zdsp_mult_f32' SDK2.6.1</title><link>https://devzone.nordicsemi.com/thread/501277?ContentTypeID=1</link><pubDate>Thu, 05 Sep 2024 06:36:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a432418e-cdfe-4434-bc64-cd0237a558f8</guid><dc:creator>kalbani</dc:creator><description>&lt;p&gt;Oh Thank you Vidar I see the issue.&lt;/p&gt;
&lt;p&gt;you have&amp;nbsp; &amp;quot;&lt;span&gt;CONFIG_DSP&lt;/span&gt;&lt;span&gt;=y&amp;quot; in your proj.conf while I didn&amp;#39;t&lt;/span&gt;&lt;/p&gt;
&lt;div&gt;&lt;span&gt;&lt;span&gt;I thought only &amp;quot;&lt;/span&gt;&lt;/span&gt;&lt;span style="font-size:inherit;"&gt;CONFIG_CMSIS_DSP&lt;/span&gt;&lt;span&gt;&lt;span style="font-size:inherit;"&gt;=y&amp;quot;&lt;/span&gt; was required&lt;/span&gt;&lt;/div&gt;
&lt;div&gt;&lt;span&gt;that fixed it for me.&lt;/span&gt;&lt;/div&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DSP Basicmath source file does not seem to be included in the build error undefined reference to `zdsp_mult_f32' SDK2.6.1</title><link>https://devzone.nordicsemi.com/thread/501135?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 11:10:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bd1ddbc7-19d7-4198-b0b6-c67e47b414a0</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;I quickly tested this&amp;nbsp;by modifying the the &amp;quot;hello world&amp;quot; sample, but was unable to reproduce the error. Please try to build this example (included below) and see if you get the same result.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/hello_5F00_world_5F00_dsp.zip"&gt;devzone.nordicsemi.com/.../hello_5F00_world_5F00_dsp.zip&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DSP Basicmath source file does not seem to be included in the build error undefined reference to `zdsp_mult_f32' SDK2.6.1</title><link>https://devzone.nordicsemi.com/thread/501062?ContentTypeID=1</link><pubDate>Wed, 04 Sep 2024 05:14:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dea2602a-64a1-4c07-89ea-d6283b3961bb</guid><dc:creator>kalbani</dc:creator><description>&lt;p&gt;Dear Vidar,&lt;br /&gt;Even with CONFIG_DSP_BACKEND_CMSIS=y&amp;nbsp;&lt;br /&gt;I still get this error&amp;nbsp;fatal error: zdsp_backend.h: No such file or directory&lt;br /&gt; 43 | #include &amp;quot;zdsp_backend.h&amp;quot;&lt;br /&gt;so I thoiught it was better to comment it out. still I tried it again and got the same error.&lt;br /&gt;but my problem is not with the backend I just need to be able to use basic math functions from the library.&lt;br /&gt;Regards,&lt;br /&gt;Kalbani&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: DSP Basicmath source file does not seem to be included in the build error undefined reference to `zdsp_mult_f32' SDK2.6.1</title><link>https://devzone.nordicsemi.com/thread/500717?ContentTypeID=1</link><pubDate>Mon, 02 Sep 2024 09:04:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1ad2417c-30af-49e9-abb1-05d5abda3c86</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
[quote user=""]&lt;p&gt;There were multiple issues with the library first, there was a library included called &amp;quot;#include &amp;quot;zdsp_backend.h&amp;quot;&amp;quot; I had to comment it because it was undefined and gave me an error.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;[/quote]
&lt;p&gt;This suggests that you have not enabled a DSP backend.&amp;nbsp;Please revert this change, and try adding&amp;nbsp;CONFIG_DSP_BACKEND_CMSIS=y to your project configuration.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Vidar&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>