<?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: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/71464/warning-attempt-to-assign-the-value-y-to-the-undefined-symbol</link><description>I found a lot of posts with this warning/error, but I could not find a fitting solution among them. 
 in my case, I copied the `peripheral_lbs` project to another folder, then sourced the zephyr environment script from ncs/vX.X.X/zephyr and ran west build</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 11 Feb 2021 16:30:28 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/71464/warning-attempt-to-assign-the-value-y-to-the-undefined-symbol" /><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/294047?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 16:30:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4ec8b511-0957-4609-81d3-08eff32b6678</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I&amp;#39;m sorry for all the hassle. We are aware of all the troubles regarding installing NCS on Mac, and are currently working it improving it (making the Toolchain Manager more stable and updating the documentation).&lt;/p&gt;
&lt;p&gt;The issues you&amp;#39;re seeing might be due to conflicts with the Getting Started Assistant. From an earlier discussion I had with a developer I was told that it is important to either use the Toolchain Manager 100% or the Getting Started Assistant 100%, and not mix them at all. Hopefully we&amp;#39;ll be able to fix this soon.&lt;/p&gt;
&lt;p&gt;Hopefully&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/build-ncs-application-firmware-images-using-docker"&gt;build-ncs-application-firmware-images-using-docker&lt;/a&gt;&amp;nbsp;will help you resolve it. If not&amp;nbsp;I&amp;#39;ll try to help you with&amp;nbsp;reverting all the steps from Getting Started Assistant.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293956?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 11:32:46 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:e2dd1fdf-1f50-4824-91ea-876614e5982d</guid><dc:creator>LarsH</dc:creator><description>&lt;p&gt;Was just wondering if the toolchain could not just run in a preconfigured docker container and&amp;nbsp;google led me to&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/build-ncs-application-firmware-images-using-docker"&gt;https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/build-ncs-application-firmware-images-using-docker&lt;/a&gt;&lt;br /&gt;&lt;br /&gt;I wonder why I did not run into this earlier.&lt;br /&gt;There are some urgent things on my desk right now, but I will give this a try later.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293950?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 11:22:16 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:49356c41-0523-4658-abd1-221371a7de16</guid><dc:creator>LarsH</dc:creator><description>&lt;p&gt;Thanks for the effort you guys put in!&lt;br /&gt;&lt;br /&gt;I updated the toolchain manager to 0.9.1 yesterday.&lt;/p&gt;
&lt;p&gt;I reinstalled the Toolchain.&lt;/p&gt;
&lt;p&gt;Same behaviour.&lt;/p&gt;
&lt;p&gt;Maybe something is messed up cause i went with the &amp;quot;getting started assistant&amp;quot; first, then realized the toolchain manager is a thing. Not sure if that could be messing something up, but also not sure how to revert all the things done during the getting started steps.&lt;/p&gt;
&lt;p&gt;Here is the output and what I did (first line is setup from toolchain manager I assume):&lt;br /&gt;&lt;br /&gt;&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;➜  ~ cd /opt/nordic/ncs/v1.4.2 ; export PATH=/opt/nordic/ncs/v1.4.2/toolchain/bin:/usr/bin:/bin:/usr/sbin:/sbin ; export GIT_EXEC_PATH=/opt/nordic/ncs/v1.4.2/toolchain/Cellar/git/2.26.2/libexec/git-core ; export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb ; export GNUARMEMB_TOOLCHAIN_PATH=/opt/nordic/ncs/v1.4.2/toolchain ; clear

➜  v1.4.2 cd nrf/samples/bluetooth/peripheral_lbs 
➜  peripheral_lbs git:(a61d43c6) west build -b nrf52840dk_nrf52840 --pristine
-- west build: making build dir /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/build pristine
-- west build: generating a build system
Including boilerplate (Zephyr base): /opt/nordic/ncs/v1.4.2/zephyr/cmake/app/boilerplate.cmake
-- Application: /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs
-- Using NCS Toolchain 1.4.0 for building. (/opt/nordic/ncs/v1.4.2/toolchain/cmake)
-- Zephyr version: 2.4.0 (/opt/nordic/ncs/v1.4.2/zephyr)
-- Found Python3: /opt/nordic/ncs/v1.4.2/toolchain/bin/python3 (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components:  Interpreter 
-- Found west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)
-- Board: nrf52840dk_nrf52840
-- Cache files will be written to: /Users/larsheinrichs/Library/Caches/zephyr
-- Found dtc: /opt/nordic/ncs/v1.4.2/toolchain/bin/dtc (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)
-- Found toolchain: gnuarmemb (/opt/nordic/ncs/v1.4.2/toolchain)
-- Found BOARD.dts: /opt/nordic/ncs/v1.4.2/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts
-- Generated zephyr.dts: /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/build/zephyr/zephyr.dts
-- Generated devicetree_unfixed.h: /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/build/zephyr/include/generated/devicetree_unfixed.h
Parsing /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/Kconfig
Loaded configuration &amp;#39;/opt/nordic/ncs/v1.4.2/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig&amp;#39;
Merged configuration &amp;#39;/opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/prj.conf&amp;#39;
Configuration saved to &amp;#39;/opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/build/zephyr/.config&amp;#39;
Kconfig header saved to &amp;#39;/opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/build/zephyr/include/generated/autoconf.h&amp;#39;
-- The C compiler identification is GNU 9.2.1
-- The CXX compiler identification is GNU 9.2.1
-- The ASM compiler identification is GNU
-- Found assembler: /opt/nordic/ncs/v1.4.2/toolchain/bin/arm-none-eabi-gcc
CMake Warning at /opt/nordic/ncs/v1.4.2/zephyr/CMakeLists.txt:1331 (message):
  __ASSERT() statements are globally ENABLED


-- Configuring done
-- Generating done
-- Build files have been written to: /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs/build
-- west build: building application
[1/197] Preparing syscall dependency handling

[192/197] Linking C executable zephyr/zephyr_prebuilt.elf
Memory region         Used Size  Region Size  %age Used
           FLASH:      193916 B         1 MB     18.49%
            SRAM:       30527 B       256 KB     11.65%
        IDT_LIST:         136 B         2 KB      6.64%
[197/197] Linking C executable zephyr/zephyr.elf

➜  peripheral_lbs cp -R /opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs ~/Workspaces/development/peripheral_lbs
➜  peripheral_lbs cd ~/Workspaces/development/peripheral_lbs 
➜  peripheral_lbs rm -r build 
➜  peripheral_lbs west build -b nrf52840dk_nrf52840 --pristine
usage: west [-h] [-z ZEPHYR_BASE] [-v] [-V] &amp;lt;command&amp;gt; ...
west: error: argument &amp;lt;command&amp;gt;: invalid choice: &amp;#39;build&amp;#39; (choose from &amp;#39;init&amp;#39;, &amp;#39;update&amp;#39;, &amp;#39;list&amp;#39;, &amp;#39;manifest&amp;#39;, &amp;#39;diff&amp;#39;, &amp;#39;status&amp;#39;, &amp;#39;forall&amp;#39;, &amp;#39;help&amp;#39;, &amp;#39;config&amp;#39;, &amp;#39;topdir&amp;#39;, &amp;#39;selfupdate&amp;#39;)
➜  peripheral_lbs &lt;/pre&gt;&lt;/p&gt;
&lt;p class="p1"&gt;&lt;span class="s1"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293930?ContentTypeID=1</link><pubDate>Thu, 11 Feb 2021 10:26:08 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:542a5492-d535-4053-9e90-a1437e36ad78</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Could you try to update to the latest Toolchain Manager (TM):&lt;/p&gt;
&lt;p&gt;&lt;img src="https://devzone.nordicsemi.com/cfs-file/__key/communityserver-discussions-components-files/4/2211.pastedimage1612790105843v2.png" alt=" " /&gt;&lt;/p&gt;
&lt;p&gt;I got a colleague with a Mac to test the steps you mentioned (using Toolchain Manager v0.9.1)&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copy&amp;nbsp;&amp;nbsp;ncs\v1.4.2\nrf\samples\bluetooth\peripheral_lbs\ to any folder (e.g. ~/temp/peripheral_lbs/)&lt;/li&gt;
&lt;li&gt;open terminal in new folder
&lt;ul&gt;
&lt;li&gt;Not the terminal from the Toolchain Manager&amp;nbsp;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;li&gt;source&amp;nbsp;/opt/nordic/ncs/v1.4.2/zephyr/zephyr-env.sh&lt;/li&gt;
&lt;li&gt;west build -b nrf52840dk_nrf52840&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;and it built without problems.&lt;/p&gt;
&lt;p&gt;Try to update the TM and see if it works then. I not, please get back to me.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293819?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 15:10:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:cd302cc2-b19b-4245-af18-2243bc76ae2e</guid><dc:creator>LarsH</dc:creator><description>&lt;p&gt;Building the example from CLI this way worked,&amp;nbsp;if I&amp;nbsp;build&amp;nbsp;inside the samples folders.&lt;br /&gt;&lt;br /&gt;On trying to build from custom folders (copies of samples), west does not know how to `build`.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293782?ContentTypeID=1</link><pubDate>Wed, 10 Feb 2021 13:44:38 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5e8aee8f-526c-4a85-b3f0-e6c123d89564</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;If the same thing happens when you build the&amp;nbsp;&lt;span&gt;peripheral_lbs&amp;nbsp;inside its initial location (&lt;em&gt;nrf\samples\bluetooth\peripheral_lbs\CMakeLists.txt&lt;/em&gt;) that might signify that there is something wrong with your setup, the Toochain Manager should set up everything for you and it should build out-of-the-box.&amp;nbsp;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Let&amp;#39;s see what happens if you use the command prompt that comes with the Toolchain Manager. Could you try the following:&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Open the command prompt through the Toolchain Manager (don&amp;#39;t use v1.4.99-dev1 as in the image below, use v1.4.2 instead)&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/1280x400/__key/communityserver-discussions-components-files/4/7610.pastedimage1612964395647v1.png" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Redirect to&amp;nbsp;/opt/nordic/ncs/v1.4.2/nrf/samples/bluetooth/peripheral_lbs and build the sample&lt;/span&gt;
&lt;ul&gt;
&lt;li&gt;&lt;span&gt;Don&amp;#39;t set the Zephyr Base or run&amp;nbsp;zephyr\zephyr-env.cmd. The Toolchain Manager will set up everything for you.&lt;/span&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;span&gt;If it fails, could you upload the build log?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293631?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 18:57:28 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:7abdb473-54aa-4c89-81b6-787b97470575</guid><dc:creator>LarsH</dc:creator><description>&lt;p&gt;actually, the same happens when i try to build the peripheral_lbs project inside the samples folder. And for other projects, like peripheral_uart or peripheral_hids_keyboard (and probably more).&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293627?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 18:07:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a64ad914-a373-4735-8b11-0663108d476e</guid><dc:creator>LarsH</dc:creator><description>&lt;p&gt;Thanks for giving it a try. Here are my steps, i just recreated them:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Copy&amp;nbsp;&amp;nbsp;ncs\v1.4.2\nrf\samples\bluetooth\peripheral_lbs\ to any folder (e.g. ~/temp/peripheral_lbs/)&lt;/li&gt;
&lt;li&gt;open terminal in new folder&lt;/li&gt;
&lt;li&gt;source&amp;nbsp;/opt/nordic/ncs/v1.4.2/zephyr/zephyr-env.sh&lt;/li&gt;
&lt;li&gt;west build -b nrf52840dk_nrf52840&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;## Build Output&lt;/p&gt;
&lt;p&gt;```&lt;/p&gt;
&lt;pre&gt;-- west build: generating a build system&lt;br /&gt;Including boilerplate (Zephyr base): /opt/nordic/ncs/v1.4.2/zephyr/cmake/app/boilerplate.cmake&lt;br /&gt;-- Application: /Users/larsheinrichs/Workspaces/temporary/peripheral_lbs&lt;br /&gt;-- Using NCS Toolchain 1.4.0 for building. (/opt/nordic/ncs/v1.4.2/toolchain/cmake)&lt;br /&gt;-- Zephyr version: 2.4.0 (/opt/nordic/ncs/v1.4.2/zephyr)&lt;br /&gt;-- Found Python3: /opt/nordic/ncs/v1.4.2/toolchain/bin/python3 (found suitable exact version &amp;quot;3.8.2&amp;quot;) found components: Interpreter&lt;br /&gt;-- Found west (found suitable version &amp;quot;0.7.2&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)&lt;br /&gt;-- Board: nrf52840dk_nrf52840&lt;br /&gt;-- Cache files will be written to: /Users/larsheinrichs/Library/Caches/zephyr&lt;br /&gt;-- Found dtc: /opt/nordic/ncs/v1.4.2/toolchain/bin/dtc (found suitable version &amp;quot;1.4.7&amp;quot;, minimum required is &amp;quot;1.4.6&amp;quot;)&lt;br /&gt;-- Found toolchain: gnuarmemb (/opt/nordic/ncs/v1.4.2/toolchain)&lt;br /&gt;-- Found BOARD.dts: /opt/nordic/ncs/v1.4.2/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840.dts&lt;br /&gt;-- Generated zephyr.dts: /Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/build/zephyr/zephyr.dts&lt;br /&gt;-- Generated devicetree_unfixed.h: /Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/build/zephyr/include/generated/devicetree_unfixed.h&lt;br /&gt;Parsing /Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/Kconfig&lt;br /&gt;Loaded configuration &amp;#39;/opt/nordic/ncs/v1.4.2/zephyr/boards/arm/nrf52840dk_nrf52840/nrf52840dk_nrf52840_defconfig&amp;#39;&lt;br /&gt;Merged configuration &amp;#39;/Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/prj.conf&amp;#39;&lt;br /&gt;&lt;br /&gt;/Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/prj.conf:6: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol NCS_SAMPLES_DEFAULTS&lt;br /&gt;&lt;br /&gt;/Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/prj.conf:13: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_LBS&lt;br /&gt;&lt;br /&gt;/Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/prj.conf:14: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol BT_LBS_POLL_BUTTON&lt;br /&gt;&lt;br /&gt;/Users/larsheinrichs/Workspaces/temporary/peripheral_lbs/prj.conf:15: warning: attempt to assign the value &amp;#39;y&amp;#39; to the undefined symbol DK_LIBRARY&lt;br /&gt;&lt;br /&gt;error: Aborting due to Kconfig warnings&lt;br /&gt;&lt;br /&gt;CMake Error at /opt/nordic/ncs/v1.4.2/zephyr/cmake/kconfig.cmake:239 (message):&lt;br /&gt; command failed with return code: 1&lt;br /&gt;Call Stack (most recent call first):&lt;br /&gt; /opt/nordic/ncs/v1.4.2/zephyr/cmake/app/boilerplate.cmake:591 (include)&lt;br /&gt; /opt/nordic/ncs/v1.4.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:24 (include)&lt;br /&gt; /opt/nordic/ncs/v1.4.2/zephyr/share/zephyr-package/cmake/ZephyrConfig.cmake:35 (include_boilerplate)&lt;br /&gt; CMakeLists.txt:8 (find_package)&lt;br /&gt;&lt;br /&gt;&lt;br /&gt;-- Configuring incomplete, errors occurred!&lt;/pre&gt;
&lt;p&gt;```&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293626?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 18:01:25 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:8112d30f-c8a8-4732-a1dd-c3b59ce91036</guid><dc:creator>LarsH</dc:creator><description>&lt;p&gt;I used the Toolchain Manager to install NCS (not sure what NCS stands for tho) on MacOS and succesfully built applications in Segger Studio using nRF Connect SDK v1.4.2. I only tried sample projects that were selected from within Segger Studio and never from custom folders.&lt;br /&gt;&lt;br /&gt;However, I prefer to use CLI tools, as the rest of our projects are just plain CMake porjects.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293624?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 17:45:17 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e487695-b2fd-4049-a524-bdcf7483b7cf</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I took a look at your other case:&amp;nbsp;&lt;a href="https://devzone.nordicsemi.com/f/nordic-q-a/71461/basic-project-setup---where-to-find-information"&gt;https://devzone.nordicsemi.com/f/nordic-q-a/71461/basic-project-setup---where-to-find-information&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;If you&amp;#39;re struggling with installing NCS I would highly recommend you to use&lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#toolchain-manager"&gt; Toolchain Manager&lt;/a&gt;, not the &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/gs_assistant.html#getting-started-assistant"&gt;Getting Started Assistant app&lt;/a&gt;&amp;nbsp;(GSA). You install it by simply pressing a button, and everything should work out of the box.&amp;nbsp; It should work fine for Windows, but is not 100% stable for MacOS yet. If you&amp;#39;re using Linux, you need to&amp;nbsp;use the GSA.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: warning: attempt to assign the value 'y' to the undefined symbol</title><link>https://devzone.nordicsemi.com/thread/293623?ContentTypeID=1</link><pubDate>Tue, 09 Feb 2021 17:41:59 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d6f081a2-7fce-47aa-9ea2-12ce736a1875</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I was not able to reproduce the warning message. I did the following:&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Placed &lt;em&gt;ncs\v1.4.2\nrf\samples\bluetooth\peripheral_lbs\src\main.c&lt;/em&gt; into&amp;nbsp;&lt;em&gt;C:\Nordic\samples&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Opened the command line in&amp;nbsp;&lt;em&gt;C:\Nordic\samples\peripheral_lbs&lt;/em&gt;&lt;/li&gt;
&lt;li&gt;Set the zephyr base:&amp;nbsp;&lt;strong&gt;&lt;/strong&gt;&lt;code&gt;set ZEPHYR_BASE=C:\Users\Simon\ncs\v1.4.0\zephyr&lt;/code&gt;&lt;/li&gt;
&lt;li&gt;Built the sample:&amp;nbsp;&lt;code&gt;west build -b nrf52840dk_nrf52840 -d build_52840dk_no1&lt;/code&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;I did not get the warning message you mentioned.&lt;/p&gt;
&lt;p&gt;Could you provide details steps on how to reproduce this?&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Simon&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>