<?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>build script failing for number of reasons with nRF9160 development</title><link>https://devzone.nordicsemi.com/f/nordic-q-a/56225/build-script-failing-for-number-of-reasons-with-nrf9160-development</link><description>I&amp;#39;ve just got my toolchain working fine but there&amp;#39;s now errors relating to the correct libraries being included. Do I have to have these included by running a &amp;quot;west update&amp;quot; or something? hard-float and liboberon not existing along with others. Can someone</description><dc:language>en-US</dc:language><generator>Telligent Community 13</generator><lastBuildDate>Mon, 06 Jan 2020 14:28:35 GMT</lastBuildDate><atom:link rel="self" type="application/rss+xml" href="https://devzone.nordicsemi.com/f/nordic-q-a/56225/build-script-failing-for-number-of-reasons-with-nrf9160-development" /><item><title>RE: build script failing for number of reasons with nRF9160 development</title><link>https://devzone.nordicsemi.com/thread/227712?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 14:28:35 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:f032628a-3c82-4174-a7f0-d9de498d5bf6</guid><dc:creator>Martin Lesund</dc:creator><description>&lt;p&gt;Hi Matthorton,&lt;/p&gt;
&lt;p&gt;It looks like you do &lt;strong&gt;not&lt;/strong&gt; have the matching versions of the &lt;a href="https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect-sdk-tutorial#h157sjwe6ifebqbwso1coyv4vqn763f" rel="noopener noreferrer" target="_blank"&gt;other repositories with your manifest repository (nrf).&amp;nbsp;&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;When you change the version of nrf repo (manifest repository) to e.g. v1.1.0 tag you&amp;nbsp;&lt;strong&gt;need&amp;nbsp;&lt;/strong&gt;to do a &amp;#39;&lt;span style="text-decoration:underline;"&gt;west update&amp;#39;&lt;/span&gt; so get the correct versions of the other repositories (zephyr, nrfxlib etc.).&lt;/p&gt;
&lt;p&gt;I would like you to update NCS to the master branch to get the latest features. (For more detailed information check out &lt;a href="https://developer.nordicsemi.com/nRF_Connect_SDK/doc/latest/nrf/ug_dev_model.html" rel="noopener noreferrer" target="_blank"&gt;this link)&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;Please go into the nrf folder to update NCS:&lt;/p&gt;
&lt;p&gt;&lt;pre class="ui-code" data-mode="text"&gt;cd ncs/nrf
git checkout master
git pull
west update&lt;/pre&gt;&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;Then you can &lt;a href="https://devzone.nordicsemi.com/nordic/cellular-iot-guides/b/getting-started-cellular/posts/nrf-connect-sdk-tutorial#h148sjwm56apx1pueud114hic3v1s4nhan" rel="noopener noreferrer" target="_blank"&gt;try to build with &amp;#39;west&amp;#39; as described in the tutorial&lt;/a&gt;&lt;/p&gt;
&lt;p&gt;(when using &amp;#39;west&amp;#39; it is not necessary to &amp;quot;source zephyr-env.sh&amp;quot;, it does that automatically for you)&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item><item><title>RE: build script failing for number of reasons with nRF9160 development</title><link>https://devzone.nordicsemi.com/thread/227591?ContentTypeID=1</link><pubDate>Mon, 06 Jan 2020 08:32:43 GMT</pubDate><guid isPermaLink="false">137ad170-7792-4731-bb38-c0d22fbe4515:ad565aa9-3c7b-421e-b357-3cee268dab20</guid><dc:creator>MattHorton</dc:creator><description>&lt;p&gt;Here&amp;#39;s my build script&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;export ZEPHYR_TOOLCHAIN_VARIANT=gnuarmemb&lt;br /&gt;export GNUARMEMB_TOOLCHAIN_PATH=/opt/gnuarmemb&lt;br /&gt;export NCS_BASE=/home/matt/cpht/nrf9160/ncs&lt;/p&gt;
&lt;p&gt;cd $NCS_BASE/zephyr&lt;br /&gt;source zephyr-env.sh&lt;/p&gt;
&lt;p&gt;&lt;br /&gt;#cd $NCS_BASE/nrf/applications/asset_tracker/&lt;/p&gt;
&lt;p&gt;#cd $NCS_BASE/nrf/samples/nrf9160/gps/&lt;/p&gt;
&lt;p&gt;#cd $NCS_BASE/nrf/samples/nrf9160/at_client/&lt;/p&gt;
&lt;p&gt;#cd $NCS_BASE/nrf/samples/nrf9160/mqtt_simple/&lt;/p&gt;
&lt;p&gt;#cd $NCS_BASE/nrf/samples/nrf9160/aws_fota/&lt;/p&gt;
&lt;p&gt;cd $NCS_BASE/nrf/applications/mqtt/&lt;/p&gt;
&lt;p&gt;&lt;/p&gt;
&lt;p&gt;mkdir -p build&lt;br /&gt;rm -r build/*&lt;/p&gt;
&lt;p&gt;west build -b nrf9160_pca10090ns -d build&lt;/p&gt;&lt;div style="clear:both;"&gt;&lt;/div&gt;</description></item></channel></rss>