<?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>SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/52180/segger-embedded-studio-error-offsets-c-obj</link><description>Hi! 
 I&amp;#39;m currently setting up the nRF9160 dev kit for development and are having some trouble with &amp;quot;building&amp;quot; the asset tracking application. 
 
 Building ‘zephyr/include/generated/driver-validation.h’ from solution ‘build’ in configuration ‘Common’</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 07 Oct 2019 09:39:07 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/52180/segger-embedded-studio-error-offsets-c-obj" /><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/213589?ContentTypeID=1</link><pubDate>Mon, 07 Oct 2019 09:39:07 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:5753a6eb-b851-4870-9058-18eb1e8c9011</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi, and sorry for the very late reply, but when a question has a &amp;quot;verified answer&amp;quot; it no longer appears in my queue.&lt;/p&gt;
&lt;p&gt;The nRF9160 can be in both secure and non-secure state. To communicate with the modem, it has to be non-secure, so you always* want to build the application as non-secure.&lt;/p&gt;
&lt;p&gt;When you build your application, the &amp;quot;Secure Partition Manager&amp;quot; (SPM) also gets built. To do its job, it needs to be running in the secure domain. That is why it changes the board.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Regarding your missing options and failure to build in SES, I recommend you open a new case, so that we get notified about updates.&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;*There are some situations where you might want your application to be in the secure domain, but these are mostly related to peripherals not configured by the SPM. If you want to use the modem or are unsure, use non-secure.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210064?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 10:28:36 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:a9bace87-e65f-4742-a1db-e980a21ae538</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Hey Didrik,&lt;/p&gt;
&lt;p&gt;I can confirm that when I change the GCC&amp;nbsp; version to&amp;nbsp;&lt;span&gt;7-2018-q2-update, it works.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;But .. It only works&amp;nbsp;with using cmd, with the following commands.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;1.&amp;nbsp;SET ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;2.&amp;nbsp;SET GNUARMEMB_TOOLCHAIN_PATH=&amp;quot;C:\gnuarmemb&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;3.&amp;nbsp;west build -b nrf9160_pca10090ns&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;An additional note to mention here is that men building with &amp;quot;ns&amp;quot; non-secure it says the following:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&amp;quot;Changed board to secure nrf9160_pca10090 (NOT NS)&amp;quot;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Why is that?, what is the difference between these two?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;########################################&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;When I use SEGGER Embedded Studio to &amp;quot;Build&amp;quot; the application I get following response.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;br /&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/8712.test2.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I believe it has to do with my missing &amp;quot;Directory&amp;quot; options, see picture below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Tools -&amp;gt; Options -&amp;gt; nRF Connect&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/1781.test3.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;How do I add the directory here?&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;GCC -&amp;gt; gnuarmemb&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Zephyr&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;- David&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: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210048?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 09:24:05 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:244330df-de2d-4a36-8635-c06660935cef</guid><dc:creator>Didrik Rokhaug</dc:creator><description>&lt;p&gt;Hi.&lt;/p&gt;
&lt;p&gt;Which GCC version are you using?&lt;/p&gt;
&lt;p&gt;You should be using the version listed in the Getting Started Assistant, &lt;span style="background-color:#ffffff;color:#c7254e;float:none;font-family:Menlo, Monaco, Consolas, &amp;#39;Courier New&amp;#39;, monospace;font-size:12.25px;font-style:normal;font-weight:400;letter-spacing:normal;text-align:left;text-indent:0px;text-transform:none;white-space:normal;"&gt;7-2018-q2-update.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;Best regards,&lt;/p&gt;
&lt;p&gt;Didrik&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210047?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 09:20:57 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:dbbc5a84-cc26-45da-83d1-ba884ee57c13</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Ok, yes I did.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Running Partition Manager...&lt;br /&gt;-- Configuring done&lt;br /&gt;-- Generating done&lt;br /&gt;-- Build files have been written to: C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build&lt;br /&gt;-- west build: building application&lt;br /&gt;[92/344] Building C object spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj&lt;br /&gt;FAILED: spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj&lt;br /&gt;C:\gnuarmemb\bin\arm-none-eabi-gcc.exe -DBUILD_VERSION=v1.14.99-ncs3-snapshot2-1276-g4493a423a645 -DKERNEL -DMBEDTLS_CONFIG_FILE=\&amp;quot;nrf-config.h\&amp;quot; -DNRF9160_XXAA -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=2 -D__ZEPHYR__=1 -IC:/programvare/nrfsemi/ncs/zephyr/kernel/include -IC:/programvare/nrfsemi/ncs/zephyr/arch/arm/include -IC:/programvare/nrfsemi/ncs/zephyr/include -IC:/programvare/nrfsemi/ncs/zephyr/include/drivers -Ispm/zephyr/include/generated -IC:/programvare/nrfsemi/ncs/zephyr/soc/arm/nordic_nrf/nrf91 -IC:/programvare/nrfsemi/ncs/zephyr/soc/arm/nordic_nrf/include -IC:/programvare/nrfsemi/ncs/zephyr/lib/libc/minimal/include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/cmsis/Include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/drivers/include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/hal -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/mdk -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/. -IC:/programvare/nrfsemi/ncs/nrf/include -IC:/programvare/nrfsemi/ncs/nrfxlib/crypto/nrf_cc310_mbedcrypto/include/mbedtls -Ispm/zephyr/modules/nrfxlib/nrf_security/include -IC:/programvare/nrfsemi/ncs/mbedtls/include -IC:/programvare/nrfsemi/ncs/mbedtls/include/mbedtls -isystem c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/include -isystem c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/include-fixed -Os -nostdinc -imacrosC:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build/spm/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mthumb -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -imacrosC:/programvare/nrfsemi/ncs/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -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:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/programvare/nrfsemi/ncs/zephyr=ZEPHYR_BASE -ffunction-sections -fdata-sections -mabi=aapcs -march=armv8-m.main+dsp -mcmse -std=c99 -MD -MT spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj -MF spm\zephyr\CMakeFiles\spm_zephyr.dir\C_\programvare\nrfsemi\ncs\nrf\subsys\spm\spm.c.obj.d -o spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj -c C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c&lt;br /&gt;In file included from C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c:20:&lt;br /&gt;C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c: In function &amp;#39;spm_jump&amp;#39;:&lt;br /&gt;C:/programvare/nrfsemi/ncs/zephyr/arch/arm/include/cortex_m/tz.h:319:22: error: called object is not a function or function pointer&lt;br /&gt; ((tz_ns_func_ptr_t)(cmse_nsfptr_create(fptr)))&lt;br /&gt; ^~~~~~~~~~~~~~~~~~&lt;br /&gt;C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c:429:13: note: in expansion of macro &amp;#39;TZ_NONSECURE_FUNC_PTR_CREATE&amp;#39;&lt;br /&gt; reset_ns = TZ_NONSECURE_FUNC_PTR_CREATE(vtor_ns[1]);&lt;br /&gt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;[97/344] Building C object spm/zephyr/CMakeFiles/spm_zephyr.dir/drivers/timer/nrf_rtc_timer.c.obj&lt;br /&gt;ninja: build stopped: subcommand failed.&lt;br /&gt;ERROR: command exited with status 1: &amp;#39;C:\Program Files\CMake\bin\cmake.EXE&amp;#39; --build &amp;#39;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker\build&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210046?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 09:18:12 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b9390fdd-1dd8-4d75-a868-4f75a1281d98</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hmm.&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;nrf9160_pca10090ns&lt;/strong&gt; targets the build for the &amp;quot;non secure partition&amp;quot; of the chip,&amp;nbsp;&lt;strong&gt;nrf9160_pca10090&lt;/strong&gt; targets the secure part. I don&amp;#39;t know the exact significance of this, but from what I know the asset_tracker is meant to be build with &lt;strong&gt;nrf9160_pca10090ns&lt;/strong&gt; as you&amp;#39;ve already done.&lt;/p&gt;
&lt;p&gt;Did you delete the build folder between each time you ran&amp;nbsp;&lt;strong&gt;west build&lt;/strong&gt;&lt;strong&gt;&amp;nbsp;&lt;/strong&gt;now?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210036?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:48:30 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4d653ec5-628e-4950-848c-fd7522d7bb5c</guid><dc:creator>David</dc:creator><description>&lt;p&gt;When I use the command :&amp;nbsp;&lt;strong&gt;west build -b nrf9160_pca10090ns&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;with &amp;quot;ns&amp;quot;, I get a&amp;#39;little bit further, but still having a error.&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;You know the difference bethween typing&amp;nbsp;&lt;strong&gt;nrf9160_pca10090ns/nrf9160_pca10090 ?&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;Running Partition Manager...&lt;br /&gt;-- Configuring done&lt;br /&gt;-- Generating done&lt;br /&gt;-- Build files have been written to: C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build&lt;br /&gt;-- west build: building application&lt;br /&gt;[99/344] Building C object spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj&lt;br /&gt;FAILED: spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj&lt;br /&gt;C:\gnuarmemb\bin\arm-none-eabi-gcc.exe -DBUILD_VERSION=v1.14.99-ncs3-snapshot2-1276-g4493a423a645 -DKERNEL -DMBEDTLS_CONFIG_FILE=\&amp;quot;nrf-config.h\&amp;quot; -DNRF9160_XXAA -DUSE_PARTITION_MANAGER=1 -D_FORTIFY_SOURCE=2 -D__ZEPHYR__=1 -IC:/programvare/nrfsemi/ncs/zephyr/kernel/include -IC:/programvare/nrfsemi/ncs/zephyr/arch/arm/include -IC:/programvare/nrfsemi/ncs/zephyr/include -IC:/programvare/nrfsemi/ncs/zephyr/include/drivers -Ispm/zephyr/include/generated -IC:/programvare/nrfsemi/ncs/zephyr/soc/arm/nordic_nrf/nrf91 -IC:/programvare/nrfsemi/ncs/zephyr/soc/arm/nordic_nrf/include -IC:/programvare/nrfsemi/ncs/zephyr/lib/libc/minimal/include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/cmsis/Include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/drivers/include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/hal -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/mdk -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/. -IC:/programvare/nrfsemi/ncs/nrf/include -IC:/programvare/nrfsemi/ncs/nrfxlib/crypto/nrf_cc310_mbedcrypto/include/mbedtls -Ispm/zephyr/modules/nrfxlib/nrf_security/include -IC:/programvare/nrfsemi/ncs/mbedtls/include -IC:/programvare/nrfsemi/ncs/mbedtls/include/mbedtls -isystem c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/include -isystem c:/gnuarmemb/bin/../lib/gcc/arm-none-eabi/8.3.1/include-fixed -Os -nostdinc -imacrosC:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build/spm/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mthumb -mcpu=cortex-m33 -mfpu=fpv5-sp-d16 -mfloat-abi=hard -imacrosC:/programvare/nrfsemi/ncs/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -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:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/programvare/nrfsemi/ncs/zephyr=ZEPHYR_BASE -ffunction-sections -fdata-sections -mabi=aapcs -march=armv8-m.main+dsp -mcmse -std=c99 -MD -MT spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj -MF spm\zephyr\CMakeFiles\spm_zephyr.dir\C_\programvare\nrfsemi\ncs\nrf\subsys\spm\spm.c.obj.d -o spm/zephyr/CMakeFiles/spm_zephyr.dir/C_/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c.obj -c C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c&lt;br /&gt;In file included from C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c:20:&lt;br /&gt;C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c: In function &amp;#39;spm_jump&amp;#39;:&lt;br /&gt;C:/programvare/nrfsemi/ncs/zephyr/arch/arm/include/cortex_m/tz.h:319:22: error: called object is not a function or function pointer&lt;br /&gt; ((tz_ns_func_ptr_t)(cmse_nsfptr_create(fptr)))&lt;br /&gt; ^~~~~~~~~~~~~~~~~~&lt;br /&gt;C:/programvare/nrfsemi/ncs/nrf/subsys/spm/spm.c:429:13: note: in expansion of macro &amp;#39;TZ_NONSECURE_FUNC_PTR_CREATE&amp;#39;&lt;br /&gt; reset_ns = TZ_NONSECURE_FUNC_PTR_CREATE(vtor_ns[1]);&lt;br /&gt; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~&lt;br /&gt;[104/344] Building C object spm/zephyr/arch/arm/core/CMakeFiles/spm_arch__arm__core.dir/irq_manage.c.obj&lt;br /&gt;ninja: build stopped: subcommand failed.&lt;br /&gt;ERROR: command exited with status 1: &amp;#39;C:\Program Files\CMake\bin\cmake.EXE&amp;#39; --build &amp;#39;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker\build&amp;#39;&lt;/p&gt;
&lt;p&gt;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker&amp;gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210028?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:32:01 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:80bb0154-9d0d-4381-a483-4cad6ec3249c</guid><dc:creator>David</dc:creator><description>&lt;p&gt;This file is missing in my directory&amp;nbsp;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker\src&lt;/p&gt;
&lt;p&gt;I copied the files to my directory, but this did not help.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;-David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210019?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:15:44 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f10a7bff-c85e-4366-9499-1816873995c7</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hmm. Seems like there may be an issue with your certificate file, at least from what I can see in the errors.&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Could you see if the &lt;strong&gt;certificates.h&lt;/strong&gt; under asset_tracker/src matches&amp;nbsp;&lt;a href="https://github.com/NordicPlayground/fw-nrfconnect-nrf/blob/master/applications/asset_tracker/src/certificates.h"&gt;this one&lt;/a&gt;?&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210013?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:06:49 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:4e8c9506-7161-446c-9fe1-434c70e09494</guid><dc:creator>David</dc:creator><description>&lt;p&gt;I am still getting the same error when building inside SEGGER Embedded Studio,&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/4341.test1.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;- David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210012?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:02:39 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eee5cd07-e9da-4bde-b67b-08dc268bf02a</guid><dc:creator>David</dc:creator><description>&lt;p&gt;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker&amp;gt;SET ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;/p&gt;
&lt;p&gt;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker&amp;gt;set GNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb&lt;/p&gt;
&lt;p&gt;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker&amp;gt;west build -b nrf9160_pca10090&lt;br /&gt;-- west build: build configuration:&lt;br /&gt; source directory: C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker&lt;br /&gt; build directory: C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker\build&lt;br /&gt; BOARD: nrf9160_pca10090 (origin: command line)&lt;br /&gt;-- west build: generating a build system&lt;br /&gt;-- Using application from &amp;#39;C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker&amp;#39;&lt;br /&gt;Zephyr version: 1.14.99&lt;br /&gt;-- Found PythonInterp: C:/Python37/python.exe (found suitable version &amp;quot;3.7.2&amp;quot;, minimum required is &amp;quot;3.4&amp;quot;)&lt;br /&gt;-- Selected BOARD nrf9160_pca10090&lt;br /&gt;-- Found west: C:/Python37/Scripts/west.exe (found suitable version &amp;quot;0.6.2&amp;quot;, minimum required is &amp;quot;0.6.0&amp;quot;)&lt;br /&gt;-- Cache files will be written to: C:\Users\Bruker\AppData\Local/.cache/zephyr&lt;br /&gt;-- Loading C:/programvare/nrfsemi/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090.dts as base&lt;br /&gt;-- Overlaying C:/programvare/nrfsemi/ncs/zephyr/dts/common/common.dts&lt;br /&gt;Device tree configuration written to C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build/zephyr/include/generated/generated_dts_board.conf&lt;br /&gt;Parsing Kconfig tree in C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/Kconfig&lt;br /&gt;Loaded configuration &amp;#39;C:/programvare/nrfsemi/ncs/zephyr/boards/arm/nrf9160_pca10090/nrf9160_pca10090_defconfig&amp;#39;&lt;br /&gt;Merged configuration &amp;#39;C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/prj.conf&amp;#39;&lt;br /&gt;Configuration saved to &amp;#39;C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build/zephyr/.config&amp;#39;&lt;br /&gt;warning: BSD_LIBRARY (defined at C:/programvare/nrfsemi/ncs/nrf\lib\bsdlib/Kconfig:8) was assigned&lt;br /&gt;the value &amp;#39;y&amp;#39; but got the value &amp;#39;n&amp;#39;. You can check symbol information (including dependencies) in&lt;br /&gt;the &amp;#39;menuconfig&amp;#39; interface (see the Application Development Primer section of the manual), or in the&lt;br /&gt;Kconfig reference at &lt;a href="http://docs.zephyrproject.org/latest/reference/kconfig/CONFIG_BSD_LIBRARY.html"&gt;docs.zephyrproject.org/.../CONFIG_BSD_LIBRARY.html&lt;/a&gt;&lt;br /&gt;(which is updated regularly from the master branch). See the &amp;#39;Setting configuration values&amp;#39; section&lt;br /&gt;of the Board Porting Guide as well.&lt;/p&gt;
&lt;p&gt;warning: NRF9160_GPS (defined at C:/programvare/nrfsemi/ncs/nrf\drivers\nrf9160_gps/Kconfig:8) has direct dependencies BSD_LIBRARY with value n, but is currently being y-selected by the following symbols:&lt;br /&gt; - GPS_CONTROL (defined at C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker\src/gps_controller/Kconfig:9), with value y, direct dependencies y (value: y)&lt;/p&gt;
&lt;p&gt;warning: AT_CMD (defined at C:/programvare/nrfsemi/ncs/nrf\drivers\at_cmd/Kconfig:9) has direct dependencies BSD_LIBRARY with value n, but is currently being y-selected by the following symbols:&lt;br /&gt; - AT_HOST_LIBRARY (defined at C:/programvare/nrfsemi/ncs/nrf\lib\at_host/Kconfig:9), with value y, direct dependencies y (value: y)&lt;br /&gt; - NRF9160_GPS_HANDLE_MODEM_CONFIGURATION (defined at C:/programvare/nrfsemi/ncs/nrf\drivers\nrf9160_gps/Kconfig:27), with value y, direct dependencies NRF9160_GPS (value: y), and select condition NRF9160_GPS (value: y)&lt;br /&gt; - LTE_LINK_CONTROL (defined at C:/programvare/nrfsemi/ncs/nrf\drivers\lte_link_control/Kconfig:7), with value y, direct dependencies y (value: y)&lt;br /&gt;-- The C compiler identification is GNU 8.3.1&lt;br /&gt;-- The CXX compiler identification is GNU 8.3.1&lt;br /&gt;-- The ASM compiler identification is GNU&lt;br /&gt;-- Found assembler: C:/gnuarmemb/bin/arm-none-eabi-gcc.exe&lt;br /&gt;-- Performing Test toolchain_is_ok&lt;br /&gt;-- Performing Test toolchain_is_ok - Success&lt;br /&gt;Including module: nrf in path: C:\programvare\nrfsemi\ncs\nrf&lt;br /&gt;Including module: nffs in path: C:\programvare\nrfsemi\ncs\modules\fs\nffs&lt;br /&gt;Including module: segger in path: C:\programvare\nrfsemi\ncs\modules\debug\segger&lt;br /&gt;Including module: mbedtls in path: C:\programvare\nrfsemi\ncs\modules\crypto\mbedtls&lt;br /&gt;Including module: mcuboot in path: C:\programvare\nrfsemi\ncs\mcuboot\zephyr&lt;br /&gt;Including module: mcumgr in path: C:\programvare\nrfsemi\ncs\modules\lib\mcumgr&lt;br /&gt;Including module: tinycbor in path: C:\programvare\nrfsemi\ncs\modules\lib\tinycbor&lt;br /&gt;Including module: nrfxlib in path: C:\programvare\nrfsemi\ncs\nrfxlib&lt;br /&gt;CMake Warning at C:/programvare/nrfsemi/ncs/zephyr/CMakeLists.txt:1559 (message):&lt;/p&gt;
&lt;p&gt;------------------------------------------------------------&lt;br /&gt; --- WARNING: __ASSERT() statements are globally ENABLED ---&lt;br /&gt; --- The kernel will run more slowly and use more memory ---&lt;br /&gt; ------------------------------------------------------------&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;-- Configuring done&lt;br /&gt;-- Generating done&lt;br /&gt;-- Build files have been written to: C:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build&lt;br /&gt;-- west build: building application&lt;br /&gt;[67/161] Building C object zephyr/modules/nrf/subsys/net/lib/nrf_cloud/CMakeFiles/..__nrf__subsys__net__lib__nrf_cloud.dir/src/nrf_cloud_transport.c.obj&lt;br /&gt;FAILED: zephyr/modules/nrf/subsys/net/lib/nrf_cloud/CMakeFiles/..__nrf__subsys__net__lib__nrf_cloud.dir/src/nrf_cloud_transport.c.obj&lt;br /&gt;C:\gnuarmemb\bin\arm-none-eabi-gcc.exe -DBUILD_VERSION=v1.14.99-ncs3-snapshot2-1276-g4493a423a645 -DKERNEL -DNRF9160_XXAA -DPROJECT_NAME=asset_tracker -DUSE_PARTITION_MANAGER=0 -D_FORTIFY_SOURCE=2 -D__LINUX_ERRNO_EXTENSIONS__ -D__ZEPHYR__=1 -IC:/programvare/nrfsemi/ncs/zephyr/kernel/include -IC:/programvare/nrfsemi/ncs/zephyr/arch/arm/include -IC:/programvare/nrfsemi/ncs/zephyr/include -IC:/programvare/nrfsemi/ncs/zephyr/include/drivers -Izephyr/include/generated -IC:/programvare/nrfsemi/ncs/zephyr/soc/arm/nordic_nrf/nrf91 -IC:/programvare/nrfsemi/ncs/zephyr/soc/arm/nordic_nrf/include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/cmsis/Include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/drivers/include -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/hal -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/nrfx/mdk -IC:/programvare/nrfsemi/ncs/zephyr/ext/hal/nordic/. -IC:/programvare/nrfsemi/ncs/zephyr/subsys/net/lib/sockets/. -I../../../include -I../../../ext/cjson/. -I../../../lib/at_cmd_parser/include -I../../../subsys/net/lib/cloud/./include -I../../../subsys/net/lib/nrf_cloud/./include -I../src -I../src/orientation_detector/. -I../src/ui/include -I../src/cloud_codec/. -I../src/gps_controller/. -I../src/env_sensors/. -isystem C:/gnuarmemb/arm-none-eabi/include -Os -imacrosC:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker/build/zephyr/include/generated/autoconf.h -ffreestanding -fno-common -g -mthumb -mcpu=cortex-m33 -imacrosC:/programvare/nrfsemi/ncs/zephyr/include/toolchain/zephyr_stdint.h -Wall -Wformat -Wformat-security -Wno-format-zero-length -Wno-main -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:/programvare/nrfsemi/ncs/nrf/applications/asset_tracker=CMAKE_SOURCE_DIR -fmacro-prefix-map=C:/programvare/nrfsemi/ncs/zephyr=ZEPHYR_BASE -ffunction-sections -fdata-sections -mabi=aapcs -march=armv8-m.main+dsp -std=c99 -MD -MT zephyr/modules/nrf/subsys/net/lib/nrf_cloud/CMakeFiles/..__nrf__subsys__net__lib__nrf_cloud.dir/src/nrf_cloud_transport.c.obj -MF zephyr\modules\nrf\subsys\net\lib\nrf_cloud\CMakeFiles\..__nrf__subsys__net__lib__nrf_cloud.dir\src\nrf_cloud_transport.c.obj.d -o zephyr/modules/nrf/subsys/net/lib/nrf_cloud/CMakeFiles/..__nrf__subsys__net__lib__nrf_cloud.dir/src/nrf_cloud_transport.c.obj -c C:/programvare/nrfsemi/ncs/nrf/subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c&lt;br /&gt;C:/programvare/nrfsemi/ncs/nrf/subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c: In function &amp;#39;nct_client_id_get&amp;#39;:&lt;br /&gt;C:/programvare/nrfsemi/ncs/nrf/subsys/net/lib/nrf_cloud/src/nrf_cloud_transport.c:272:3: error: #error Missing NRF_CLOUD_CLIENT_ID&lt;br /&gt; #error Missing NRF_CLOUD_CLIENT_ID&lt;br /&gt; ^~~~~&lt;br /&gt;[72/161] Building C object zephyr/kernel/CMakeFiles/kernel.dir/poll.c.obj&lt;br /&gt;ninja: build stopped: subcommand failed.&lt;br /&gt;ERROR: command exited with status 1: &amp;#39;C:\Program Files\CMake\bin\cmake.EXE&amp;#39; --build &amp;#39;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker\build&amp;#39;&lt;/p&gt;
&lt;p&gt;C:\programvare\nrfsemi\ncs\nrf\applications\asset_tracker&amp;gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210011?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 08:00:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f970e1dc-0cc0-4589-b2f5-312f0dd92b4e</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;No problem!&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;From what I can see you only need to write:&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;set GNUARMEMB_TOOLCHAIN_PATH=C:/gnuarmemb&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span style="font-family:inherit;"&gt;&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210003?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:34:34 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:888afdda-1caa-464c-9aac-54a7650e0116</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Yes, sorry, im running on autopilot this morning.&lt;/p&gt;
&lt;p&gt;See picture below.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/test6.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;-David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/210002?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:31:10 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:705aae9c-4fb4-4441-9fe4-ccd709c58de9</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Ah. Sorry!&amp;nbsp;&lt;br /&gt;&lt;br /&gt;Anyway, when I wrote &lt;strong&gt;&amp;lt;path_to_gnuarmemb_directory&amp;gt;&lt;/strong&gt; I meant that you must put the path to the&amp;nbsp;&lt;strong&gt;gnuarmemb&lt;/strong&gt; directory that you have on your system. Sorry for being unclear&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209998?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:28:24 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:53912ca8-376b-42bb-b17d-9c35a82f573c</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Because Im running windows, I had to use &amp;quot;SET&amp;quot; instead of &amp;quot;export&amp;quot;&lt;/p&gt;
&lt;p&gt;Please see attached picture below.&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/test5.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;-David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209996?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:24:40 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:d5b6b283-e6af-4cad-a909-fb261738ab4e</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Ah. Forgot that part. Delete the build directory again, then write:&lt;br /&gt;&lt;strong&gt;export&lt;/strong&gt;&amp;nbsp;&lt;strong&gt;ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;br /&gt;&lt;/strong&gt;then&lt;br /&gt;&lt;strong&gt;export&amp;nbsp;GNUARMEMB_TOOLCHAIN_PATH=&amp;quot;&amp;lt;path_to_gnuarmemb_directory&amp;gt;\gnuarmemb&amp;quot;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;&lt;strong&gt;&lt;/strong&gt;&lt;/p&gt;
&lt;p&gt;Then try again.&amp;nbsp;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209995?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:19:13 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c1343937-9d43-41a3-ab33-dbd9142e693a</guid><dc:creator>David</dc:creator><description>&lt;p&gt;&lt;img alt=" " height="79" src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/test4.PNG" width="324" /&gt;&lt;/p&gt;
&lt;p&gt;See picture above.&lt;/p&gt;
&lt;p&gt;-David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209994?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:16:21 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:df4fb70b-3a78-4d7b-b310-72b0dc093df7</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;I see. Could you try to just delete the&amp;nbsp;&lt;strong&gt;build&lt;/strong&gt; directory altogether and try again(first with the command I gave you)? It seems like there may be an issue there&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209992?ContentTypeID=1</link><pubDate>Tue, 17 Sep 2019 07:11:45 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:b288aa99-4aff-49c0-8627-2e6f7af10d24</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Please see attached picture.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/2744.test.PNG" /&gt;&lt;/p&gt;
&lt;p&gt;---&lt;/p&gt;
&lt;p&gt;I have followed the &amp;quot;&lt;span&gt;started assistant&amp;quot; closely, several times.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;---&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Now, when I try to open a nrf project with Segger embedded studio.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;File -&amp;gt; Open nRF Connect SDK Project&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/3817.test2.PNG" /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;I get this error message, below.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;img alt=" " src="https://devzone.nordicsemi.com/resized-image/__size/320x240/__key/communityserver-discussions-components-files/4/7115.test3.PNG" /&gt;&lt;br /&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;---&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;If I now close &amp;quot;SEGGER EMBEDDED STUDIO&amp;quot; and open with &amp;quot;File -&amp;gt; Open nRF Connect SDK Project&amp;quot;, then SEGGER Embedded Studio is ready to use, as it loads the project correctly, but will&amp;nbsp;not build as previously stated.&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;Regards,&lt;/span&gt;&lt;/p&gt;
&lt;p&gt;&lt;span&gt;David&lt;/span&gt;&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209853?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 13:18:14 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:eba99bf1-1e42-42b7-9e99-51397f07162e</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hmm. Ok!&lt;br /&gt;&lt;br /&gt;You followed the getting started assistant closely?&lt;br /&gt;&lt;br /&gt;Could you also try to run&amp;nbsp;&lt;strong&gt;west build -b nrf9160_pca10090ns&amp;nbsp;&lt;/strong&gt;&lt;strong&gt;&lt;/strong&gt; inside the asset_tracker directory(where prj.conf is located)? Just want to check if that yields the same results.&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209839?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:56:11 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:c201f779-9676-41e4-8073-1601afde6e8d</guid><dc:creator>David</dc:creator><description>&lt;p&gt;Hi Richard.&lt;/p&gt;
&lt;p&gt;Thank you for your reply.&lt;/p&gt;
&lt;p&gt;This did not seem to make any difference.&lt;/p&gt;
&lt;p&gt;&lt;a href="https://pypi.org/project/west/"&gt;https://pypi.org/project/west/&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;0.6.2&lt;/p&gt;
&lt;p&gt;- David&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: SEGGER EMBEDDED STUDIO, ERROR    offsets.c.obj</title><link>https://devzone.nordicsemi.com/thread/209833?ContentTypeID=1</link><pubDate>Mon, 16 Sep 2019 12:48:52 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f0398154-0aa6-4b6a-ba37-c27e40141295</guid><dc:creator>Carl Richard</dc:creator><description>&lt;p&gt;Hi, David!&lt;br /&gt;&lt;br /&gt;I don&amp;#39;t know for sure what&amp;#39;s causing the issue, but you could try some things:&lt;/p&gt;
&lt;p&gt;1. Check your&amp;nbsp;&lt;strong&gt;west&lt;/strong&gt; version, it should be at least 6.0.0 as far as I know.&lt;/p&gt;
&lt;p&gt;2. Run&amp;nbsp;&lt;strong&gt;west update.&amp;nbsp;&lt;/strong&gt;Forgetting this after changing branch within for example the nrf folder will lead to errors.&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Hope this can help you!&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>