<?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>warning: implicit declaration of function</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/112874/warning-implicit-declaration-of-function</link><description>Hello, 
 I want to use McuBoot so I added CONFIG_BOOTLOADER_MCUBOOT =y to prj.conf. 
 So t here were a lot of warnings &amp;quot;implicit declaration of function &amp;quot;. 
 Part of the warning is below. 
 I think these warnings is happend in ncs/v2.6.0 but I don&amp;#39;t know</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Wed, 17 Jul 2024 02:18:03 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/112874/warning-implicit-declaration-of-function" /><item><title>RE: warning: implicit declaration of function</title><link>https://devzone.nordicsemi.com/thread/494255?ContentTypeID=1</link><pubDate>Wed, 17 Jul 2024 02:18:03 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e316a662-46cb-487d-a257-1453311f778e</guid><dc:creator>yama789</dc:creator><description>&lt;p&gt;Thank you for your reply.&lt;br /&gt;&lt;br /&gt;As you say, I use a custom board and CONFG_XXX to enable CMSIS DSP was used in MCUBoot.&lt;br /&gt;I tried to buid without those CONFIG so that warning was not happend.&lt;br /&gt;&lt;br /&gt;thank you.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: implicit declaration of function</title><link>https://devzone.nordicsemi.com/thread/493234?ContentTypeID=1</link><pubDate>Wed, 10 Jul 2024 17:28:41 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c6a8c77a-043b-4be0-a645-9f75a093ebcc</guid><dc:creator>Vidar Berg</dc:creator><description>&lt;p&gt;Hello,&lt;/p&gt;
&lt;p&gt;The only reason I can find for this error is if&amp;nbsp;CONFIG_CMSIS_DSP is being selected in the MCUBoot build. The default c library included by MCUBoot does not support these math functions,&amp;nbsp;which would explain&amp;nbsp;the linker warnings.&lt;/p&gt;
&lt;p&gt;Are you building your project for a custom board (i.e. not building for &amp;#39;nrf5340dk_nrf5340_cpuapp&amp;#39; or&amp;nbsp;&lt;span&gt;nrf5340dk_nrf5340_cpuapp_ns&amp;#39;)? In that case, please double check that the boards files do not enable the CONFIG_CMSIS_DSP symbol by default. You can also check the configuration file &amp;quot;build/mcuboot/zephyr/.config&amp;quot; to confirm whether the symbol&amp;nbsp;is actually&amp;nbsp;enabled or not.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Best regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Vidar&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>