<?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>I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/66634/i-cannot-load-project-in-segger-embedded-studio---emproject-file-is-invalid</link><description>I am having problems loading an existing project that I successfully built and ran in the past. 
 I open IDE from nRF Connect &amp;gt; Toolchain Manager &amp;gt; Open IDE 
 The SES opens with the last project (different from the one I would like to load) running on</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Thu, 15 Oct 2020 17:37:37 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/66634/i-cannot-load-project-in-segger-embedded-studio---emproject-file-is-invalid" /><item><title>RE: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/275185?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 17:37:37 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eb612d19-8bbe-422c-9db8-e3158372e2e6</guid><dc:creator>Learner</dc:creator><description>&lt;p&gt;Thank you Simon.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/274998?ContentTypeID=1</link><pubDate>Thu, 15 Oct 2020 07:58:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:748dac03-f7eb-4063-8d06-aab049279f3f</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I see that you are building your projects from&amp;nbsp;C:/zephyrproject/zephyr, and I assume you have gotten this from&amp;nbsp;&lt;a href="https://docs.zephyrproject.org/latest/getting_started/index.html#get-zephyr-and-install-python-dependencies"&gt;https://docs.zephyrproject.org/latest/getting_started/index.html#get-zephyr-and-install-python-dependencies&lt;/a&gt;. Am I right? You should not do this.&amp;nbsp;The tutorial was written using NCS v1.3.0 and you should use that, not Zephyr upstream.&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;Where it&amp;#39;s coming from&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;It seems like the&amp;nbsp;first line (&amp;quot;Zephyr version:&amp;nbsp;2.3.99&amp;nbsp;(C:/zephyrproject/zephyr)&amp;quot;), comes from&amp;nbsp;C:/zephyrproject/zephyr. I think this is because you are in a Zephyr directory when building and it will automatically get the Zephyr version of this repo (try running git describe --tags from &lt;span&gt;C:/zephyrproject/zephyr and you will probably see&amp;nbsp;&lt;strong&gt;2.3.99&lt;/strong&gt;&lt;/span&gt;).&amp;nbsp;&lt;/p&gt;
&lt;p&gt;I&amp;#39;m actually not sure where the Zephyr base from the second line&amp;nbsp;(&amp;quot;C:\gnuarm\bin\arm-none-eabi-gcc.exe -DBUILD_VERSION=zephyr-v2.3.0-2211-g9163da09d69d ...&amp;quot;),&amp;nbsp;comes from. However I saw the same behaviour when I built the light controller from&amp;nbsp;&lt;span&gt;C:/zephyrproject/zephyr with cmd not from the Toolchain Manager, and without setting Zephyr Base. However, if you build it from cmd/Git Bash from the Toolchain Manager, you don&amp;#39;t need to set the Zephyr base, as it is set by default.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="text-decoration:underline;"&gt;Solution&lt;/span&gt;&lt;/p&gt;
&lt;ul&gt;
&lt;li&gt;Open Git bash (or cmd) from the Toolchain Manager as described &lt;a href="https://devzone.nordicsemi.com/nordic/nrf-connect-sdk-guides/b/getting-started/posts/nrf-connect-sdk-tutorial---part-1-ncs-v1-3-0#h10skagp8wj210662x01aeknqi116jxom"&gt;here&lt;/a&gt;&lt;/li&gt;
&lt;li&gt;cd into&amp;nbsp;C:\Dev\NCS_projects\light_controller&lt;/li&gt;
&lt;li&gt;Run&amp;nbsp;west build -b nrf5340pdk_nrf5340_cpuapp&amp;nbsp;-d build_53app&lt;/li&gt;
&lt;/ul&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: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/274865?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 11:27:31 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:bbecfc13-d681-4bcf-abb4-f6fe1373e5d9</guid><dc:creator>Learner</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;I only build in SES and the project is building and running fine now. All I have done is get rid of the .overlay file and delete all files from the build folder. Your colleague Heidi has identified a problem in the .overlay file. I think other than the .overlay, I was not doing anything wrong.&lt;/p&gt;
&lt;p&gt;But why would an .overlay file cause a project not to load? I&amp;#39;d understand if it caused a build to fail.&lt;/p&gt;
&lt;p&gt;I would also like you to answer the question I asked 9 days ago and that is,&lt;/p&gt;
&lt;p&gt;I can see both&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;v2.3.99&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;and&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;strong&gt;v2.3.0&lt;/strong&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;mentioned in the build log.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-- Zephyr version:&lt;span&gt;&amp;nbsp;&lt;/span&gt;&lt;span&gt;2.3.99&lt;/span&gt;&lt;span&gt;&amp;nbsp;&lt;/span&gt;(C:/zephyrproject/zephyr)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;C:\gnuarm\bin\arm-none-eabi-gcc.exe -&lt;span&gt;DBUILD_VERSION=zephyr-v2.3.0&lt;/span&gt;-2211-g9163da09d69d ...&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;What are these two lines telling us?&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;Mohamed&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/274851?ContentTypeID=1</link><pubDate>Wed, 14 Oct 2020 10:34:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:1a6d26b0-905f-4f35-b70a-1c66d9a38f74</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Are you able to successfully build with west or SES?&lt;/p&gt;
&lt;p&gt;When you built with west, did you use the Git Bash from the Toolchain Manager?&lt;/p&gt;
&lt;hr /&gt;
&lt;p&gt;When you open SES from the Toolchain Manager, you should set&amp;nbsp;the Board Directory field to point to a board from the Toolchain Manager Zephyr folder.&lt;/p&gt;
&lt;p&gt;Let me try to explain in another way:&lt;/p&gt;
&lt;p&gt;If you open SES Toolchain from Toolchain Manager NCS v1.3.0, you should choose the following Board Directory:&lt;/p&gt;
&lt;p&gt;&lt;em&gt;C:\Users\&amp;lt;user name&amp;gt;\ncs\v1.3.0\zephyr\boards\arm\nrf5340pdk_nrf5340&lt;/em&gt;&lt;/p&gt;
&lt;p&gt;&lt;em&gt;&lt;/em&gt;It did not seem like you did this in your initial post (given that you haven&amp;#39;t changed the Toolchain Manager SDK directory).&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: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/272884?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 08:05:23 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a4c139b3-f501-4d2d-bdfd-0c967f67574c</guid><dc:creator>Learner</dc:creator><description>&lt;p&gt;Thank you Simon for your reply.&lt;/p&gt;
&lt;p&gt;I have rebooted my machine since my post and all seems to be fine now. I can successfully load project and build solution. How strange?&lt;/p&gt;
&lt;p&gt;I can see both &lt;strong&gt;v2.3.99&lt;/strong&gt; and &lt;strong&gt;v2.3.0&lt;/strong&gt; mentioned in the build log.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;-- Zephyr version: &lt;span&gt;2.3.99&lt;/span&gt; (C:/zephyrproject/zephyr)&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;C:\gnuarm\bin\arm-none-eabi-gcc.exe -&lt;span style="color:#0000ff;"&gt;DBUILD_VERSION=zephyr-v2.3.0&lt;/span&gt;-2211-g9163da09d69d ...&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;What are these two lines telling us?&lt;/p&gt;
&lt;p&gt;Kind regards&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/272876?ContentTypeID=1</link><pubDate>Mon, 05 Oct 2020 07:43:26 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:330475f6-5908-47be-aaf0-06ad3920b6fc</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;I see that you are not using a Zephyr version compatible with NCS v1.3.0. From the logs I see that you are using&amp;nbsp;Zephyr version 2.3.99. The correct one should be&amp;nbsp;v2.3.0-rc1-ncs1.&lt;/p&gt;
&lt;p&gt;If you have installed NCS manually, do this:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd &amp;lt;..&amp;gt;/nrf
git pull
git checkout v1.3.0
west update #Comment: This will get the correct Zephyr version&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;The easiest solution is to just&amp;nbsp;install NCS v1.3.0 in the Toolchain Manager&amp;nbsp;and open the git Bash shell directly from the Toolchain Manager, then everything is set up automatically.&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: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/272774?ContentTypeID=1</link><pubDate>Fri, 02 Oct 2020 14:47:18 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:3fa6962d-c81c-41d8-aed0-d856ee6cc8a5</guid><dc:creator>Learner</dc:creator><description>&lt;p&gt;Hi Simon,&lt;/p&gt;
&lt;p&gt;Yes, I am using version v1.3.0.&lt;/p&gt;
&lt;p&gt;As I already said in my post, I successfully built and ran this project in SES very recently&amp;nbsp;but I went back to it today it came back with that error. I prefer to work in SES if I can help it.&lt;/p&gt;
&lt;p&gt;I tried to build in west but it came back with this error.&lt;/p&gt;
&lt;p&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;C:\zephyrproject\zephyr&amp;gt;west build -b nrf5340pdk_nrf5340_cpuapp C:\Dev\NCS_projects\light_controller --pristine&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- west build: generating a build system&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;Including boilerplate (Zephyr base): C:/zephyrproject/zephyr/cmake/app/boilerplate.cmake&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Application: C:/Dev/NCS_projects/light_controller&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Zephyr version: 2.3.99 (C:/zephyrproject/zephyr)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Found Python3: C:/Program Files/WindowsApps/PythonSoftwareFoundation.Python.3.8_3.8.1776.0_x64__qbz5n2kfra8p0/python3.8.exe (found suitable version &amp;quot;3.8.6&amp;quot;, minimum required is &amp;quot;3.6&amp;quot;) found components: Interpreter&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Found west: C:/Zypher/v1.3.0/toolchain/opt/bin/Scripts/west.exe (found suitable version &amp;quot;0.7.3&amp;quot;, minimum required is &amp;quot;0.7.1&amp;quot;)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Board: nrf5340pdk_nrf5340_cpuapp&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Found toolchain: gnuarmemb (c:/gnuarm)&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Found BOARD.dts: C:/zephyrproject/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340pdk_nrf5340_cpuapp.dts&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Generated zephyr.dts: C:/zephyrproject/zephyr/build/zephyr/zephyr.dts&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Generated devicetree_unfixed.h: C:/zephyrproject/zephyr/build/zephyr/include/generated/devicetree_unfixed.h&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;Parsing C:/zephyrproject/zephyr/Kconfig&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;Loaded configuration &amp;#39;C:/zephyrproject/zephyr/boards/arm/nrf5340dk_nrf5340/nrf5340pdk_nrf5340_cpuapp_defconfig&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;Merged configuration &amp;#39;C:/Dev/NCS_projects/light_controller/prj.conf&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;Configuration saved to &amp;#39;C:/zephyrproject/zephyr/build/zephyr/.config&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;Kconfig header saved to &amp;#39;C:/zephyrproject/zephyr/build/zephyr/include/generated/autoconf.h&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- The C compiler identification is GNU 9.3.1&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- The CXX compiler identification is GNU 9.3.1&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- The ASM compiler identification is GNU&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Found assembler: C:/gnuarm/bin/arm-none-eabi-gcc.exe&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Cache files will be written to: C:/zephyrproject/zephyr/.cache&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Configuring done&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Generating done&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- Build files have been written to: C:/zephyrproject/zephyr/build&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;-- west build: building application&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;[10/133] Building C object CMakeFiles/app.dir/src/main.c.obj&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;&lt;span style="color:#ff0000;"&gt;FAILED&lt;/span&gt;&lt;span style="color:#ff0000;"&gt;:&lt;/span&gt; CMakeFiles/app.dir/src/main.c.obj&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;C:\gnuarm\bin\arm-none-eabi-gcc.exe -DBUILD_VERSION=zephyr-v2.3.0-2211-g9163da09d69d -DKERNEL -DNRF5340_XXAA_APPLICATION -D_FORTIFY_SOURCE=2 -D__PROGRAM_START -D__ZEPHYR__=1 -IC:/zephyrproject/zephyr/include -Izephyr/include/generated -IC:/zephyrproject/zephyr/soc/arm/nordic_nrf/nrf53 -IC:/zephyrproject/modules/hal/cmsis/CMSIS/Core/Include -IC:/zephyrproject/modules/hal/nordic/nrfx -IC:/zephyrproject/modules/hal/nordic/nrfx/drivers/include -IC:/zephyrproject/modules/hal/nordic/nrfx/mdk -IC:/zephyrproject/modules/hal/nordic/. -isystem C:/zephyrproject/zephyr/lib/libc/minimal/include -isystem c:/gnuarm/bin/../lib/gcc/arm-none-eabi/9.3.1/include -isystem c:/gnuarm/bin/../lib/gcc/arm-none-eabi/9.3.1/include-fixed -Os -imacrosC:/zephyrproject/zephyr/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mcpu=cortex-m33 -mthumb -mabi=aapcs -imacrosC:/zephyrproject/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -Wno-address-of-packed-member -Wno-pointer-sign -Wpointer-arith -Wno-unused-but-set-variable -Werror=implicit-int -fno-asynchronous-unwind-tables -fno-pie -fno-pic -fno-strict-overflow -fno-reorder-functions -fno-defer-pop -fmacro-prefix-map=C:/Dev/NCS_projects/light_controller=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/zephyrproject/zephyr=ZEPHYR_BASE -fmacro-prefix-map=C:/zephyrproject=WEST_TOPDIR -ffunction-sections -fdata-sections -std=c99 -nostdinc -MD -MT CMakeFiles/app.dir/src/main.c.obj -MF CMakeFiles\app.dir\src\main.c.obj.d -o CMakeFiles/app.dir/src/main.c.obj -c C:/Dev/NCS_projects/light_controller/src/main.c&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#0000ff;font-size:inherit;"&gt;&lt;strong&gt;C:/Dev/NCS_projects/light_controller/src/main.c:54:8: error: unknown type name &amp;#39;s16_t&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#0000ff;font-size:inherit;"&gt;&lt;strong&gt; 54 | static s16_t m_sample_buffer[BUFFER_SIZE];&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#0000ff;font-size:inherit;"&gt;&lt;strong&gt; | ^~~~~&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;[23/133] Building C object zephyr/arch/arch/arm/core/aarch...keFiles/arch__arm__core__aarch32__cortex_m.dir/fault.c.obj&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="font-size:inherit;"&gt;&lt;strong&gt;ninja: build stopped: subcommand failed.&lt;/strong&gt;&lt;/span&gt;&lt;br /&gt;&lt;span style="color:#ff0000;font-size:inherit;"&gt;&lt;strong&gt;FATAL ERROR: command exited with status 1: &amp;#39;C:\Program Files\CMake\bin\cmake.EXE&amp;#39; --build &amp;#39;C:\zephyrproject\zephyr\build&amp;#39;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;font-size:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;font-size:inherit;"&gt;Thank you&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#000000;font-size:inherit;"&gt;Mohamed&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="color:#ff0000;font-size:inherit;"&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: I cannot load project in Segger Embedded Studio - emProject file is invalid</title><link>https://devzone.nordicsemi.com/thread/272769?ContentTypeID=1</link><pubDate>Fri, 02 Oct 2020 14:17:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:112c7bb9-0b55-4a06-89ad-d6ab5846a2c3</guid><dc:creator>Simon</dc:creator><description>&lt;p&gt;Are you using the v1.3.0 version of the light controller sample? The tutorial has recently been updated. What happens if you build with west? Does it suceed then?&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>