<?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>First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/122703/first-vs-code-build-error-on-the-nrf5340-audio-dk-board</link><description>Hi all I am new to Nordic world. I have received a nRF5340 audio dk board and would like to be able to get VS code to build the default sample code - I have tried in windows and linux and forlowed the instalation guide from NS. I have tried to add it</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Tue, 08 Jul 2025 09:03:20 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/122703/first-vs-code-build-error-on-the-nrf5340-audio-dk-board" /><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541751?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2025 09:03:20 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5fab73c6-07bd-46e3-ab14-b6b7b277e5ee</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Great!&lt;br /&gt;&lt;br /&gt;I recommend checking out our&amp;nbsp;&lt;a href="https://academy.nordicsemi.com/courses/nrf-connect-sdk-fundamentals/"&gt;nRF Connect SDK Fundamentals&lt;/a&gt;&amp;nbsp;course to get more familiar with the VSCode tools.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541749?ContentTypeID=1</link><pubDate>Tue, 08 Jul 2025 08:54:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e84fcc39-2b55-4d82-9e9e-8cac849a1fa3</guid><dc:creator>StoreT</dc:creator><description>&lt;p&gt;I have now been able to compile the sample code on command line tool. not VS code&lt;br /&gt;&lt;br /&gt;PS C:\ncs\v3.0.2\nrf\applications\nrf5340_audio\broadcast_source&amp;gt; python C:\ncs\v3.0.2\nrf\applications\nrf5340_audio\tools\buildprog\buildprog.py -p -c both -d headset -b release -cn THA_Ble -t unicast&lt;br /&gt;&lt;br /&gt;So the code is working - I now need to find the right settings in VS code&lt;br /&gt;&lt;br /&gt;This video help again:&lt;br /&gt;&lt;a href="https://www.youtube.com/watch?v=im3wPTwnBhw"&gt;www.youtube.com/watch&lt;/a&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541583?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 09:06:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ee95bb9e-ed9c-45d9-86b7-83d6546e3ec2</guid><dc:creator>Benjamin</dc:creator><description>[quote user="StoreT"]/home/tha/nrf5340_audio/prj.conf:81: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol IPC_RADIO_BT[/quote]
&lt;p&gt;This means that &lt;code&gt;IPC_RADIO_BT&lt;/code&gt; is not defined anywhere in your Kconfig files. In the sample it is a custom symbol defined in the file Kconfig;&lt;br /&gt;&lt;br /&gt;&lt;pre class="ui-code" data-mode="text"&gt;config IPC_RADIO_802154
	bool &amp;quot;IPC IEEE 802.15.4 radio&amp;quot;
	select NRF_802154_SER_RADIO
	help
	  Enable the IPC IEEE 802.15.4 radio serialization.

config IPC_RADIO_BT
	bool &amp;quot;IPC Bluetooth&amp;quot;
	help
	  Enable the IPC Bluetooth radio serialization.&lt;/pre&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541571?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 08:06:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:9416a016-357f-47a7-a645-5eab02841b10</guid><dc:creator>StoreT</dc:creator><description>&lt;p&gt;&lt;br /&gt;no luck :-|&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;warning: Experimental symbol NRF5340_AUDIO is enabled.&lt;/p&gt;
&lt;p&gt;Parsing /home/tha/nrf5340_audio/Kconfig&lt;br /&gt;Loaded configuration &amp;#39;/home/tha/ncs/v3.0.2/zephyr/boards/nordic/nrf5340_audio_dk/nrf5340_audio_dk_nrf5340_cpuapp_defconfig&amp;#39;&lt;br /&gt;Merged configuration &amp;#39;/home/tha/nrf5340_audio/prj.conf&amp;#39;&lt;br /&gt;Merged configuration &amp;#39;/home/tha/nrf5340_audio/prj_release.conf&amp;#39;&lt;br /&gt;Merged configuration &amp;#39;/home/tha/nrf5340_audio/build/nrf5340_audio/zephyr/.config.sysbuild&amp;#39;&lt;/p&gt;
&lt;p&gt;/home/tha/nrf5340_audio/prj.conf:81: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol IPC_RADIO_BT&lt;/p&gt;
&lt;p&gt;/home/tha/nrf5340_audio/prj.conf:84: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol IPC_RADIO_802154&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541568?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 07:49:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:97ecef2e-0166-4a4f-9a25-aa7f48cf773b</guid><dc:creator>StoreT</dc:creator><description>&lt;p&gt;Hi&amp;nbsp;&lt;br /&gt;&lt;br /&gt;It is the nRF5340 Audio application sample&lt;br /&gt;&lt;br /&gt;Thanks for the answer- i have tried with&amp;nbsp;&lt;span&gt;CONFIG_IPC_RADIO_BT=y but not&amp;nbsp;CONFIG_IPC_RADIO_802154=y&lt;br /&gt;&lt;br /&gt;CONFIG_IPC_RADIO_802154=y what is this ?&amp;nbsp;&lt;br /&gt;&lt;br /&gt;but I have now tried 4 times and the plan was to try the other board I have a Thingy:91X to see if I have more success here.&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541566?ContentTypeID=1</link><pubDate>Mon, 07 Jul 2025 07:41:22 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:20558faa-e418-48a1-a517-248837f046cf</guid><dc:creator>Benjamin</dc:creator><description>&lt;p&gt;Hi,&lt;/p&gt;
&lt;p&gt;Just to confirm, are you having issues building the &lt;code&gt;ipc_radio&lt;/code&gt; sample?&lt;/p&gt;
&lt;p&gt;This sample should build out of the box on v3.0.2 (the one you are using). The only required modification is to add either&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_IPC_RADIO_BT=y&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;or&lt;/p&gt;
&lt;p&gt;&lt;code&gt;CONFIG_IPC_RADIO_802154=y&lt;/code&gt;&lt;/p&gt;
&lt;p&gt;to your &lt;code&gt;prj.conf&lt;/code&gt; file.&lt;/p&gt;
&lt;p&gt;Have you made any other changes to the sample code?&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;br /&gt; Benjamin&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541417?ContentTypeID=1</link><pubDate>Fri, 04 Jul 2025 08:59:04 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1463c607-efb2-4a5d-9174-6f5c62ceab43</guid><dc:creator>StoreT</dc:creator><description>&lt;p&gt;I think I have to try a older toolchain version, but how old i don&amp;#39;t know.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: First VS code build error on the nRF5340 Audio DK board</title><link>https://devzone.nordicsemi.com/thread/541316?ContentTypeID=1</link><pubDate>Thu, 03 Jul 2025 11:45:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:6a2b8132-416c-4cb7-a5a1-4e4214786b0a</guid><dc:creator>StoreT</dc:creator><description>&lt;p&gt;I have verified my environment with the Blinky sample - it works.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>