<?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>The prj CONFIGs gets a &amp;#39;n&amp;#39; in build although they are y</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/105866/the-prj-configs-gets-a-n-in-build-although-they-are-y</link><description>Hi Iam trying to migrate to the ncs2.5.0 from ncs2.3.0 I have a prj.conf file which i configure the needed modules in it But the Configures are getting a n value although they are set to y and idea why is it related to the new ncs 2.5.0?? Thanks a lo</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Fri, 12 Apr 2024 09:43:56 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/105866/the-prj-configs-gets-a-n-in-build-although-they-are-y" /><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/478512?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 09:43:56 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e280ef7c-38ee-426c-8f34-f563a9eb2e07</guid><dc:creator>Zihao</dc:creator><description>&lt;p&gt;Yes I did.&lt;/p&gt;
&lt;p&gt;But I have not solved it till now so I just look around and find a similar case here.&lt;/p&gt;
&lt;p&gt;My case is&amp;nbsp;&lt;/p&gt;
&lt;p&gt;&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/109816/the-official-demo-of-aoa-aod-shows-an-error-about-cte_report_cb/476817"&gt;RE: The official demo of AoA/AoD shows an error about cte_report_cb&lt;/a&gt;&amp;nbsp;&lt;/p&gt;
&lt;p&gt;Zihao&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/478510?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 09:37:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:769e81b4-9a16-4507-b2f8-8d9b8723da3a</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi Zihao,&lt;/p&gt;
&lt;p&gt;This is a different Kconfig, so the root cause might be different. You are also noting&amp;nbsp;that this happens with a sample unmodified. Therefore, I would like to ask you to open a new case for this.&lt;/p&gt;
&lt;p&gt;You also mentioned both that a sample doesn&amp;#39;t run, and some samples run very well. It would be great to include the details on what sample failed, and what work, in the new case.&lt;/p&gt;
&lt;p&gt;Please also included compiled Kconfig and&amp;nbsp;pristine build log in the new case.&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/478472?ContentTypeID=1</link><pubDate>Fri, 12 Apr 2024 08:09:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e42664b0-7102-495c-8f29-bf25f5760540</guid><dc:creator>Zihao</dc:creator><description>&lt;p&gt;Hi, I got something wrong like that.&lt;/p&gt;
&lt;p&gt;The Warning:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;warning: BT_DF_CONNECTIONLESS_CTE_RX (defined at
D:/ncs/v2.6.0/zephyr/subsys/bluetooth/host/Kconfig:849, subsys/bluetooth\host/Kconfig:849) was
assigned the value &amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: (((!BT_CTLR ||
BT_CTLR_DF_CTE_RX_SUPPORT) &amp;amp;&amp;amp; BT_DF &amp;amp;&amp;amp; BT_HCI_HOST &amp;amp;&amp;amp; BT_RPC_STACK) || ((!BT_CTLR ||
BT_CTLR_DF_CTE_RX_SUPPORT) &amp;amp;&amp;amp; BT_DF &amp;amp;&amp;amp; BT_HCI_HOST &amp;amp;&amp;amp; BT_HCI &amp;amp;&amp;amp; BT)) (=n). See
http://docs.zephyrproject.org/latest/kconfig.html#CONFIG_BT_DF_CONNECTIONLESS_CTE_RX and/or look up
BT_DF_CONNECTIONLESS_CTE_RX in the menuconfig/guiconfig interface. The Application Development
Primer, Setting Configuration Values, and Kconfig - Tips and Best Practices sections of the manual
might be helpful too.&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;And&amp;nbsp;&lt;span&gt;BT_DF_CONNECTIONLESS_CTE_RX is not&amp;nbsp;defined that&amp;nbsp;prevents all code snippets wrapped in #if defined(CONFIG_BT_DF_CONNECTIONLESS_CTE_RX) from being compiled. So that I saw an error:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;pre class="ui-code" data-mode="text"&gt;D:/AoAoD2/direction_finding_connectionless_rx/src/main.c:249: undefined reference to `bt_df_per_adv_sync_cte_rx_enable&amp;#39;
collect2.exe: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
FATAL ERROR: command exited with status 1: &amp;#39;D:\ncs\toolchains\cf2149caf2\opt\bin\cmake.EXE&amp;#39; --build &amp;#39;d:\AoAoD2\direction_finding_connectionless_rx\build&amp;#39;&lt;/pre&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;The&amp;nbsp;`bt_df_per_adv_sync_cte_rx_enable&amp;#39; is defined in the&amp;nbsp;&lt;span&gt;#if defined(CONFIG_BT_DF_CONNECTIONLESS_CTE_RX)&amp;nbsp;&amp;nbsp;snippets.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;I know that there are some &lt;span&gt;Missing dependencies. But&amp;nbsp;&lt;/span&gt;I am confused and don&amp;#39;t know what to do because it occurred when I build the sample named &amp;quot;direction finding connectionless rx&amp;quot; in nRF Connect SDK without any modification.&lt;/p&gt;
&lt;p&gt;As far as I&amp;#39;m concerned, it should not occurred in an official demo, right?&lt;/p&gt;
&lt;p&gt;Meanwhile, I can run other samples involved without direction finding function very well. And I&amp;nbsp;installed the nRF Connect SDK on another PC, then I met the same error which proves that there is nothing wrong with my OS. And I tried change my SDK version, but it didn;t work.&lt;/p&gt;
&lt;p&gt;Anything helpful will be appreciated! Thanks!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/456693?ContentTypeID=1</link><pubDate>Tue, 21 Nov 2023 13:37:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bf96c15d-c2dc-4b56-8906-f080591d88e9</guid><dc:creator>Hieu</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;Ibrahim_Augury,&lt;/p&gt;
&lt;p&gt;Could you please elaborate how mdell&amp;#39;s answer didn&amp;#39;t help? I actually found that it is in the right direction.&lt;/p&gt;
&lt;p&gt;Could you please also share the compiled Kconfig file and your pristine build log here?&lt;/p&gt;
&lt;p&gt;Hieu&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/456448?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 14:05:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5640c25-8e28-4b47-b079-005e6c843b22</guid><dc:creator>Ibrahim_Augury</dc:creator><description>&lt;p&gt;This answer didnt help&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/456403?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 12:47:27 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:83d67842-58d1-4269-b16e-fe5857c47beb</guid><dc:creator>Ibrahim_Augury</dc:creator><description>&lt;p&gt;Ok I will check that&amp;nbsp;&lt;br /&gt;Thanks for the tip&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/456400?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 12:43:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a355340d-735c-4da6-898e-1d02618c2b11</guid><dc:creator>mdell</dc:creator><description>&lt;p&gt;But in the build logs you might see the reason why BT got deselected, something like &amp;quot;warning: BT (defined at X) was assigned the value &amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. Check these unsatisfied dependencies: ...&amp;quot;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/456397?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 12:39:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6dd97a4f-90cc-4f95-af3d-9d15eadfa8a7</guid><dc:creator>Ibrahim_Augury</dc:creator><description>&lt;p&gt;I post the CONFIG_BT as example because it needs no&amp;nbsp;&lt;span&gt;dependencies&lt;/span&gt;&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: The prj CONFIGs gets a 'n' in build although they are y</title><link>https://devzone.nordicsemi.com/thread/456395?ContentTypeID=1</link><pubDate>Mon, 20 Nov 2023 12:37:19 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b8379276-b99e-4c95-bc60-4f7fe0e9d108</guid><dc:creator>mdell</dc:creator><description>&lt;p&gt;Can you check or post your build logs? Almost always there should be an explanation in there why the config value got deselected, most of the time missing dependencies...&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>